LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   MEPIS (https://www.linuxquestions.org/questions/mepis-64/)
-   -   WG111T USB wireless receiver is not detected on my dual boot WINXP/MEPIS 6.0 distro? (https://www.linuxquestions.org/questions/mepis-64/wg111t-usb-wireless-receiver-is-not-detected-on-my-dual-boot-winxp-mepis-6-0-distro-502399/)

PanamaJack404 11-16-2006 11:32 PM

WG111T USB wireless receiver is not detected on my dual boot WINXP/MEPIS 6.0 distro?
 
I am new at Linux and I am trying for the first time installing MEPIS
with my WINXP as dual boot. That went fine so far with no hickups. The issue is that I also have a Nergear router and my desktop uses a USB WG111T reciever and MEPIS did not load it nor recognize it. At this stage, I am a newbee and I have no idea how to have MEPIS from MEPIS Utilities recognze it and load the drivers. I do have the cd for this USB reciever but don't know how to load then into MEPIS (if this what I have to do). Any ideas and a walk through would be greatly appreciated. I am tring to get online with MEPIS and update it and learn it's functionality.

PanamaJack

mdmarmer 11-18-2006 11:16 AM

Wg111t
 
I think this USB dongle uses Atheros card

Try to set it up with ndiswrapper -- you may need to install 2 different .inf files from your Netgear CD -- make sure .sys files (at least one is needed) are in the same directory in Linux (copy the files from the CD or your Windows install to Linux install)

I think 1 of the .inf files is netwg11.inf -- the other starts with ath

So

in konsole

su
(root password)
ndiswrapper -i netwg11.inf
ndiswrapper -i athxxxx.inf
ndiswrapper -l

(result should show driver present for one of the new drivers and driver present, hardware present for the other)

mutilities

(set up your network in mutilities -- set up Wi-Fi and wlan0 -- mark "start at boot"
and click "Apply" and "OK" at each tab)

set up first without encryption -- add encryption later

You may need to blacklist some drivers:

edit /etc/modprobe.d/blacklist with kwrite as root

[...add to the bottom of the file....]
blacklist islsm_pci
blacklist islsm
blacklist islsm_usb
blacklist prism2_usb

Use the wiki http://www.mepis.org/docs -- you can search it

Post to http://www.mepislovers.com -- great forum

You may need to reboot before ndiswrapper works properly

Mike


All times are GMT -5. The time now is 02:26 AM.