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

[debian-users:34752] Re: [Q] GW-NS110 with woody



柴田(あ)です。

まだモガいてます。

In message <20020929214759.0b1b53ff.pingoo@xxxxxxxxxxxxxxxxx>
   "[debian-users:34718] Re: [Q] GW-NS110 with woody"
   "Sun, 29 Sep 2002 21:51:13 +0900"
   "Masatoshi Iwasaki <pingoo@xxxxxxxxxxxxxxxxx>" wrote:

>> $ cat /etc/network/interfaces
>> auto lo eth0 eth1
>> iface lo inet loopback
>> iface eth0 inet static
>>         address 192.168.10.65
>>         netmask 255.255.255.0
>>         gateway 192.168.10.3
>> iface eth1 inet static
>>         address 192.168.10.66
>>         netmask 255.255.255.0
>> #       gateway 192.168.10.3
>
>staticにIPを振っていたんですね。/etc/network/interfaceのeth1に関する
>記述を全部消して、同等の内容を/etc/pcmcia/network.optsに記述すると
>どうでしょう。正しいかどうかわかりませんが、とりあえず私が今まで
>試した限りでは/etc/network/interfaceに値を入れてもうまくいかなかった
>ような気がします。正式リリース前のwoodyで試しただけなので今はうまく
>行くのかもしれませんが。

potato のころは /etc/network/interfaces を
いじる方法でした。
で、今回はおっしゃるように 
    IPADDR="192.168.10.66"
    NETMASK="255.255.255.0"
    NETWORK="192.168.10.0"
    BROADCAST="192.168.10.255"
    GATEWAY="192.168.10.3"
を試してみました。
同じようにアドレスが振られるのは挙動としていいように
見えます。


>それと、/etc/network/wireless.optsは適切に編集してありますか?
>ESSIDやModeの設定はこのファイルで行っているようです。カードを差した
>状態で

そういったファイルはないようです。
しかしながら、 /etc/pcmcia/wireless.opts というファイルが
あったので、下記三行目に「 |*,*,*,00:90:CC:* 」という
文字列を挿入しました。
# Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)
# Note : wvlan_cs driver only, and version 1.0.4+ for encryption support
*,*,*,00:60:1D:*|*,*,*,00:02:2D:*|*,*,*,00:90:CC:*)
    INFO="Wavelan IEEE example (Lucent default settings)"
    ESSID="Wavelan Network"
    MODE="Managed"
#    RATE="auto"
    KEY="s:secu1"




>$ iwconfig eth1
>
>として、パラメーターが適切になっているかどうか、確認したほうがいいと
>思います。iwconfigはwireless-toolsパッケージに入ってます。

見ると適切になっていないと思います。
適切でないと思うところはアクセスポイントの指定と
リンククオリティというところです。
$ /sbin/iwconfig eth1
eth1      IEEE 802.11-DS  ESSID:"non-spec"  Nickname:"Prism  I"
          Mode:Managed  Frequency:2.484GHz  Access Point: 44:44:44:44:44:44
          Bit Rate:2Mb/s   Tx-Power=15 dBm   Sensitivity:1/3
          Retry min limit:8   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0/92  Signal level:134/153  Noise level:134/153
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Link Quality:0/92 は現在の設定でのせいで引き起こされている
状態だと考えています。
なぜなら、まったく同じ場所で、 Windows98SE だと使用
することが(デュアルブートで利用)でき、以前は potato で
利用(消さなければよかった、泣)していて、すぐ隣にこの
メイルを書いている Windows2000 が利用できているので、
設定がまずいから Link Quality:0/92 な表示になっていると
かんがえました。

そこで、アクセスポイントの設定を変更しようと考えました。
$ /sbin/iwconfig eth0 ap 00:99:cc:1d:93:0c
Error for wireless request "Set AP Address" (8B14) :
    SET failed on device eth0 ; Operation not permitted.

というようにエラーがでます。
sudo で実行しても同じエラーがでます。

なお長時間放置していると
eth1      IEEE 802.11-DS  Nickname:"Prism  I"
          Mode:Managed  Frequency:42.9497GHz  Tx-Power=15 dBm
          RTS thr:off
という状態になるので、

$ /sbin/iwconfig eth1 freq 2.422G
Error for wireless request "Set Frequency" (8B04) :
    SET failed on device eth1 ; Operation not permitted.
同じようなエラーがでることになります。


検索エンジンではこのエラーがほとんどでてきませんので、
珍しい現象なのかと途方にくれています。


