Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 26-06-2007, 01:41 PM   #1 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Question Netgear WG511v2 on Linux


I bought the Netgear WG511v2 wireless PC Card.
I know there are no direct drivers for it on linux.
So i used ndiswrapper and installed the windows xp driver available on the CD.
Now, ndiswrapper says i have installed the driver
Code:
 ndiswrapper -l
installed drivers:
wg511v2         driver installed, hardware (11AB:1FAB) present
i then ran ifconfig and iwconfig
ifconfig
Code:
eth1      Link encap:Ethernet  HWaddr 00:C0:9F:CC:9F:E2
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::2c0:9fff:fecc:9fe2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:735 errors:0 dropped:0 overruns:0 frame:0
          TX packets:778 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:635250 (620.3 KiB)  TX bytes:142597 (139.2 KiB)
          Interrupt:201 Base address:0x3000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)
iwconfig
Code:
lo        no wireless extensions.

eth1      no wireless extensions.

sit0      no wireless extensions.
my /etc/network/interfaces file looks like this
Code:
# The loopback network interface
auto lo
iface lo inet loopback
The problem is i cant start my card. The LED's on the card dont blink. What's wrong?

Last edited by sachin_kothari; 28-06-2007 at 10:54 AM.
sachin_kothari is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-06-2007, 05:14 PM   #2 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: Netgear WG511v2 on Debian Issues

1. On my laptop u enable/disable the wireless by "special key"+F2. Is there something like that for ur card?
2. Is the card connected properly?
3. What Linux distro version are u using?
4. Did u load the driver into the kernel?

Neways this may help u!
http://declanmcgrath.wordpress.com/2...card-on-linux/

and this may give some idea to u!
http://ubuntuforums.org/showthread.php?t=165964
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 26-06-2007, 06:59 PM   #3 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Netgear WG511v2 on Debian Issues

1. that is if u have wifi with the laptop itself. mine is an external card so no such feature.
2. the card works fine on windows, so yes, it is connected properly.
3. Debian 4.0 Etch 2.6.18
4. this seems to be the step i missed. will check the links and report back once done.

edit:
i tried but i could not make a module to be inserted to kernel
it gives error as
Code:
couldn't add module alias: at /usr/sbin/ndiswrapper-1.9 line 717

Last edited by sachin_kothari; 26-06-2007 at 09:15 PM.
sachin_kothari is offline  
Old 26-06-2007, 11:17 PM   #4 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: Netgear WG511v2 on Debian Issues

Can u post the sequence of commands u entered?
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 27-06-2007, 06:49 AM   #5 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Netgear WG511v2 on Debian Issues

ndiswrapper -i path_to_inf
ndiswrapper -l (shows that driver installed and device present)
modprobe ndiswrapper (error - ndiswrapper module not found)
sachin_kothari is offline  
Old 27-06-2007, 08:58 AM   #6 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: Netgear WG511v2 on Debian Issues

Quote:
Originally Posted by sachin_kothari
ndiswrapper -i path_to_inf
ndiswrapper -l (shows that driver installed and device present)
modprobe ndiswrapper (error - ndiswrapper module not found)
1. ndiswrapper -i path_to_inf
2. ndiswrapper -l
3. sudo ndiswrapper -m
4. sudo modprobe ndiswrapper
5. iwconfig

(did u write sudo ?)......Try these steps now!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 27-06-2007, 10:03 AM   #7 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Netgear WG511v2 on Debian Issues

i already did all the above steps as root user.
sachin_kothari is offline  
Old 27-06-2007, 10:25 AM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Netgear WG511v2 on Debian Issues

so no ndiswrapper module?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 27-06-2007, 11:14 AM   #9 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Netgear WG511v2 on Debian Issues

no. i did all the above mentioned things from my home directory.
sachin_kothari is offline  
Old 27-06-2007, 05:20 PM   #10 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: Netgear WG511v2 on Debian Issues

1. If u followed the sequence of steps I gave, then it shud have worked. Now did u install the correct "inf" file? Here u have the drivers and u can take out the inf file!!

2. In Ubuntu's site it says
Quote:
Can not modprobe ndiswrapper, fatal error given.
This error is usually given when ndiswrapper is compiled and installed. You have a bad installation or you didn't remove the module that came with Ubuntu. You need to uninstall ndiswrapper and make sure you remove the ndiswrapper module that came with Ubuntu. Instructions on how to uninstall ndiswrapper can be found [WWW] here
So did u remove the module that came with debian? Neways I suggest u follow this guide. Its on ubuntu, but since ubuntu is based on debain I guess it shudn't give u any problems issuing the same commands!!


3. I was also having some problems with this ndiswrapper thingy, but when I installed network-manager-gnome everything went fine. So u may try this too!
http://technowizah.com/2007/02/debia...orks-with.html
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 27-06-2007, 08:14 PM   #11 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Netgear WG511v2 on Debian Issues

got my wireless card working
i downloaded the latest drivers from ndiswrapper and compiled them.
and then followed the steps as mentioned in post no. 6
and then, it worked.
thanks a lot mediator for all the help u provided.

now one last question.
when i restarted my computer the card did not start.
i did modprobe ndiswrapper and the card started again.
how do i make sure that the card starts automatically everytime the system boots?
sachin_kothari is offline  
Old 27-06-2007, 11:10 PM   #12 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: Netgear WG511v2 on Debian Issues

Gawd, I started wondering what went wrong! Neways to automate the process

1. Follow this!

OR

2. U can use a shell script! Tell if this shell script works for u. I haven't tested it on my system coz mine is FC and Ubuntu is inaccessible right now!

Code:
modprobe ndiswrapper
a. Save this code as say "wireless_sachin.sh"
b. Copy this to "/etc/init.d" as root!
Code:
sudo cp wireless_sachin.sh /etc/init.d/
c. "sudo chmod +x wireless_sachin.sh"
d. "update-rc.d wireless_sachin.sh defaults"

Since this is just an untested script, I dont expect it to work. But u may still give it a shot!!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 28-06-2007, 10:55 AM   #13 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Netgear WG511v2 on Debian Issues

it worked flawlessly.
thanks again for all the support.
sachin_kothari is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian Issues klinux Open Source 27 19-05-2007 07:28 PM
How many are Using Debian and derviatives praka123 Open Source 62 25-01-2006 09:50 PM
Debian ? vandit QnA (read only) 6 19-08-2005 07:41 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 12:46 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2