atom feed34 messages in org.freebsd.freebsd-mobileWireless woes (was: no subject)
FromSent OnAttachments
Jeff RollinApr 27, 2006 5:50 am 
Gregers PetersenApr 27, 2006 6:28 am 
Neil ShortApr 27, 2006 1:44 pm 
Kevin ObermanApr 27, 2006 3:07 pm 
Gregers PetersenApr 28, 2006 10:09 am 
Sam LefflerApr 28, 2006 4:12 pm 
Jeff RollinApr 28, 2006 5:14 pm 
Patrick BowenApr 29, 2006 12:47 am 
Jeff RollinMay 4, 2006 12:06 pm 
Jeff RollinMay 4, 2006 12:26 pm 
Gregers PetersenMay 4, 2006 12:45 pm 
Jeff RollinMay 8, 2006 11:56 pm 
Jeff RollinMay 9, 2006 5:16 am 
Gregers PetersenMay 9, 2006 6:28 am 
Jeff RollinMay 9, 2006 6:55 am 
Gregers PetersenMay 9, 2006 7:04 am 
Jeff RollinMay 9, 2006 7:12 am 
Jeff RollinMay 9, 2006 7:25 am 
Robert BlacquiereMay 9, 2006 7:26 am 
Gregers PetersenMay 9, 2006 7:30 am 
Jeff RollinMay 9, 2006 9:40 am 
Robert BlacquiereMay 9, 2006 10:01 am 
Jeff RollinMay 9, 2006 4:12 pm 
Kevin ObermanMay 9, 2006 4:43 pm 
Jeff RollinMay 10, 2006 1:54 pm 
Jeff RollinMay 10, 2006 2:28 pm.boot, .generic, .output
Jeff RollinMay 16, 2006 5:45 pm 
Jeff RollinMay 18, 2006 1:17 am 
Robert BlacquiereMay 18, 2006 6:38 am 
Gregers PetersenMay 18, 2006 6:47 am 
Jeff RollinMay 18, 2006 10:04 am 
Jeff RollinMay 18, 2006 10:05 am 
Robert BlacquiereMay 18, 2006 11:09 am 
Kevin ObermanMay 18, 2006 4:34 pm 
Subject:Wireless woes (was: no subject)
From:Kevin Oberman (ober@es.net)
Date:Apr 27, 2006 3:07:23 pm
List:org.freebsd.freebsd-mobile

Date: Thu, 27 Apr 2006 08:29:01 +0200 From: Gregers Petersen <gp.@cbs.dk> Sender: owne@freebsd.org

Jeff Rollin wrote:

Whoops! Sorry for the lack of a subject in the last post, folks. ;-)

Can anyone help with this, please?

After inserting the D-Link card you should probably run a quick 'ifconfig ath0' to see if you have a new network-interface - the 'ath' driver is a generic part of the generic kernel, so if you havn't done any changes to your local kernel you should not need to 'kldload if_ath' (to load the appropriate kernel module).

I have the same pc-card, but I did a bit off kernel-modding, so I manually load the 'ath' module ... I'm running an IBM R51 with the build in Intel2200 ('iwi'), but the Atheros chipset of the DWL-650 is more flexible and better supported for certain things.

I'm afraid that ath is NOT in Generic in 6.0 nor is it in 6.1-RC or 6-stable. It's not even in Current. (I'm not sure why this is the case.)

You will need to add it to you kernel config or 'kldload if_ath'. If you always want it to load, add the line 'if_ath_load="YES"' to /boot/loader.conf.

Whether this will fix the problem, I can't say, as I don't know if the DWL-650 you have uses an ath chip.

Also, pccard_enable is obsolete in V6. It was used with OLDCARD in earlier version of FreeBSD, but the CardBus code does not use it.