View previous topic :: View next topic |
Author |
Message |
_Echelon_ Apprentice
Joined: 20 Jul 2003 Posts: 293
|
Posted: Fri Jan 07, 2005 3:09 pm Post subject: [risolto]Aggiungere una scheda di rete usb |
|
|
So che e' una stupidaggine ma ci sto diventando matto:
Ho eth0 funzionante;
Ho aggiunto una scheda di rete usb:
Code: |
root@skiavo2 echelon # lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 07a6:0986 ADMtek, Inc. AN986 Pegasus Ethernet <--- eccola
Bus 001 Device 002: ID 04b4:d100 Cypress Semiconductor Corp.
Bus 001 Device 001: ID 0000:0000
|
ho fatto ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1
ho modificato il file /etc/conf.d/net decommentando la linea:
Code: |
iface_eth1="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
|
ma quando faccio /etc/init.d/net.eth1 start ecco cosa succede:
Code: |
root@skiavo2 echelon # /etc/init.d/net.eth1 start
* Bringing eth1 up (192.168.0.2)...
SIOCSIFADDR: No such device
eth1: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth1: unknown interface: No such device
SIOCSIFNETMASK: No such device
|
In pratica non riesco a collegare eth1 alla porta usb
Non dovrebbe essere difficile ma non ho trovato nulla sul forum e nella guida d'installazione. _________________ Did you know that if you play a Windows 2000 cd backwards, you will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows 2000.
Last edited by _Echelon_ on Fri Jan 07, 2005 11:26 pm; edited 1 time in total |
|
Back to top |
|
|
IlGab Guru
Joined: 26 Nov 2004 Posts: 486
|
Posted: Fri Jan 07, 2005 3:26 pm Post subject: |
|
|
Il modulo (che dovrebbe chiamarsi) pegasus (kernel-2.6) l' hai caricato ? |
|
Back to top |
|
|
_Echelon_ Apprentice
Joined: 20 Jul 2003 Posts: 293
|
Posted: Fri Jan 07, 2005 3:33 pm Post subject: |
|
|
No non vedo nessun "pegasus" e non riesco a trovare il modulo per far andare la scheda
(kernel 2.6.9) _________________ Did you know that if you play a Windows 2000 cd backwards, you will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows 2000. |
|
Back to top |
|
|
IlGab Guru
Joined: 26 Nov 2004 Posts: 486
|
Posted: Fri Jan 07, 2005 3:37 pm Post subject: |
|
|
Non ti resta che aggiungerlo
Device drivers ---> USB support --->
--- USB Network adaptors
....
<M> USB Pegasus/Pegasus-II based ethernet device support
.... |
|
Back to top |
|
|
_Echelon_ Apprentice
Joined: 20 Jul 2003 Posts: 293
|
Posted: Fri Jan 07, 2005 5:08 pm Post subject: |
|
|
ah non ci avevo guardato li
Grazie mille! _________________ Did you know that if you play a Windows 2000 cd backwards, you will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows 2000. |
|
Back to top |
|
|
|