View Full Version : [nic & stampante] Mandare10 problemi alla nic & stampante
piccolosocrate
30-06-2005, 10:29
Già!
:(
Contento per l'installazione completa e senza alcun bisogno di aggiuntivi driver mi sono installato mandrake 10 sull'altro pc, quello "anzianotto" (athlon 700 con 256 di ram, 20 gb hd, nic..) :)
ora però non mi fa accedere alla rete, la lucetta della nic è spenta e compare sulle Icon tray in basso a dx due cavetti scollegati.
come posso fare?
sul floppy della nic ho questi dati:
LCS-8038 TX LAN Driver, ma suppongo siano per Winzozz.
La marca è Longshine. :(
Altra cosa: la stampante Canon s200 viene correttamente riconosciuta, ma provando a stampare un comunissimo file di testo per provare rimane immobile. :confused:
piccolosocrate
30-06-2005, 11:38
:D
un amico m'ha trovato questi driver (aveva la stessa scheda mia) sul file di help c'era questo:
RTL8139 driver(written by Donald Becker) is distributed with Linux
after kernel version 2.0.34. It is better to build it into kernel.
The procedure to activate rtl8139 on linux if not build in kernel:
step 1: ftp the latest driver from
ftp://cesdis.gsfc.nasa.gov/pub/linux/drivers/rtl8139.c
step 2: compile:
The instruction for compiling the driver is include at the
end of the driver file. (run this instruction at
/usr/src/linux)
step 3: insert the driver as module:
insmod rtl8139.o
parameter can be added by adding options=..... behind the istrruction
0x16(bit 4):full duplex
bit 0-3 :default port
(run 'lsmod' to see if the module is inserted)
step 4: bind your card to an IP address
/sbin/ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}
(run 'netstat -i' to see if there is a interface 'ne0')
step 5: add your card to IP routing table, then add gateway also
your card:
/sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0
(should be able to ping local network now)
gateway:
/sbin/route add default gw ${GATEWAY} netmask 0.0.0.0 metric 1
step 6: start inet deamon.
/usr/sbin/inetd
(you are on the network now)
*make sure that your kernel is built with network, fast_ethernet and module
support. Otherwise, you have to rebuild your kernel.
(1:go to /usr/src/linux directory
2:run 'make menuconfig' or 'make config'
3:mark the options list above.
4:exit and rebuild your kernel.
make dep;make clean;make zImage
the file 'zImage' will be at /usr/src/linux/arch/i386/boot/zImage
5:modify /etc/lilo.conf.(this file specify where kernel image is)
6:run 'lilo' )
You cna run 'netconfig' which will do step 4,5,6 for you. This will create
'/etc/rc.d/inet1' and 'inet2' files. These two files will run at boot time.
Then just add a line at the beginning of 'inet1'.
'insmod /your driver'path/rtl8139.o'
then your driver will work every time you boot.
come si fa???
ilsensine
30-06-2005, 11:43
Quel driver è incluso nel kernel da parecchi anni.
Puoi allegare i messaggi del kernel? Li ottieni col comando "dmesg" (esegui dmesg > messaggi.txt per reindirizzarli su un file di testo).
piccolosocrate
30-06-2005, 12:28
dmesg > messaggi.txt
l'ho fatto appena avviato..
poi ho provato a configurare con ip, subnet mask, gateway.. ma niente.
la nic dietro nn s'accende :muro:
altra cosa:
nel centro di controllo ho preso questi dati per la nic
id marca: 4332
dispositivo: 33081
modulo: 8139too
come possono essermi utili?
ci posso rintracciare dei driver utili?
:confused:
Grazie mille!
ilsensine
30-06-2005, 12:30
dmesg > messaggi.txt
Grazie, ma se non alleghi messaggi.txt come supponi possa leggerne il contenuto? ;)
vBulletin® v3.6.4, Copyright ©2000-2026, Jelsoft Enterprises Ltd.