--- In LINUX_Newbies@yahoogroups.com, "Donald" <tambeaud@...> wrote:
>
> Some time ago I tried to get help to install this adapter but I did not have 
> the knowledge to follow  or understand instructions.  I am trying to install 
> an USB ETHERNET ADAPTOR on my labtop,  With nothing else connected to my USB 
> ports and giving the command dmesg | tail -100  I get the following.
> 
> usb 1-7: new high speed USB device using ehci_hcd and address 5
> usb 1-7: configuration #1 chosen from 1 choice
> [root@localhost ~]# 
> 
> This indicates that my laptop sees the adapter.  However, when I do the 
> command   ifconfig -a     I do not see any indication of the new Ethernet 
> port.
> 
> I need help in installing the adapter.
> Thank you
> Donald Tambeau
> VE3HOL
>


Dmesg is not telling you much. Only that Linux is sensing something is plugged 
in. Try:

lsusb -v

It may be more informative.

Also just because you have a device Linux will not automatically assign it to 
an interface, except maybe on boot. That depends on system configuration. Files 
like /etc/network/interfaces decide that behavior. Type:

man ifup

for more information.

I wish I could tell you more but I have never used an USB network adapter 
myself.



------------------------------------

To unsubscribe from this list, please email 
linux_newbies-unsubscr...@yahoogroups.com & you will be removed.Yahoo! Groups 
Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/LINUX_Newbies/join
    (Yahoo! ID required)

<*> To change settings via email:
    linux_newbies-dig...@yahoogroups.com 
    linux_newbies-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    linux_newbies-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to