All of lore.kernel.org
 help / color / mirror / Atom feed
* Wifi Module + udev configs
@ 2013-02-07 20:26 Raul Rosetto Munoz
  2013-02-12 19:15   ` Denys Dmytriyenko
  0 siblings, 1 reply; 19+ messages in thread
From: Raul Rosetto Munoz @ 2013-02-07 20:26 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2446 bytes --]

Hello All,
I need to configure my yocto project to work with wifi dongle realteck
rtl8192cu.

I'm using this building configuration:

Build Configuration:
BB_VERSION        = "1.16.0"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beaglebone"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3"
TUNE_FEATURES     = "armv7a vfp neon cortexa8"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "danny:47b0864fbd65746558d8186450c182d98bac78ca"
meta-ti           = "danny:1e898d9b619545dadf2ececad81cd58cdf37c8cd"
meta-oe


First, I built all the modules needed for the wifi dongle and installed in
Angstron standard distro.

This worked well and I had the following lsmod:

Module                  Size  Used by
arc4                    1183  2
rtl8192cu              73042  0
rtl8192c_common        52118  1 rtl8192cu
rtlwifi                57197  1 rtl8192cu
mac80211              149274  3 rtl8192cu,rtl8192c_common,rtlwifi
cfg80211              122225  2 rtlwifi,mac80211
rfkill                 14659  1 cfg80211
g_mass_storage         24014  0
ipv6                  209407  14

Then I tried to do the same for my project and installed the following
packages:
packages:

IMAGE_INSTALL_append = " \
        libxml2 \
        gnupg \
        curl \
        gdb \
        curl-dev \
        minicom \
        lrzsz \
        libcap \
        ppp \
        ppp-dialin \
        usbutils \
        mtd-utils \
        openssh \
        dhcp-server \
        dhcp-client \
        kernel-modules \
        udev-extraconf \
        wpa-supplicant \
        i2c-tools \
        update-modules \
        modutils-initscripts \
        zeroconf \
        wireless-tools \
        openssl \
        net-tools \
        busybox \
        linux-firmware \
        systemd \
        connman"

My first problem is that the module does not go up automatically rtl8192cu
different than Angstron distro that when I plug the dongle all modules rise.

Another important difference is that on Angstron distro I have on /lib/udev
the "firmware" binary file.  I really was not able to install this
functionality in udev.

Please some one can Help me to configure this device?

And How to make this firmware binary go to /lib/udev?

I have not found the way to configure the udev features.

Thanks all for help.

-- 
*Raul Rosetto Muñoz*

[-- Attachment #2: Type: text/html, Size: 3438 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-02-27 14:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 20:26 Wifi Module + udev configs Raul Rosetto Munoz
2013-02-12 19:15 ` [meta-ti] " Denys Dmytriyenko
2013-02-12 19:15   ` Denys Dmytriyenko
2013-02-14 11:17   ` [meta-ti] " Raul Rosetto Munoz
2013-02-14 11:17     ` Raul Rosetto Munoz
2013-02-14 16:00     ` [meta-ti] " Denys Dmytriyenko
2013-02-14 16:00       ` Denys Dmytriyenko
2013-02-14 16:23       ` [meta-ti] " Raul Rosetto Munoz
2013-02-14 16:23         ` Raul Rosetto Munoz
2013-02-14 16:28         ` [meta-ti] " Denys Dmytriyenko
2013-02-14 16:28           ` Denys Dmytriyenko
2013-02-14 16:32           ` [meta-ti] " Raul Rosetto Munoz
2013-02-14 16:32             ` Raul Rosetto Munoz
2013-02-18 11:56             ` [meta-ti] " Raul Rosetto Munoz
2013-02-18 11:56               ` Raul Rosetto Munoz
2013-02-25 20:24               ` [meta-ti] " Denys Dmytriyenko
2013-02-25 20:24                 ` Denys Dmytriyenko
2013-02-27 14:30                 ` [meta-ti] " Raul Rosetto Munoz
2013-02-27 14:30                   ` Raul Rosetto Munoz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.