DragonFly BSD
DragonFly bugs List (threaded) for 2010-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

wlan config crash


From: Edward Smith <abandon.every.hope@xxxxxxxxx>
Date: Fri, 24 Dec 2010 14:52:01 -0500

Hello-
Found a potential bug configuring wlan using rc.conf.  The following was
added to rc.conf on a fresh desktop install:

wlans_ral0="wlan0"
ifconfig_wlan0="WPA DHCP"

The associated wpa_supplicant.conf from /etc:

network={
  ssid="stuff"
  psk="secretstuff"
}

With these edits in the listed files the machine poops its pants on boot
(during network config, of course) and gives a:

"ad8: WARNING - SETFEATURES SET TRANSFER MODE ..."

At this point it's unrecoverable.

It looks like adding "ifconfig_ral0="up"" in rc.conf before the other
two lines listed below avoids the crash.  I have configured other wlan
setups in the past and I don't remember having to explicitly make sure
the device was up.  Maybe it is just the device?

The device from dmesg:
ral0: <Ralink Technology RT2561S> mem 0xcfef8000-0xcfefffff irq 10 at
device 10.0 on pci1

-ed




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