Discussion:
D-Link DWL-G510
(too old to reply)
Andrew Ball
2007-01-16 15:51:16 UTC
Permalink
Hello,

I tried a D-Link DWL-G510 PCI 802.11g/b wireless network
adaptor, but I got...

Atheros Communications product 0x001a (ethernet network,
revision 0x01) at pci0 dev 9 function 0 not configured

I have ath(4) in my kernel. Is there something I can do to
help test drivers?

- Andy Ball.

------------------------------------------------------------
$ uname -a
NetBSD 3.1 NetBSD 3.1 (TINMAN-$Revision: 0.000.0.04 $) #4:
Tue Jan 16 14:04:58 GMT 2007 root@:/usr/src/sys/arch/i386/c
ompile/TINMAN i386



--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Jonathan A. Kollasch
2007-01-16 17:17:26 UTC
Permalink
Post by Andrew Ball
Hello,
I tried a D-Link DWL-G510 PCI 802.11g/b wireless network
adaptor, but I got...
Atheros Communications product 0x001a (ethernet network,
revision 0x01) at pci0 dev 9 function 0 not configured
I have ath(4) in my kernel. Is there something I can do to
help test drivers?
Unless there is a new HAL, probably not. The match function
appears to defer to the HAL for checking if an attachment
should be attempted. I'm really starting to see why blobs
are bad, even when they are good-intentioned.

Jonathan Kollasch
Sam Leffler
2007-01-16 18:09:44 UTC
Permalink
Post by Andrew Ball
Hello,
I tried a D-Link DWL-G510 PCI 802.11g/b wireless network
adaptor, but I got...
Atheros Communications product 0x001a (ethernet network,
revision 0x01) at pci0 dev 9 function 0 not configured
I have ath(4) in my kernel. Is there something I can do to
help test drivers?
That card should work fine w/ the hal in cvs.

Sam

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Brian Grayson
2007-01-21 02:44:17 UTC
Permalink
BTW, I bought a DWL-G520 in early December, and I had to upgrade
to -current for it to work -- the blob/hal/whatever in 3.1 was
not recognizing it. So if you haven't already, you might want to try
a -current kernel just in case.

Brian
Post by Andrew Ball
Hello,
I tried a D-Link DWL-G510 PCI 802.11g/b wireless network
adaptor, but I got...
Atheros Communications product 0x001a (ethernet network,
revision 0x01) at pci0 dev 9 function 0 not configured
I have ath(4) in my kernel. Is there something I can do to
help test drivers?
- Andy Ball.
------------------------------------------------------------
$ uname -a
ompile/TINMAN i386
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Andrew Ball
2007-01-21 03:37:07 UTC
Permalink
Hello Brian,

BG> BTW, I bought a DWL-G520 in early December, and I had
to upgrade to -current for it to work -- the blob/hal/
whatever in 3.1 was not recognizing it. So if you
haven't already, you might want to try a -current
kernel just in case.
Thanks. I managed to get it working this week by upgrading
to current and manually launching wpa_supplicant in
rc.local. The method that I'm told is more usual (putting
wpa_supplicant=yes in rc.conf?) did not work for some
reason.

- Andy Ball


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Lubomir Sedlacik
2007-01-21 21:01:58 UTC
Permalink
The method that I'm told is more usual (putting wpa_supplicant=yes in
rc.conf?) did not work for some reason.
because there is no wpa_supplicant rc.d script in netbsd-3.

regards,
--
-- Lubomir Sedlacik <salo@{NetBSD,Xtrmntr,silcnet}.org> --
Andrew Ball
2007-01-21 21:45:54 UTC
Permalink
Hello Lubomir,

