Thread: Usb wifi dongle driver issue
hey picked inland wifi dongle , i'm having issue installing drivers.
http://inlandproduct.com/prominiusbtowifidongle.aspx
included readme.txt comes following installation methods
and here's happened when try run make command<<method 1>>
runing scripts accomplish operations including building modules
source code, installing driver kernel , starting nic.
1. build drivers source code
make
2. install driver kernel
make install
reboot
3. bring wlan if nic not brought gui, such networkmanager
ifconfig wlan0
note: use ifconfig check whether wlan0 brought , use iwconfig check wlan interface name,
since may change wlan0 wlan1,etc.
<<method 2>>
or load driver module kernel , start nic.
1. build drivers source code
make
2. copy firmware /lib/firmware/ or /lib/firmware/(kernel_version)/
cp -rf firmware/rtl8192su /lib/firmware
or
cp -rf firmware/rtl8192su /lib/firmware/(kernel_version)
note: depends on whether (kernel_version) subdirectory exists under /lib/firmware
3. load driver module kernel , start nic.
./wlan0up
note: when "insmod: error inserting 'xxxx.ko': -1 file exists" comes out
after run ./wlan0up, please run ./wlan0down first, should
ok..
note: if see message of "unkown symbol" during ./wlan0up, it
is suggested build driver <<method 1>>.
what doing wrong here?jorge@at5iont-i:~$ cd ~/downloads/linux_2.6
jorge@at5iont-i:~/downloads/linux_2.6$ sudo make install
[sudo] password jorge:
make[1]: entering directory `/home/jorge/downloads/linux_2.6/hal/rtl8192u'
make -c /lib/modules/3.0.0-13-generic/build m= cc=gcc modules
make[2]: entering directory `/usr/src/linux-headers-3.0.0-13-generic'
hostcc scripts/basic/fixdep
hostcc scripts/kconfig/conf.o
hostcc scripts/kconfig/zconf.tab.o
hostld scripts/kconfig/conf
scripts/kconfig/conf --silentoldconfig kconfig
make[2]: leaving directory `/usr/src/linux-headers-3.0.0-13-generic'
make[2]: entering directory `/usr/src/linux-headers-3.0.0-13-generic'
chk include/linux/version.h
chk include/generated/utsrelease.h
upd include/generated/utsrelease.h
make[3]: *** no rule make target `kernel/bounds.c', needed `kernel/bounds.s'. stop.
make[2]: *** [prepare0] error 2
make[2]: leaving directory `/usr/src/linux-headers-3.0.0-13-generic'
make[1]: *** [modules] error 2
make[1]: leaving directory `/home/jorge/downloads/linux_2.6/hal/rtl8192u'
make: *** [install] error 2
jorge@at5iont-i:~/downloads/linux_2.6$
did install compilation tools , kernel headers before?
please show:code:sudo apt-get install linux-headers-generic build-essential
code:lsusb lsmod rfkill list iwconfig
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Usb wifi dongle driver issue
Ubuntu
Comments
Post a Comment