RE: Wireless PCI card setup

2004-01-05 Thread G. Held
Hi, Your kernel throws out a fair number of hiccups. Edit the Kernel Config file and add all the drivers you need. Also remove the multi processor stuff. You are missing quite some drivers as indicated in dmesg as Unknown-card. Dude, you're my hero! After messing up a few times, and about three ke

Re: Wireless PCI card setup

2004-01-05 Thread G. Held
Here's how I set mine up: In /etc/rc.conf: ifconfig_wi0="DHCP" No luck. (Using ath0 as opposed to wi0, as is apparently necessary...) I next creat a file called /etc/start_if.wi0 with the line: ifconfig wi0 ssid somessid wepmode on wepkey 0xsomewepkey That's all I do. And it all works well. Luck

Re: Wireless PCI card setup

2004-01-05 Thread G. Held
Did you set the gateway defaultrouter="192.168.39.1" in /etc/rc.conf so that the computer could find 192.168.38.1? Yes, that was set. Thanks, though. Andrew Gould --G. Held -- End of line. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/ma

Re: Wireless PCI card setup

2004-01-05 Thread Andrew L. Gould
th0: mem 0xea00-0xea00 irq 5 at device 7.0 on pci1 > ath0: mac 5.6 phy 4.1 5ghz radio 1.7 2ghz radio 2.3 > ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps > 24Mbps 36Mbps 48Mbps 54Mbps > ath0: 802.11 address: 00:0d:88

Re: Wireless PCI card setup

2004-01-05 Thread Chris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 05 January 2004 12:02 pm, G. Held wrote: Is your wireless router setup to be DHCP on the cat5 end? Also - I have had more luck using AP's instead of routers. Just my .02 Chris > >Can you just paste dmesg -a? > > Righty-O: > - -- Best re

RE: Wireless PCI card setup

2004-01-05 Thread G. Held
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: 802.11 address: 00:0d:88:8b:d2:c7 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of G. Held Sent: Monday, Januar

Wireless PCI card setup

2004-01-05 Thread G. Held
Greetings, I have a D-Link DWL-G520 PCI card that I am trying to install, with less success than I would like. I am using FreeBSD 5.2-RC2. I have been able to bring the card up manually with ifconfig for an Atheros chipset ("ifconfig ath0 inet 192.168.39.100 netmask 255.255.255.0") and doing