LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Netgear WG311v3 Problem (https://www.linuxquestions.org/questions/ubuntu-63/netgear-wg311v3-problem-502537/)

Prokofiev 11-17-2006 10:44 AM

Netgear WG311v3 Problem
 
I just installed Ubuntu 6.10 and my wireless card doesn't seem to be recognised by Ubuntu :cry:.
Same happened when I had installed Fedora Core 6. After searching at the internet I have found out that installing ndiswrapper could be the solution.
I just want to ask wether anyone had the same problem and had found other solutions.

rjwilmsi 11-18-2006 05:51 AM

Good luck with that, I think you'll need it. According to http://linux-wless.passys.nl/query_p...ndname=Netgear there's no support for your card (reported at least).

jschiwal 11-18-2006 06:46 AM

Here is a wiki styled howto by someone who installed the same device on their Debian maching.
http://www.jimbo7.com/wiki/index.php?title=WG311v3

Double check however with lspci -v and lspci -n and what controller the device uses and what the unique number is for it.
On my system, the lspci -v section of interest looks like this:
Code:

03:0a.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
        Subsystem: Linksys Unknown device 0015
        Flags: bus master, fast devsel, latency 32, IRQ 225
        Memory at fddfc000 (32-bit, non-prefetchable) [size=8K]

Then looking at the corresponding line from "/sbin/lspci -n":
Code:

/sbin/lspci -n | grep 03:0a\.0
03:0a.0 Class 0280: 14e4:4320 (rev 03)

That 14e4:4320 code uniquely identifies the manufacturer and the controller chip. You may need it when searching through an Hardware Compatibility List.

Now check out your device at the ndiswrapper wiki. Using the recommended windows driver may help also.
http://ndiswrapper.sourceforge.net/m...index.php/List

Prokofiev 11-18-2006 10:59 AM

I have installed ndiswrapper and the wg311v3 drivers. But when i type:
Quote:

sudo modprobe ndiswrapper
I get ndiswrapper is working ok but wg311v3 is an invalid driver.

I found something which is really interesting about this topic.
I would appreciate it if anyone reads this.
A guy named :::mL::: found the solution by installing "linux-headers".
Do you have any idea of how I will install these?


All times are GMT -5. The time now is 12:28 AM.