Comment 11 for bug 180544

Revision history for this message
bhaagensen (bhaagensen) wrote : Re: ipw2200 driver fails to load firmware

strace didn't return anything useful (I'm no expert)

open("/lib/modules/2.6.24-12-generic/kernel/drivers/net/wireless/ipw2200.ko", O_RDWR) = 3
fcntl64(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}) = 0
open("/proc/modules", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f77000
read(4, "ieee80211 35528 0 - Live 0xf8c61"..., 1024) = 1024
read(4, "ive 0xf8997000\nirda 203068 1 sms"..., 1024) = 1024
read(4, "ive 0xf88b1000\n8139too 27520 0 -"..., 1024) = 463
read(4, "", 1024) = 0
close(4) = 0
munmap(0xb7f77000, 4096) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=174604, ...}) = 0
mmap2(NULL, 174604, PROT_READ|PROT_WRITE, MAP_PRIVATE, 3, 0) = 0xb7de4000
init_module(0xb7de4000, 174604, "") = 0
munmap(0xb7de4000, 174604) = 0
close(3) = 0
exit_group(0) = ?
Process 14354 detached

The problem has been there since I upgraded from Gutsy a few days ago. Do you know how one can get a trace of the files that ipw2200.ko opens?