Network, printing, USB drivers

Q yellowdog-newbie@lists.terrasoftsolutions.com
Sun, 12 May 2002 13:01:24 +0200


Randall Tedder wrote:

> Dear Fellow Newbies:
>
> I have three questions, and I trust that someone will know the answers -
>
> 1. How do I tell Linux that I have two ethernet cards? One is eth0 
> (built in), used for TCP/IP. The other is in a PCI slot. It is 
> recognized by the tool that shows what's in the slots (I can't 
> remember the name of this particular tool as I am not in linux as I 
> type this). 

# which tools are you talking about? If it is KDE hardware listing it 
doesn't
# mean that your card's driver is built in your kernel or
# loadable as a module. Do a  
dmesg |grep eth

# in your terminal to see if you card is loaded at start up.
# if you don't see it you might have to load it as a module:
insmod driversname

 # if your card is loaded at start up you can configure it with by using 
the /programs/system/network configuration
# if you need to rebuild a new kernel go to YDL website, there is an 
howto for that.

>
>
> 2. If I manage to set up printing properly via netatalk and atalk, 
> will this solve the above problem? 

No (at least I don't think so)

>
>
> 3. My USB hub is recognized, as is my Wacom tablet. I have the UNIX 
> driver for the Wacom tablet. How do I install it?
>
> Thanks for any assistance you can offer.
>
> Randall
>