ASB> The method that I'm told is more usual (putting
Post by Andrew Ball
wpa_supplicant=yes in rc.conf?) did not work for some
reason.
LS> because there is no wpa_supplicant rc.d script in
Post by Andrew Ball
netbsd-3.
NetBSD 4.99.8 NetBSD 4.99.8 (TINMAN-$Revision: 1.01 $) #1: Fri Jan 19
21:10:11 GMT 2007 root@:/usr/src/sys/arch/i386/compile/TINMAN i386

- Andy Ball


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Rui Paulo
2007-01-21 22:25:44 UTC
Permalink
Post by Andrew Ball
Hello Lubomir,
ASB> The method that I'm told is more usual (putting
Post by Andrew Ball
wpa_supplicant=yes in rc.conf?) did not work for some
reason.
LS> because there is no wpa_supplicant rc.d script in
Post by Andrew Ball
netbsd-3.
NetBSD 4.99.8 NetBSD 4.99.8 (TINMAN-$Revision: 1.01 $) #1: Fri Jan 19
You need to install the userland, run postinstall and etcupdate.

Regards,
--
Rui Paulo



--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Andrew Ball
2007-01-22 02:25:06 UTC
Permalink
RP> You need to install the userland, run postinstall and
Post by Rui Paulo
etcupdate.
I did that when I upgraded to 4.99.8.

- Andy Ball


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Rui Paulo
2007-01-22 16:12:59 UTC
Permalink
Post by Andrew Ball
RP> You need to install the userland, run postinstall and
Post by Rui Paulo
etcupdate.
I did that when I upgraded to 4.99.8.
And you don't have /etc/rc.d/wpa_supplicant ?

--
Rui Paulo



--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Andrew Ball
2007-01-29 03:06:56 UTC
Permalink
Hello Rui,

RP> And you don't have /etc/rc.d/wpa_supplicant ?

tinman# cat /etc/rc.d/wpa_supplicant
#!/bin/sh
#
# $NetBSD: wpa_supplicant,v 1.1 2006/10/07 20:52:52 rpaulo Exp $
#

# PROVIDE: wpa_supplicant
# REQUIRE: network mountcritlocal
# BEFORE: NETWORKING dhclient

$_rc_subr_loaded . /etc/rc.subr

name="wpa_supplicant"
rcvar=$name
command="/usr/sbin/wpa_supplicant"

load_rc_config $name
run_rc_command "$1"
tinman#

- Andy Ball


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
FUKAUMI Naoki
2007-01-29 04:03:23 UTC
Permalink
Hi Andrew Ball,

Are / and /usr separated partition? If so, try

# echo "critical_filesystems_local="/var /usr" >> /etc/rc.conf

wpa_suppilicant is executed between mountcritlocal and mountcritremote.
wpa_suppilicant is placed in /usr/sbin/.

I think wpa_supplicant should be placed in /sbin/.

At Mon, 29 Jan 2007 03:06:56 -0000 (GMT),
Post by Andrew Ball
tinman# cat /etc/rc.d/wpa_supplicant
#!/bin/sh
#
# $NetBSD: wpa_supplicant,v 1.1 2006/10/07 20:52:52 rpaulo Exp $
#
# PROVIDE: wpa_supplicant
# REQUIRE: network mountcritlocal
# BEFORE: NETWORKING dhclient
$_rc_subr_loaded . /etc/rc.subr
name="wpa_supplicant"
rcvar=$name
command="/usr/sbin/wpa_supplicant"
load_rc_config $name
run_rc_command "$1"
--
FUKAUMI Naoki

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Andrew Ball
2007-01-29 07:56:50 UTC
Permalink
Hello Naoki,

FN> Are / and /usr separated partition? If so, try
Post by FUKAUMI Naoki
# echo "critical_filesystems_local="/var /usr" >> /etc/rc.conf
They are separate partitions, but adding
critical_filesystems_local="/var /usr" to rc.conf and uncommenting
wpa_supplicant=yes did not seem to work. As a temporary measure, I
have reverted to launching wpa_supplicant from rc.local. Many thanks
for the suggestion.

- Andy Ball


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...