Bisochim
July 28th, 2008, 03:27 PM
I am a total noob at linux so please bear with me. I just installed ubuntu. Have no access to my wireless at all. I did find a thread to get it running. this what i was told to do
Download the drivers:
http://www.atvnation.com/WUSB300N.tar
Extract them to /opt/ndis/:
# mkdir /opt/ndis
# tar xvf WUSB300N.tar C
/opt/ndis/
# cd /opt/ndis/Drivers
Install the Driver using NDISWrapper
# sudo ndiswrapper i
netmw245.inf
installing netmw245 ...
# sudo ndiswrapper l
netmw245 : driver installed
# sudo modprobe ndiswrapper
... go ahead and plug in the adapter ...
# sudo dmesg | grep ndis
"[ 9273.652000] ndiswrapper version 1.38 loaded (preempt=no,smp=yes)
[ 9273.712000] usbcore: registered new interface driver ndiswrapper
[ 9340.364000] ndiswrapper: driver netmw245 (Linksys, A Division of Cisco Systems, Inc.,12/07/2006,1.0.5.1) loaded"
You should now be able to go to your Network Applet Icon and see wireless network in the list.
... or the command iwconfig should return an entry for wlan0, mine looks like this:
wlan0 IEEE 802.11FH ESSID:off/any
Mode:Managed Channel:0 Access Point: Not Associated
Bit Rate=1 Mb/s Sensitivity=200
dBm
RTS thr=2346 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
If you have an unprotected wireless hub, then issue this command to connect:
# sudo dhcpclient wlan0
First prob was that I am unable to create the dir in the OPT dir that is is saying to do I am given that I have no permission to do this. when i try to extract the files somewhere else i have errors telling me that i still cant do this. I am a long time windows user and web designer. i am trying to get into linux because i am growing to dislike windows and want more control over things if you need more info let me know again i have no idea of what i am doing here. only on page 75 of the linux bible :)
also tred to use the help files in Linux the part where it said to click on system-hardware i do not have this option
Also tried to install ndisgtk but the program i do not have this file to install and do not know how to install something that i don't have
Download the drivers:
http://www.atvnation.com/WUSB300N.tar
Extract them to /opt/ndis/:
# mkdir /opt/ndis
# tar xvf WUSB300N.tar C
/opt/ndis/
# cd /opt/ndis/Drivers
Install the Driver using NDISWrapper
# sudo ndiswrapper i
netmw245.inf
installing netmw245 ...
# sudo ndiswrapper l
netmw245 : driver installed
# sudo modprobe ndiswrapper
... go ahead and plug in the adapter ...
# sudo dmesg | grep ndis
"[ 9273.652000] ndiswrapper version 1.38 loaded (preempt=no,smp=yes)
[ 9273.712000] usbcore: registered new interface driver ndiswrapper
[ 9340.364000] ndiswrapper: driver netmw245 (Linksys, A Division of Cisco Systems, Inc.,12/07/2006,1.0.5.1) loaded"
You should now be able to go to your Network Applet Icon and see wireless network in the list.
... or the command iwconfig should return an entry for wlan0, mine looks like this:
wlan0 IEEE 802.11FH ESSID:off/any
Mode:Managed Channel:0 Access Point: Not Associated
Bit Rate=1 Mb/s Sensitivity=200
dBm
RTS thr=2346 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
If you have an unprotected wireless hub, then issue this command to connect:
# sudo dhcpclient wlan0
First prob was that I am unable to create the dir in the OPT dir that is is saying to do I am given that I have no permission to do this. when i try to extract the files somewhere else i have errors telling me that i still cant do this. I am a long time windows user and web designer. i am trying to get into linux because i am growing to dislike windows and want more control over things if you need more info let me know again i have no idea of what i am doing here. only on page 75 of the linux bible :)
also tred to use the help files in Linux the part where it said to click on system-hardware i do not have this option
Also tried to install ndisgtk but the program i do not have this file to install and do not know how to install something that i don't have