Opened 15 hours ago

Last modified 5 hours ago

#19453 assigned bug

write access attempted on write-protected area

Reported by: cobra Owned by: adrian
Priority: normal Milestone: Unscheduled
Component: Drivers/Network/atheroswifi Version: R1/beta5
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

Booting the R1/beta5 x86 image on a Pentium III machine. KDL area from a different boot with an identical result but with slightly different addresses. listdev from a session where atheroswifi was disabled via bootloader safe mode options.

Attachments (3)

syslog.txt (41.3 KB ) - added by cobra 15 hours ago.
syslog
listdev.txt (2.7 KB ) - added by cobra 15 hours ago.
listdev output
area.txt (320 bytes ) - added by cobra 15 hours ago.
KDL area command from a different session where the area shown by the error is 0x18a4 instead of 0x18a3

Download all attachments as: .zip

Change History (6)

by cobra, 15 hours ago

Attachment: syslog.txt added

syslog

by cobra, 15 hours ago

Attachment: listdev.txt added

listdev output

by cobra, 15 hours ago

Attachment: area.txt added

KDL area command from a different session where the area shown by the error is 0x18a4 instead of 0x18a3

comment:1 by Coldfirex, 7 hours ago

Can you test on a nightly image?

comment:2 by waddlesplash, 5 hours ago

Owner: changed from waddlesplash to adrian
Status: newassigned

That won't make a difference, this is a bug in the atheroswifi driver. It's trying to write to a const data section here: https://grok.dragonflybsd.org/xref/freebsd/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c?r=95ee2897&mo=89730&fi=2710#2756

adrian (one of the FreeBSD developers) indicated he'll work on fixing this in upstream FreeBSD.

comment:3 by adrian, 5 hours ago

aha! That's an old enough machine to really HAVE an AR9160 NIC installed in it.

Which physical wifi card do you have in it? I'd like to at least get a model number so I can add it to my list of hardware at home!

And yeah I know what the bug is, I'm going to need to finally implement what my comment circa 2011 says I need to do. :-)

Note: See TracTickets for help on using tickets.