關於Ubuntu上使用USB-LAN網路卡 - Linux

Isla avatar
By Isla
at 2009-05-26T16:59

Table of Contents

在ubuntu裡要靠 /etc/init.d/networking 起始網路環境
然後會依/etc/network/interfaces設定檔去決定裝置參數
不過寫在裡面會有缺點 開機會等到剛裝置就續或timeout

手動的用ifconfig+dhclient硬幹應該也是可以

--
============廣告時間============
http://projects.gnome.org/NetworkManager/
會自動偵測硬體裝置 不需修改interfaces
超級好用的說.....這就叫"Pain-Free"嗎?
缺點是在console下在作業的人無法使用
--

※ 引述《spree8 (Enter Sandman)》之銘言:
: 標題: Re: [問題] 關於Ubuntu上使用USB-LAN網路卡
: 時間: Tue May 26 16:32:19 2009
:
: 我發現ifconfig -a
:
: 就可以看到interface usb
所以系統是支援的
:
: 就是那張USB-LAN網卡
:
:
: 不過GUI還是沒有可以設定的地方
:
: 目前是可以對它設定static ip, 但是接上dhcp server要ip好像要不到
要執行dhclient
:
: tx rx packets 也都是0
:
:
: 是還沒有驅動嗎?
:
: ※ 引述《spree8 (Enter Sandman)》之銘言:
: : 小弟目前想在Ubuntu上使用USB-LAN網路卡(DM9601)
: : 無奈一直無法成功的驅動他
: : 目前的kernel版本是2.6.24-16-Generic, 這個版本以經有支援DM9601
: : 因為在裡面有發現dm9601.ko
: : 目前遇到的問題是電腦已經抓到他了,用lsusb可以看到它
: : 但是卻找不到它的interface...ifconfig依然沒有它存在
: : GUI網路設定也看不到它...
: : 不知道該怎麼作才能讓它的interface出現呢
: : 附上lsusb lspci 資訊
: : lsusb:
: : Bus 008 Device 001: ID 0000:0000
: : Bus 007 Device 001: ID 0000:0000
: : Bus 006 Device 001: ID 0000:0000
: : Bus 005 Device 001: ID 0000:0000
: : Bus 003 Device 002: ID 045e:0084 Microsoft Corp. Basic Optical Mouse
: : Bus 003 Device 001: ID 0000:0000
: : Bus 002 Device 001: ID 0000:0000
: : Bus 001 Device 003: ID 0a46:9601 Davicom Semiconductor, Inc.
: : Bus 001 Device 001: ID 0000:0000
: : Bus 004 Device 001: ID 0000:0000
: : lspci:
: : 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)
: : 00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)
: : 00:02.1 Display controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)
: : 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
: : 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
: : 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
: : 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
: : 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
: : 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
: : 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
: : 00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
: : 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
: : 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
: : 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
: : 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
: : 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
: : 00:1f.0 ISA bridge: Intel Corporation 82801IB (ICH9) LPC Interface Controller (rev 02)
: : 00:1f.2 IDE interface: Intel Corporation 82801IB (ICH9) 2 port SATA IDE Controller (rev 02)
: : 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
: : 00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02)
: : 01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)
: : 02:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller
: : 04:01.0 Ethernet controller: Intel Corporation 82541PI Gigabit Ethernet Controller (rev 05)
: : 04:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev c0)
:
: --
Tags: Linux

All Comments

Ethan avatar
By Ethan
at 2009-05-28T18:11
感謝熱心的回答~!
Erin avatar
By Erin
at 2009-05-31T18:59
"cnetworkmanager" for console user

關於Ubuntu上使用USB-LAN網路卡

Aaliyah avatar
By Aaliyah
at 2009-05-26T10:29
小弟目前想在Ubuntu上使用USB-LAN網路卡(DM9601) 無奈一直無法成功的驅動他 目前的kernel版本是2.6.24-16-Generic, 這個版本以經有支援DM9601 因為在裡面有發現dm9601.ko 目前遇到的問題是電腦已經抓到他了,用lsusb可以看到它 但是卻找不到它的i ...

有無教學如何裝oracle for linux的文件

Charlie avatar
By Charlie
at 2009-05-25T21:41
※ 引述《TOM117 (TOM117)》之銘言: libXp.so.6: cannot open shared object file: No such file or directory yum install libXp -- Nice to meld you. - ...

gnome-terminal 能記住視窗大小嗎?

Mason avatar
By Mason
at 2009-05-25T20:29
哈囉 我用 gnome-terminal 在終端機 -andgt; 選了 123x43 但是關閉後下次使用也想讓他預設是 123x43 不知道有沒有辦法讓他記住這設定 Thanks :) - ...

請問如何不進入xp卻又可以修改登錄檔?

John avatar
By John
at 2009-05-25T19:19
請問如何不進入 xp 卻又能修改 xp 的登錄檔呢? 雖然這是 xp 的問題 但是覺得玩 linux 的人應該有辦法才對 所以上來問問!~~~~ - ...

bridge + transparentproxy + iptables????

Hazel avatar
By Hazel
at 2009-05-25T18:28
小弟所在單位因人員眾多(400人) 線路4M/1M 想要架設一SQUID來解決 目前SQUID運作正常 BRIDGE正常 (br0) 但iptables卻是怎樣設定也沒辦法把port 80 redirect進來 要不就是本機不能上網 不然就是沒在用squid google裡大多是NAT來做,但我們是在中 ...