LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ethernet Hardware Rate Change & Printers (https://www.linuxquestions.org/questions/linux-newbie-8/ethernet-hardware-rate-change-and-printers-739955/)

mike_cost\a_blanca 07-14-2009 05:30 AM

Ethernet Hardware Rate Change & Printers
 
Hi there,

As you'll see I'm new to Linux and specifically Linux Mint 7 which I loaded onto an old Toshiba Sat Pro 6100 laptop with dual boot for Windows XP. My first problem is trying to get the ethernet on my laptop configured for 10 mb rather than the default 100 mb. I have an access point under an outside patio but the distance is too great to run at 100 mb but it works fine at 10 mb on Win XP. I've tried using ethtool to display and change the parameters but it comes back with errors like no such device. I'm using terminal with a command line of "ethtool -c eth0" but get "no such device" response. In fact pretty much all the responses are no such device except obviously for ethtool -h. When the laptop is brought indoors and plugged into the same hub on a short ethernet cable, it connects to the net fine. Is my syntax wrong or do I have to be in root mode or something and if so how do I get there ? I also have a USB wiereless 'n' dongle that works on Windows XP but Mint cant seem to see it. Any ideas, do I need a driver ? Similarly, do I need to load Linux drivers for my USB printers ?

Sorry for all the questions but thanks in advance for the help.

BR

Mike

jspsandhu 07-14-2009 05:56 AM

well well you have so many problems posted on one post...
Let me try to help you with the link speed issue...
First Can you let us know what is the output of the following command :-

ifconfig -a

mike_cost\a_blanca 07-20-2009 10:28 AM

ipconfig -a response
 
mike@mike-laptop ~ $ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:08:0d:e1:38:33
inet6 addr: fe80::208:dff:fee1:3833/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1 errors:15 dropped:0 overruns:0 frame:15
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:60 (60.0 B) TX bytes:2178 (2.1 KB)

eth1 Link encap:Ethernet HWaddr 00:02:2d:b0:c9:6d
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:11 Base address:0xd100

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1632 (1.6 KB) TX bytes:1632 (1.6 KB)

pan0 Link encap:Ethernet HWaddr 3e:17:52:e2:19:50
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

mike@mike-laptop ~ $


I hope this helps

Mike


All times are GMT -5. The time now is 09:52 AM.