I just received a USB wireless adapter (Realtek RTL8191SU). I wonder how I can compile or download a module for this device. Currently, it seems to be detected but I have no idea how to get working.
make ARCH=armv6l CROSS_COMPILE= -C /lib/modules/2.6.31.6_SMP_820/build M=/root/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401 modules
make[1]: Entering directory `/lib/modules/2.6.31.6_SMP_820/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/2.6.31.6_SMP_820/build'
make: *** [modules] Error 2
Download PRO.config from http://ppl.ug/Ze91Jqp1MEg/
wget http://download.pogoplug.com/opensource/pro/pogopro-linux-2.6.31.6-r2.tar.bz2
tar xjf pogopro-linux-2.6.31.6-r2.tar.bz
cd pogopro-linux-2.6.31.6-r2
mv ../PRO.config .config
Comment out the CROSS_COMPILE line from top-level Makefile
make oldconfig
make modules_prepare
cd
Download the driver source (Linux driver for Kernel 2.6.37(and earlier)) from http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=48&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true#2292
unzip and dir into driver directory
make
Do _NOT_ use 'make install', it killed all other modules for me
mkdir -p /lib/modules/2.6.31.6_SMP_820/kernel/drivers/net/wireless
cp 8712u.ko /lib/modules/2.6.31.6_SMP_820/kernel/drivers/net/wireless/
depmod -a
modprobe 8712u (this should work fine, check dmesg)
insert 8712u into modules array in rc.conf
Return to Pogoplug Pro/Video/V3/B0x [Deprecated]
Users browsing this forum: Bing [Bot] and 3 guests