NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Ralink WIFI card not found



On Mon, Oct 10, 2011 at 11:06:31PM -0500, Ron McDowell wrote:
> voodoo# uname -a
> NetBSD voodoo 5.1 NetBSD 5.1 (XEN3_DOM0) #0: Mon Oct 10 16:21:47 CDT 2011  
> root@voodoo:/mnt/usr/src/sys/arch/amd64/compile/XEN3_DOM0 amd64
> 
> voodoo# pcictl pci5 list
> 005:00:0: Ralink Technologies product 0x0781 (miscellaneous network)
> 
> If somebody can point me to the right kernel files I'll try adding
> this unknown 0x0781 to the matrix and see if this will work...

You will have to add it to "pcidevs" in "src/sys/dev/pci" and
run "make -f Makefile.pcidevs" afterwards.

Afterwards you will have to change ral_pci_match() in "if_ral_pci.c"
(in the same directory) to accept the new device identifier that
you defined.

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index