なお、ルーティングテーブルですが、有線で OK な時は
カーネルIP経路テーブル
受信先サイト    ゲートウェイ    ネットマスク   フラグ   MSS Window  irtt インターフェース
localnet        *               255.255.255.0   U        40 0          0 eth0
default         sabagw10.saba.i 0.0.0.0         UG       40 0          0 eth0
というようになります。


有線のほうを無効にして無線のみ利用可能にしてみると
カーネルIP経路テーブル
受信先サイト    ゲートウェイ    ネットマスク   フラグ   MSS Window  irtt インターフェース
localnet        *               255.255.255.0   U        40 0          0 eth1
default         192.168.10.3    0.0.0.0         UG       40 0          0 eth1
ということで、設定をよんでくれれば出るべきな 192.168.10.3 と
いう表示になっています。

参考になるかはわかりませんが、ログを下記に添付しました。


--
あまねく生命に、あまねく知性に、最大の幸福を願う
E-mail:help@xxxxxxxxx

$ dmesg
PU: After vendor init, caps: 0383f9ff 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: 0383f9ff 00000000 00000000 00000000
CPU:             Common caps: 0383f9ff 00000000 00000000 00000000
CPU: Intel Celeron (Coppermine) stepping 03
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
PCI: PCI BIOS revision 2.10 entry at 0xfd9be, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 2: assuming transparent
PCI: Using IRQ router PIIX [8086/7110] at 00:07.0
PCI: Found IRQ 10 for device 00:04.0
PCI: Sharing IRQ 10 with 01:00.0
PCI: Found IRQ 10 for device 00:04.1
PCI: Cannot allocate resource region 4 of device 00:07.1
Limiting direct PCI/PCI transfers.
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
Journalled Block Device driver loaded
ACPI: APM is already active, exiting
pty: 256 Unix98 ptys configured
toshiba: not a supported Toshiba laptop
block: 128 slots per queue, batch=32
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1090-0x1097, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1098-0x109f, BIOS settings: hdc:DMA, hdd:pio
hda: FUJITSU MHK2120AT, ATA DISK drive
hdc: CD-224E, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 23579136 sectors (12073 MB) w/512KiB Cache, CHS=1467/255/63, UDMA(33)
hdc: ATAPI 24X CD-ROM drive, 128kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 8192 bind 8192)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 192k freed
Adding Swap: 265032k swap-space (priority -1)
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,8), internal journal
Linux Tulip driver version 0.9.15-pre9 (Nov 6, 2001)
PCI: Enabling device 00:11.0 (0010 -> 0013)
PCI: Found IRQ 10 for device 00:11.0
PCI: Sharing IRQ 10 with 00:07.2
PCI: Sharing IRQ 10 with 00:10.0
eth0: ADMtek Comet rev 17 at 0xc882cc00, 00:90:96:03:49:2D, IRQ 10.
hermes.c: 16 Jan 2002 David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx>
orinoco.c 0.09b (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,6), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,9), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Linux PCMCIA Card Services 3.1.33
  kernel build: 2.4.18 unknown
  options:  [pci] [cardbus] [apm]
Intel ISA/PCI/CardBus PCIC probe:
PCI: Found IRQ 10 for device 00:04.0
PCI: Sharing IRQ 10 with 01:00.0
PCI: Found IRQ 10 for device 00:04.1
  TI 4450 rev 00 PCI-to-CardBus at slot 00:04, mem 0x10000000
    host opts [0]: [serial pci & irq] [pci irq 10] [lat 64/32] [bus 2/5]
    host opts [1]: [serial pci & irq] [pci irq 10] [lat 64/32] [bus 6/9]
    ISA irqs (scanned) = 3,4,7,11 PCI status changes
