小松です. まちの様,何度もアドバイスありがとうございます. On Wed, 8 Sep 2004 22:20:42 +0900 Satoshi MACHINO <machino@xxxxxxxxxxxxx> wrote: > ちなみに以下の#で始まるコマンドは > $ su -(あるいは$ sudo su -)でrootになっていますか? $ su - で root になっているため,環境変数は root のものになっていると思います. > この直後に $ dmesg|tail -20とかしたら > 何かeth0:ではじまるコメントが見えませんか? > modprobe後のlsmodの結果がすでに報告された通りならば > ここでeth0が見えないのは変です。 > dmesgの結果はどうか教えてください。 再度やってみましたが,やはり認識されていないようです. 以下,そのログになります(長文失礼いたします). -->8-->8-->8-->8-->8-->8-->8 ここから -->8-->8-->8-->8-->8-->8-->8-->8-->8-->8-->8 [komatsu@wfy11win komatsu]$ su - Password: [root@wfy11win root]# cat /etc/modules.conf alias parport_lowlevel parport_pc # wireless lan by K'z 2004/09/08 #alias eth0 orinoco_pci # Note: for use under 2.6, changes must also be made to modprobe.conf! # add by postinstallscript of ppxp rpm alias tap0 ethertap options -o tap0 unit=0 alias tap1 ethertap options -o tap1 unit=1 # you can continue for units tap2 through tap15 # if you like, but usually only the first is needed. alias sound-slot-0 i810_audio post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : [root@wfy11win root]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=no [root@wfy11win root]# lsmod Module Size Used by Tainted: P lp 8512 0 (autoclean) parport 35400 0 (autoclean) [lp] ds 8660 1 yenta_socket 13792 1 pcmcia_core 57600 0 [ds yenta_socket] autofs 13492 0 (autoclean) (unused) usb-uhci 27344 0 (unused) hid 24900 0 (unused) supermount 83712 1 (autoclean) encode-eucjp 242928 0 (unused) i810_audio 28476 0 ac97_codec 16756 0 [i810_audio] soundcore 6244 2 [i810_audio] rtc 9352 0 (autoclean) [root@wfy11win root]# modprobe orinoco_cs [root@wfy11win root]# lsmod Module Size Used by Tainted: P orinoco_cs 5748 0 (unused) orinoco 41300 0 [orinoco_cs] hermes 7428 0 [orinoco_cs orinoco] lp 8512 0 (autoclean) parport 35400 0 (autoclean) [lp] ds 8660 1 [orinoco_cs] yenta_socket 13792 1 pcmcia_core 57600 0 [orinoco_cs ds yenta_socket] autofs 13492 0 (autoclean) (unused) usb-uhci 27344 0 (unused) hid 24900 0 (unused) supermount 83712 1 (autoclean) encode-eucjp 242928 0 (unused) i810_audio 28476 0 ac97_codec 16756 0 [i810_audio] soundcore 6244 2 [i810_audio] rtc 9352 0 (autoclean) [root@wfy11win root]# ifup eth0 [root@wfy11win root]# ifconfig lo リンク方法:ローカルループバック inetアドレス:127.0.0.1 マスク:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RXパケット:2484 エラー:0 損失:0 オーバラン:0 フレーム:0 TXパケット:2484 エラー:0 損失:0 オーバラン:0 キャリア:0 衝突(Collisions):0 TXキュー長:0 RX bytes:228512 (223.1 Kb) TX bytes:228512 (223.1 Kb) [root@wfy11win root]# tail -25 /var/log/messages Sep 9 00:42:16 wfy11win cups: cupsd startup succeeded Sep 9 00:42:16 wfy11win sshd: Starting sshd: Sep 9 00:42:16 wfy11win sshd: succeeded Sep 9 00:42:16 wfy11win sshd: Sep 9 00:42:16 wfy11win rc: Starting sshd: succeeded Sep 9 00:42:16 wfy11win keytable: Loading keymap: Sep 9 00:42:17 wfy11win keytable: Loading /usr/lib/kbd/keymaps/i386/qwerty/jp106_Ctrl_CAPS.kmap.gz Sep 9 00:42:17 wfy11win keytable: Loading system font: Sep 9 00:42:17 wfy11win rc: Starting keytable: succeeded Sep 9 00:42:17 wfy11win gpm: gpm startup succeeded Sep 9 00:42:18 wfy11win crond: crond startup succeeded Sep 9 00:42:18 wfy11win fam: fam startup succeeded Sep 9 00:42:19 wfy11win xfs: xfs startup succeeded Sep 9 00:42:20 wfy11win atokx: atokmngdaemon startup succeeded Sep 9 00:42:20 wfy11win rc: Starting IIim: succeeded Sep 9 00:42:21 wfy11win canna: cannaserver startup succeeded Sep 9 00:42:21 wfy11win anacron: anacron startup succeeded Sep 9 00:42:22 wfy11win atd: atd startup succeeded Sep 9 00:44:58 wfy11win login(pam_unix)[1045]: authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost= user=komatsu Sep 9 00:45:00 wfy11win login[1045]: FAILED LOGIN 1 FROM (null) FOR komatsu, Authentication failure Sep 9 00:45:06 wfy11win login(pam_unix)[1045]: session opened for user komatsu by LOGIN(uid=0) Sep 9 00:45:06 wfy11win -- komatsu[1045]: LOGIN ON tty1 BY komatsu Sep 9 00:47:51 wfy11win su(pam_unix)[1441]: session opened for user root by komatsu(uid=343) Sep 9 00:48:18 wfy11win su(pam_unix)[1441]: session closed for user root Sep 9 00:51:16 wfy11win su(pam_unix)[1486]: session opened for user root by komatsu(uid=343) [root@wfy11win root]# dmesg | tail -25 usb-uhci.c: $Revision: 1.275 $ time 20:52:48 Aug 22 2004 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0x18c0, IRQ 10 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 1 hub.c: USB hub found hub.c: 2 ports detected usb-uhci.c: v1.275:USB Universal Host Controller Interface driver Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] [pm] PCI: Enabling device 00:0c.0 (0000 -> 0002) Yenta ISA IRQ mask 0x00d8, PCI irq 11 Socket status: 30000006 Yenta ISA IRQ mask 0x00d8, PCI irq 11 Socket status: 30000006 Yenta ISA IRQ mask 0x0000, PCI irq 10 Socket status: 30000011 ti113x: Routing card interrupts to PCI cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: clean. lp: driver loaded but no devices found hermes.c: 4 Dec 2002 David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> orinoco.c 0.13d (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others) orinoco_cs.c 0.13d (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others) 8<--8<--8<--8<--8<--8<--8<-- ここまで 8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<-- > 内蔵無線ではなく、有線のNICや無線LANカードなどで > 正常にセットアップ出来るかどうかわかりますか。 次に手持ちの有線NIC(FNW-3800-TX)で行ってみました. こちらは正常にセットアップされ,利用可能です. 以下,そのログになります(長文失礼いたします). -->8-->8-->8-->8-->8-->8-->8 ここから -->8-->8-->8-->8-->8-->8-->8-->8-->8-->8-->8 (上に引き続き,NICを挿入) [root@wfy11win root]# lsmod Module Size Used by Tainted: P 8139too 18696 0 (unused) mii 3604 0 [8139too] crc32 3592 0 [8139too] orinoco_cs 5748 0 (unused) orinoco 41300 0 [orinoco_cs] hermes 7428 0 [orinoco_cs orinoco] lp 8512 0 (autoclean) parport 35400 0 (autoclean) [lp] ds 8660 1 [orinoco_cs] yenta_socket 13792 1 pcmcia_core 57600 0 [orinoco_cs ds yenta_socket] autofs 13492 0 (autoclean) (unused) usb-uhci 27344 0 (unused) hid 24900 0 (unused) supermount 83712 1 (autoclean) encode-eucjp 242928 0 (unused) i810_audio 28476 0 ac97_codec 16756 0 [i810_audio] soundcore 6244 2 [i810_audio] rtc 9352 0 (autoclean) [root@wfy11win root]# ifup eth0 eth0のIP情報を検出中... 完了 [root@wfy11win root]# ifconfig eth0 リンク方法:イーサネット ハードウェアアドレス 00:90:CC:43:DF:2F inetアドレス:192.168.114.103 ブロードキャスト:192.168.114.255 マスク:255.255.255.0 UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RXパケット:117 エラー:0 損失:0 オーバラン:0 フレーム:0 TXパケット:9 エラー:0 損失:0 オーバラン:3 キャリア:0 衝突(Collisions):0 TXキュー長:1000 RX bytes:7598 (7.4 Kb) TX bytes:3734 (3.6 Kb) 割り込み:11 ベースアドレス:0x4000 lo リンク方法:ローカルループバック inetアドレス:127.0.0.1 マスク:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RXパケット:5610 エラー:0 損失:0 オーバラン:0 フレーム:0 TXパケット:5610 エラー:0 損失:0 オーバラン:0 キャリア:0 衝突(Collisions):0 TXキュー長:0 RX bytes:500772 (489.0 Kb) TX bytes:500772 (489.0 Kb) [root@wfy11win root]# tail -25 /var/log/messages Sep 9 00:42:20 wfy11win rc: Starting IIim: succeeded Sep 9 00:42:21 wfy11win canna: cannaserver startup succeeded Sep 9 00:42:21 wfy11win anacron: anacron startup succeeded Sep 9 00:42:22 wfy11win atd: atd startup succeeded Sep 9 00:44:58 wfy11win login(pam_unix)[1045]: authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost= user=komatsu Sep 9 00:45:00 wfy11win login[1045]: FAILED LOGIN 1 FROM (null) FOR komatsu, Authentication failure Sep 9 00:45:06 wfy11win login(pam_unix)[1045]: session opened for user komatsu by LOGIN(uid=0) Sep 9 00:45:06 wfy11win -- komatsu[1045]: LOGIN ON tty1 BY komatsu Sep 9 00:47:51 wfy11win su(pam_unix)[1441]: session opened for user root by komatsu(uid=343) Sep 9 00:48:18 wfy11win su(pam_unix)[1441]: session closed for user root Sep 9 00:51:16 wfy11win su(pam_unix)[1486]: session opened for user root by komatsu(uid=343) Sep 9 01:04:39 wfy11win kernel: cs: cb_alloc(bus 1): vendor 0x14ea, device 0xab07 Sep 9 01:04:39 wfy11win kernel: PCI: Enabling device 01:00.0 (0000 -> 0003) Sep 9 01:04:39 wfy11win cardmgr[733]: socket 0: CardBus hotplug device Sep 9 01:04:39 wfy11win murasaki.pci[1586]: pci device is added Sep 9 01:04:39 wfy11win murasaki.pci[1586]: vendor:0x14ea device:0xab07 subvendor:0x14ea subdevice 0xab07 class:0x20000 class_mask:0x0(ignore) Sep 9 01:04:39 wfy11win murasaki.pci[1586]: MATCH(8139too) -> vendor:0x14ea device:0xab07 subvendor:0xffffffff subdevice 0xffffffff class:0x0 class_mask:0x0 Sep 9 01:04:39 wfy11win murasaki.pci[1586]: Loading 8139too Sep 9 01:04:39 wfy11win kernel: 8139too Fast Ethernet driver 0.9.26 Sep 9 01:04:39 wfy11win kernel: eth0: RealTek RTL8139 at 0x4000, 00:90:cc:43:df:2f, IRQ 11 Sep 9 01:04:39 wfy11win murasaki.generic[1588]: net device is registered Sep 9 01:04:39 wfy11win murasaki.generic[1588]: Dependence(net) was found Sep 9 01:04:39 wfy11win murasaki.generic[1588]: Executing "net" "start" Sep 9 01:05:21 wfy11win kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Sep 9 01:06:22 wfy11win dhcpcd[1626]: infinite IP address lease time. Exiting [root@wfy11win root]# dmesg | tail -25 usb-uhci.c: v1.275:USB Universal Host Controller Interface driver Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] [pm] PCI: Enabling device 00:0c.0 (0000 -> 0002) Yenta ISA IRQ mask 0x00d8, PCI irq 11 Socket status: 30000006 Yenta ISA IRQ mask 0x00d8, PCI irq 11 Socket status: 30000006 Yenta ISA IRQ mask 0x0000, PCI irq 10 Socket status: 30000011 ti113x: Routing card interrupts to PCI cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: clean. lp: driver loaded but no devices found hermes.c: 4 Dec 2002 David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> orinoco.c 0.13d (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others) orinoco_cs.c 0.13d (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others) cs: cb_alloc(bus 1): vendor 0x14ea, device 0xab07 PCI: Enabling device 01:00.0 (0000 -> 0003) 8139too Fast Ethernet driver 0.9.26 PCI: Setting latency timer of device 01:00.0 to 64 eth0: RealTek RTL8139 at 0x4000, 00:90:cc:43:df:2f, IRQ 11 eth0: Identified 8139 chip type 'RTL-8139C' eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 8<--8<--8<--8<--8<--8<--8<-- ここまで 8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<-- よろしくお願いいたします. -- ,x. K'z .::; ,:;+ *;' kazux2k@xxxxxxxxxxx ☆~ __________________________________ Do You Yahoo!? http://bb.yahoo.co.jp/