忍者ブログ
管理人がつれづれに書き散らかしたあれこれ
[1]  [2]  [3]  [4]  [5]  [6]  [7]  [8

[PR]

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

うごかねぇ…


どどんとふを快適に動かしたい一心でDebian君にWebサーバを立てようと試みる。


…HTMLの参照はできるようになったけれどもCGIが動きませんorz


 しばらくかかりそうだなぁ…T-T


PR

なぜMACが2個も認識されているのか、すんごい謎だけど…


lspciの結果。



00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)


00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)


00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)


00:01.2 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)


00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)


00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)


00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)


00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)


00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1)


00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)


00:08.0 PCI bridge: nVidia Corporation MCP67 PCI Bridge (rev a2)


00:09.0 IDE interface: nVidia Corporation MCP67 AHCI Controller (rev a2)


00:0a.0 Ethernet controller: nVidia Corporation MCP67 Ethernet (rev a2)


00:12.0 VGA compatible controller: nVidia Corporation GeForce 7025 (rev a2)


00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration


00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map


00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller


00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control



dmesg |grep ethの結果



forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.


forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1f:d0:50:99:bc


forcedeth 0000:00:0a.0: highdma pwrctl mgmt timirq gbit lnktim msi desc-v3


Driver 'sd' needs updating - please use bus_type methods


udev: renamed network interface eth0 to eth1


eth1: no IPv6 routers present



こんな感じに…。


アップデートしろ、とか言われているようなんだが…。


なぜMACが2個も認識されているのか、すんごい謎だけど…


lspciの結果。



00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)


00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)


00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)


00:01.2 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)


00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)


00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)


00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)


00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)


00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1)


00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)


00:08.0 PCI bridge: nVidia Corporation MCP67 PCI Bridge (rev a2)


00:09.0 IDE interface: nVidia Corporation MCP67 AHCI Controller (rev a2)


00:0a.0 Ethernet controller: nVidia Corporation MCP67 Ethernet (rev a2)


00:12.0 VGA compatible controller: nVidia Corporation GeForce 7025 (rev a2)


00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration


00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map


00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller


00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control



dmesg |grep ethの結果



forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.


forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1f:d0:50:99:bc


forcedeth 0000:00:0a.0: highdma pwrctl mgmt timirq gbit lnktim msi desc-v3


Driver 'sd' needs updating - please use bus_type methods


udev: renamed network interface eth0 to eth1


eth1: no IPv6 routers present



こんな感じに…。


アップデートしろ、とか言われているようなんだが…。


またアドバイスをもらったので


etc/udev/rules.d/z25_persistent-net.rules


を見てみると、こんなことが書いてある。



# This file was automatically generated by the /lib/udev/write_net_rules


# program run by the persistent-net-generator.rules rules file.


#


# You can modify it, as long as you keep each rule on a single line.


# PCI device 0x10de:0x054c (forcedeth)


SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="bc:99:50:d0:1f:00", NAME="eth0"


# PCI device 0x10de:0x054c (forcedeth)


SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:1f:d0:50:99:bc", NAME="eth1"



……なんでアドレスが2個もあるの??


またアドバイスをもらったので


etc/udev/rules.d/z25_persistent-net.rules


を見てみると、こんなことが書いてある。



# This file was automatically generated by the /lib/udev/write_net_rules


# program run by the persistent-net-generator.rules rules file.


#


# You can modify it, as long as you keep each rule on a single line.


# PCI device 0x10de:0x054c (forcedeth)


SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="bc:99:50:d0:1f:00", NAME="eth0"


# PCI device 0x10de:0x054c (forcedeth)


SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:1f:d0:50:99:bc", NAME="eth1"



……なんでアドレスが2個もあるの??




忍者ブログ [PR]

graphics by アンの小箱 * designed by Anne