cs: memory probe 0xa0000000-0xa0ffffff: clean.
orinoco_cs.c 0.09b (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
cs: IO port probe 0x0100-0x04ff: excluding 0x158-0x15f 0x2f8-0x2ff 0x378-0x37f 0x3c0-0x3df 0x4d0-0x4d7
cs: IO port probe 0x0160-0x02f7: clean.
cs: IO port probe 0x0300-0x0377: clean.
cs: IO port probe 0x0380-0x03bf: clean.
cs: IO port probe 0x03e0-0x04cf: clean.
cs: IO port probe 0x04d8-0x04ff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
cs: IO port probe 0x0c00-0x0cff: clean.
eth1: Station identity 001f:0002:0000:0007
eth1: Looks like an Intersil firmware version 0.07
eth1: Intersil firmware earlier than v0.08 - several features not supported
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: MAC address 00:90:CC:0E:13:55
eth1: Station name "Prism  I"
eth1: ready
eth1: index 0x01: Vcc 5.0, irq 3, io 0x0100-0x013f
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
eth1: Tx error, status 4 (FID=00D5)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
eth1: Tx error, status 4 (FID=00D5)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
eth1: Tx error, status 4 (FID=00D5)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
eth1: Tx error, status 4 (FID=00AE)
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.
unloading PCMCIA Card Services
Linux PCMCIA Card Services 3.1.33
  kernel build: 2.4.18 unknown
  options:  [pci] [cardbus] [apm]
Intel ISA/PCI/CardBus PCIC probe:
PCI: Found IRQ 10 for device 00:04.0
PCI: Sharing IRQ 10 with 01:00.0
PCI: Found IRQ 10 for device 00:04.1
  TI 4450 rev 00 PCI-to-CardBus at slot 00:04, mem 0x10000000
    host opts [0]: [serial pci & irq] [pci irq 10] [lat 64/32] [bus 2/5]
    host opts [1]: [serial pci & irq] [pci irq 10] [lat 64/32] [bus 6/9]
    ISA irqs (scanned) = 3,4,7,11 PCI status changes
cs: memory probe 0xa0000000-0xa0ffffff: clean.
hermes.c: 16 Jan 2002 David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx>
orinoco.c 0.09b (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
orinoco_cs.c 0.09b (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
cs: IO port probe 0x0100-0x04ff: excluding 0x158-0x15f 0x2f8-0x2ff 0x378-0x37f 0x3c0-0x3df 0x4d0-0x4d7
cs: IO port probe 0x0160-0x02f7: clean.
cs: IO port probe 0x0300-0x0377: clean.
cs: IO port probe 0x0380-0x03bf: clean.
cs: IO port probe 0x03e0-0x04cf: clean.
cs: IO port probe 0x04d8-0x04ff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
cs: IO port probe 0x0c00-0x0cff: clean.
eth1: Station identity 001f:0002:0000:0007
eth1: Looks like an Intersil firmware version 0.07
eth1: Intersil firmware earlier than v0.08 - several features not supported
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: MAC address 00:90:CC:0E:13:55
eth1: Station name "Prism  I"
eth1: ready
eth1: index 0x01: Vcc 5.0, irq 3, io 0x0100-0x013f
unloading PCMCIA Card Services
Linux PCMCIA Card Services 3.1.33
  kernel build: 2.4.18 unknown
  options:  [pci] [cardbus] [apm]
Intel ISA/PCI/CardBus PCIC probe:
PCI: Found IRQ 10 for device 00:04.0
PCI: Sharing IRQ 10 with 01:00.0
PCI: Found IRQ 10 for device 00:04.1
  TI 4450 rev 00 PCI-to-CardBus at slot 00:04, mem 0x10000000
    host opts [0]: [serial pci & irq] [pci irq 10] [lat 64/32] [bus 2/5]
    host opts [1]: [serial pci & irq] [pci irq 10] [lat 64/32] [bus 6/9]
spurious 8259A interrupt: IRQ7.
    ISA irqs (scanned) = 3,4,7,11 PCI status changes
cs: memory probe 0xa0000000-0xa0ffffff: clean.
hermes.c: 16 Jan 2002 David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx>
orinoco.c 0.09b (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
orinoco_cs.c 0.09b (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
cs: IO port probe 0x0100-0x04ff: excluding 0x158-0x15f 0x2f8-0x2ff 0x378-0x37f 0x3c0-0x3df 0x4d0-0x4d7
cs: IO port probe 0x0160-0x02f7: clean.
cs: IO port probe 0x0300-0x0377: clean.
cs: IO port probe 0x0380-0x03bf: clean.
cs: IO port probe 0x03e0-0x04cf: clean.
cs: IO port probe 0x04d8-0x04ff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
cs: IO port probe 0x0c00-0x0cff: clean.
eth1: Station identity 001f:0002:0000:0007
eth1: Looks like an Intersil firmware version 0.07
eth1: Intersil firmware earlier than v0.08 - several features not supported
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: MAC address 00:90:CC:0E:13:55
eth1: Station name "Prism  I"
eth1: ready
eth1: index 0x01: Vcc 5.0, irq 3, io 0x0100-0x013f
VFS: Disk change detected on device ide1(22,0)
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A