Joachim Mæland" wrote:
>> Feb 26 19:38:32 vagabond kernel: prism2_init: prism2_cs.o: 0.2.1-pre9
>> Loaded
>
>> Feb 26 19:38:32 vagabond kernel: Prism2 card SN: 99SA01000000
>
> Not sure if 0.2.1-pre9 is the best choice and some of your log seems a bit
> strange according to my logs, (0.2.1-pre17).
>
> No indication of serious problems, but no "linkstatus=CONNECTED"
(Keeping in mind that networking isn't my strong suit) the line that worried
me the most was
Feb 26 19:38:32 vagabond /sbin/hotplug[1999]: no runnable
/etc/hotplug/wlan.agent is installed
I thought I had everything installed. I'm sure this is telling me something
important, but I'm not sure what.
> Do you have this file?
> /etc/sysconfig/network-scripts/ifcfg-wlan0
> DEVICE=wlan0
> BOOTPROTO=dhcp
> ONBOOT=yes
I don't have a /etc/sysconfig/network-scripts directory. There is an
/etc/sysconfig/network.scripts, but there is no ifcfg-wlan0 in it.
> Have you tried "ifup wlan0" as root? (watch /var/log/messages)
Here's the output in /var/log/messages:
Feb 27 15:56:22 vagabond kernel: p80211knetdev_hard_start_xmit: Tx attempt
prior to association, frame dropped.
Feb 27 15:57:26 vagabond kernel: p80211knetdev_hard_start_xmit: Tx attempt
prior to association, frame dropped.
Feb 27 15:58:31 vagabond kernel: p80211knetdev_hard_start_xmit: Tx attempt
prior to association, frame dropped.
Feb 27 15:59:00 vagabond /USR/SBIN/CRON[4318]: (root) CMD ( rm -f
/var/spool/cron/lastrun/cron.hourly)
Feb 27 15:59:35 vagabond kernel: p80211knetdev_hard_start_xmit: Tx attempt
prior to association, frame dropped.
Feb 27 16:00:39 vagabond kernel: p80211knetdev_hard_start_xmit: Tx attempt
prior to association, frame dropped.
Feb 27 16:01:43 vagabond kernel: p80211knetdev_hard_start_xmit: Tx attempt
prior to association, frame dropped.
Feb 27 16:02:10 vagabond kernel: dot11req_reset: the macaddress and
setdefaultmib arguments are currently unsupported.
Feb 27 16:02:47 vagabond kernel: p80211knetdev_hard_start_xmit: Tx attempt
prior to association, frame dropped.
> How about output from ifconfig and iwconfig, (from the wireless-tools
> package)?
From ifconfig:
wlan0 Link encap:Ethernet HWaddr 00:06:25:AC:45:85
inet6 addr: fe80::206:25ff:feac:4585/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:1157 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:3 Base address:0x100
From iwconfig:
lo no wireless extensions
sit0 no wireless extensions
lan0 IEEE 802.11-b ESSID:""
Mode:Auto Channel:0 Access Point: 00:00:00:00:00:00
Bit Rate:2Mb/s Tx-Power:2346 dBm
Retry min limit:8 RTS thr

ff Fragment thr

ff
Encryption key

ff
Link Quality:0/92 Signal level:-69 dBm Noise level:-90 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>
> If you are up to it; compile newer drivers, my suggestion is pre16 or
> pre17.
I'll try that. Compiles don't frighten me at all
> If everything else fails; http://linux.oldcrank.com/tips/wpc11/ explains
> how to use the orinoco driver instead.
I'll take a look at that as well
Any and all help given is greatly appreciated. As I said, networking is
*NOT* my strong suit, I'm a MSWindows developer porting himself to Linux.
I'm certainly willing to learn and appreciate very much the help I've been
getting from the entire Linux community. Thanks in advance for any other
suggestions or help you offer.
---Michael