Debian Configuration :: How To Install Another Ethernet Driver
Jun 21, 2011
I've got a Dell Optiplex Desktop here, the CPU is a Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz. The integrated ethernet here is from intel also, it's a 82579LM Gigabit Network Connection. This computer is running a Debian Squeeze 64bits, distrib sid, kernel 2.6.39-2-amd64.Well, here goes the story. I had a lot of trouble with the ethernet card, being very slow, and it just didn't work when i was using tftp. So I downloaded and compiled the latest driver available on Intel website. Currently with debian sid, the version for the driver ( e1000e ) is version: 1.3.10-k2. From Intel I got the version 1.3.17-NAPI.Alright, so I build it, and move the module manually to the right place, replacing the previous version at the same time ie :
$ sudo cp e1000e.ko /lib/modules/2.6.39-2-amd64/kernel/drivers/net/e1000e/e1000e.ko
However, there is is still something bothering me. When I want to check, after rebooting, that I did it right, here is what happens :
$ sudo ethtool -i eth1
driver: e1000e
version: 1.3.10-k2
[code]...
So, which one should I trust ? Is there something I didn't do properly when installing the module ? Or maybe I just don't understand ethtool and modinfo enough.
View 5 Replies
ADVERTISEMENT
May 25, 2011
Go to "/lib/modules/2.6.32-5-amd64/kernel/drivers/net/e1000e/" and delete the e1000e.ko-file
Then download [URL]
Take the newly downloaded e1000e.ko-file and move it to "/lib/modules/2.6.32-5-amd64/kernel/drivers/net/e1000e/"
And finally load the module with either: "# modprobe e1000e" or "# insmod e1000e".
You should now have a working ethernet connection.
If connection is lost on system restart try rmmod e1000e; modprobe e1000e
I've for the first time installed linux (debian) to my computer. And I have a problem with ethernet that I can't solve.
I have a Asus Sabertooth P67 motherboard with built in ethernet card, I cant find any drivers for linux, I've tried google, Asus support page etc, but can't anything that says it will work with my computer, just a alot of windows drivers.
where I can find the drivers? Or if there's another way to solve the problem. When installing Debian i could choose between different drivers but no one worked, I've also tried with my motherboard CD but there was just windows drivers...
CPU:
Intel i7 3.4 GHz.
View 14 Replies
View Related
Apr 22, 2010
I'm trying to install the driver for mi wireless card. The instructions say that to build the tar.gz file, I have to:
# mkdir hybrid_wl
# cd hybrid_wl
# tar <path>/hybrid-portsrc.tarhybrid-portsrc-x86_64.tar.gz
The third step i don't understand. I want the folder of the driver to be located in a folder inside home called "Programas" so what I did was to open the terminal, went su, and then did cd Programas. Then I followed instructions 1 and 2, but I don't know what to put where it says <path>.
View 14 Replies
View Related
Jul 18, 2010
I just installed Debian 5 in my pc. I have made all the updates but my screen is a bit bright and the resolution isn't very good. I think that i need to install the graphic card driver but all the solution i find in google didn't work . My laptop is Toshiba satellite pro u400 and my card is Intel GMA 4500 MHD.
View 4 Replies
View Related
Feb 23, 2011
I'm attempting to get a Realtek 0bda:8176 wireless usb adapter (lsusb gives: Bus 001 Device 006: ID 0bda:8176 Realtek Semiconductor Corp.) running with my Debian Server, I researched and found that the RTL8192CE driver is required for my adapter but when I run make install I get this error:
[Code]....
View 2 Replies
View Related
Jun 16, 2011
I'm running Debian wheezy on a Toshiba NB505 and I've noticed that the wireless connectivity can be painfully slow at times. I know it's not our home network because my desktop flies (running Windows).Currently, I have the driver from this guide installed. I went to Realtek's site to download the latest driver for this wireless card (RTL8188CE, the Linux/UNIX version) thinking maybe this more up-to-date driver would operate better than the one used in the guide above.Is there a possible way to install this driver, or should I just stick with the current driver I'm using from the guide above?
View 11 Replies
View Related
May 19, 2010
I've built a new kernel (2.6.34) on our workstation at work. It boots and runs beautifully, but there is one minor problem. I created the kernel as a Debian package along with the kernel headers. Upon installing both and attempting to build the nVidia driver for said kernel, the installer tells me that it cannot determine the version and quits. This happens even if I manually specify the path to the headers. What's going on here, did I miss something during my compilation of the new kernel?
View 14 Replies
View Related
Dec 17, 2010
I'm running succesfully Debian 6.0 after first trying Debian 5.0 and ran into missing partitions. This is solved by using Debian 6.0 (Beta 2).
Now it's NVidia's turn: Under Ubuntu (yes...i know it by now...) you had to install a proprietary driver for NVidia to ensure that 3D was supported. What about Debian? There's nothing like this under Debian? How do i know if 3D is supported?
View 14 Replies
View Related
Aug 15, 2010
lspci reports 07:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12) 08:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12) eth0 is picked up (light when I plug n the cable lights up). nothing for eth1.
other OSes on the same machine pick up both.
My /etc/network/interfaces file looks like
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
iface eth1 inet static
[Code]...
For those who are interested, I have an adsl modem and a router is connected to the modem. eth1 is a connection to the modem. eth0 to the router.
View 5 Replies
View Related
May 3, 2010
I installed Ubuntu 10.04 on my PC last weekend. Other than the fact I had no sound (that's another story...), everything went fine. I then got prompted to install nvidia graphic drivers. Since I installed them and rebooted, i cannot get acces to my ethernet connection. I tried the solutions listed here, but none worked. Also, when i boot on my windows OS, the Internet is working properly. I tried tonight re-installing Ubuntu 10.04. I thought if the graphic caused problem, maybe a new blank installation would just do it.
View 2 Replies
View Related
Sep 16, 2010
i have rtl 8111/8168b gbe ethernet card. i hav downloaded its tar file from from gigabyte website.......kernel version is 2.6.18-8.el5
View 1 Replies
View Related
Mar 1, 2011
I have installed ubuntu 10.10 on a hand me down computer and put a new network card in it (planet ENW 9503) i have managed to locate a linux driver for it from planet.com but i have no idea how to get it to work i have tried a few things it says to do in terminal. everything i have looked up needs an internet connection?
View 1 Replies
View Related
Mar 1, 2011
I have installed ubuntu 10.10 on a hand me down computer and put a new network card in it (planet ENW 9503) i have managed to locate a linux driver for it from planet.com but i have no idea how to get it to work i have tried a few things it says to do in terminal. everything i have looked up needs an internet connection?
View 9 Replies
View Related
Dec 26, 2015
DEVICES:
atheros AR9485
realtek rtl8111/8168/8411
atheros-firmware and firmware-realtek are installed from repo.
ifconfig does not show the network devices:
ifconfig -a does show them, i ran the commands ifconfig eth1 up and ifconfig wlan1 up, which resulted in them showing when typing ifconfig, however both still are not working.
(ifconfig)Also eth1 is only showing an inet6 address not an inet/ipv4 address and wlan1 doesn't show any.
Checked the bios and noticed that network devices were enabled so i don't think its my bios.
Also ran a SystemRescueCd which i got from here: [URL] .... With this live cd, the networking was working.
Added:
Code: Select allauto eth1
iface eth1 inet dhcp
allow-hotplug eth1
Now I get a net address...
View 1 Replies
View Related
Aug 17, 2010
i install devian squeeze with the netinstall iso, all work fine except for the auto-detect of my ethernet card.i have a mother asrock p4i45gv with an onboard ethernet card realtek rtl8139/810x family fast ethernet NIC.i try everithing, the ifconfig shows only lo, but ifconfig -a shows a eth0 any ideas?
View 12 Replies
View Related
Aug 30, 2011
I just updated my Squeeze install now the current kernel version is now 3.0.0-1-686-pae. I now no longer have any internet connection.I have tried the failsafe boots with no luck. I have tried the 2.6 kernels and have had no luck.I have tried to manually start the connections with no luck.I have booted off of a Squeeze Live CD and the connection works just fine.
View 4 Replies
View Related
Dec 12, 2008
There seems to be some trouble with 8139too not working in a previous post. Has anyone found a solution to this? ubuntu version 2.6.24 (Hardy Heron?). Followed all known possibilities but information is all mostly out of date. module 8139too.ok? does not load. Following makefile on 8139too.c supplied, after altering to suit my version, comes up with 3 pages of errors?. ifconfig shows nothing for eth0like the last person markjuggles i have hit a brick wall here. Am I wasting my time?
View 10 Replies
View Related
Sep 12, 2015
My laptop only has a 100Mbit ethernet port, so I bought two external USB gigabit ethernet dongles in the hope of getting faster ethernet speeds. I have never had trouble with Linux supporting ethernet before, but neither of these devices are working. One is an ASIX AX88179 (by TrendNet) and the other is a Realtek RT8153 (by Anker). When I plug these devices in, I get network devices called enx00e04ca82300 or enxd8eb97b61e4d (instead of eth0/eth1 as I would expect).
I can manually set an IP address with "ifconfig enx00e04ca82300 x.x.x.x up" and manually add a route and my network connection works at gigabit speeds. However, the long enx... network device name does not appear to be valid in some sense: tools like dhclient or iptraf or network-manager fail with messages like "no such device" (well, network-manager just hangs). I don't know if it's because the name is so long or because they are not fully registered inside the kernel.
I have vmware workstation installed, and it does some strange things with network devices (setting up bridges for everything). I have disabled its services and see the same behaviour. This looks like a kernel bug to me but it's possible it is a vmware issue. vmware works fine with my wireless and 100Mbit ethernet (eth0 and wlan0).
Realtek device
Some dmesg for the Realtek device:
Code: Select all[10264.619420] usb 4-3.1.1: reset SuperSpeed USB device number 4 using xhci_hcd
[10264.634651] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800c4221a00
[10264.634653] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800c4221a48
[10264.634655] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800c4221a90
[10264.647842] r8152 4-3.1.1:1.0 eth0: v1.06.0 (2014/03/03)
[10264.647902] usbcore: registered new interface driver r8152
[10271.452198] IPv6: ADDRCONF(NETDEV_UP): enx00e04ca82300: link is not ready
[10275.094334] IPv6: ADDRCONF(NETDEV_CHANGE): enx00e04ca82300: link becomes ready
The Realtek device often crashes after just a few gigabytes have been transferred, with dmesg like this:
Code: Select all[10485.761603] net_ratelimit: 10 callbacks suppressed
[10485.761618] r8152 4-3.1.1:1.0 enx00e04ca82300: Tx status -71
[10488.694340] r8152 4-3.1.1:1.0 enx00e04ca82300: Tx status -71
[10488.711352] r8152 4-3.1.1:1.0 enx00e04ca82300: Tx status -71
[code]...
I have not investigated the ASIX device as much. However, my original 100Mbit ethernet has an ASIX chipset (AX88772) and that works perfectly. I have not observed the ASIX device crashing yet so I am using that for now (haven't used it for long yet though). But as before the device name appears to be invalid and I cannot run tools like dhclient. why two gigabit adapters with completely different chipsets would show up with long device names and support low-level stuff like ARP, ping, and static IPs, but fail with dhclient & network-manager? And the Realtek device seems to like crashing too.
View 0 Replies
View Related
Jan 30, 2016
So I have a GoFlex NAS driver, which according the specs has a theoretical maximum performance of 100 MB [URL] .....
I connected by ehternet to my PC (GNU/Linux, Debian 8 ) to do a backup.
I mounted it with cifs:
Code: Select allmount -t cifs "//goflexhome.local/GoFlex Home Personal" /mnt/gf/per/ -o credentials=/root/gfpass,uid=1000,gid=1000
And then tried rsyncing my home folder.
Code:
Select allDIR=/home
BACKUP_FILE=/mnt/gf/per/bck2016/
FLAGS=" --archive --one-file-system --acls --xattrs --numeric-ids --fake-super --progress --human-readable --ignore-existing --log-file="backup.log" "
FLAGS+=" ${DIRS} ${BACKUP_FILE}"
rsync ${FLAGS}
I then used iptraf to check the performance and I get miserable results (from the PC), even below 1 MB:
total 74.7 kbits
in 30.4 kbits
out 48.5 kbist
View 0 Replies
View Related
Jan 22, 2010
I upgraded testing today on my intel laptop. During the upgrade I got the message that the new kernel would require additional firmware, see attached. Is the solution for this to install the driver from Realtek? [URL] If so, the instructions said to check if the driver was already installed, but what does the output below mean?
conor@con-u3s:~$ lsmod | grep r8169
r8169 27596 0
mii 4664 1 r8169
View 3 Replies
View Related
Feb 13, 2010
I am new to Debian. I am trying out the live cd but can't seem to find how to connect to the internet. My setup is Ethernet card and DSL modem, no routers, no wireless. How do I set this up?
View 5 Replies
View Related
Jul 9, 2011
I have a debian-powered NAS (Buffalo LinkStation) and I want to configure the following behaviour: When ethernet (eth0) is plugged in, connect and get a static ip address (ie. 192.168.0.11) When a wireless usb-adapter (wlan0) is plugged in, connect to a wireless router (ie. "Ankkanet") get another static ip address (192.168.0.12)
My /etc/network/interfaces :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
[code]....
what could be causing wireless to disconnect when ethernet cable is unplugged?
View 3 Replies
View Related
May 10, 2011
I have a dual boot on my computer - with ubuntu 9.04 jaunty jackalope on one side of the partition, and windows 2000 on the other. I recently bought - and had installed - a new ethernet card: TP-LINK network adapter TF-3239DL. It works perfectly on windows, but not on linux. I understand that the problem is that I need to install the linux driver, which I have available (comes in the CD), but I don't really understand how I am supposed to proceed. The instructions are very unclear to me, and I have relatively little experience.
View 9 Replies
View Related
Jul 23, 2015
I want to configure multiple virtual ethernet interfaces over a single physical ethernet interface (eth0) and for each virtual interface the MAC address must be unique and the IP address must be Static.Finally all the virtual interfaces must be able to communicate both internally and externally and the traffic should be captured using wireshark.
I need to have such kind of setup to communicate devices individually using one physical ethernet device.
Because I was fiddling with few kernel modules like MACVLAN and MACVTAP and successfully enabled those modules and rebuild kernel. Using macvlan and macvtap I can configure virtual interfaces with unique mac address and static IPs but while capturing packets using wireshark interfaces behave weirdly.
For example say on HOST machine I have 1 physical interface and created 3 virtual interfaces as shown below.
Interfaces :
eth0 (physical ethernet interface)
IP: 192.168.A.A
MAC: aa:aa:aa:aa:aa:aa
[Code] ....
First from above interfaces I started pinging eth0 internally from host machine in which it worked as usually.
Second I did same externally from other machine which is connected to the same network of Host machine, and this did work as usually.
Third I pinged first virtual interface veth0 both internally and externally and this also works and after that I did check source and destination MAC address using wireshark tool-where both showed up there respective MAC address.
Now triggers the issue, where I pinged second virtual interface same like I did for first one, but this time ping was success and where as in wireshark tool the MAC address for veth0 is picked by veth1. This is where I got stuck and this issue happened for all the remaining virtual interfaces.
I couldn't see any virtual interface showing their respective MAC address, as of the remaining except the first virtual interface has been picking the first veth0 mac address.
View 5 Replies
View Related
Mar 1, 2010
I have got a laptop running Debian squeeze. I wish to share the wireless connection of the laptop (wlan0) to the ethernet port of the laptop, so that I can share the wireless connection to my desktop PC which is connected to the ethernet port.
[My desktop PC]---Ethernet---[My laptop]---))) WiFi )))---[Public network/ ISP]
I have read the article on Ubuntu community: [url]
I followed the steps, and the /etc/network/interfaces file on my laptop is:
Now the situation is: My laptop can connect to Internet (i.e. ping debian.org from laptop is fine), my desktop PC can connect to my laptop (i.e. ping 192.168.1.1 from desktop PC is fine). However, the desktop PC cannot reach the Internet.
I also read the information on Debian Wiki: [url]
It seems I must install and configure ebtables before sharing my wireless connection to ethernet port. Is it true? (But why the article on Ubuntu community doesn't mention it?) Or I just made some mistakes?
View 1 Replies
View Related
Dec 17, 2010
This may sound ridiculous, but after installing Debian 5 (from CD 1) in my laptop, ASUS UL80VT, it fails to detect the Ethernet device. The device is "Atheros AR8131 PCI-E Ethernet Controller". I guess the problem comes with the old kernel of version 5. I was intending to compile the latest kernel anyway. But the problem is is there any heads up i need to download the kernel and trying to compile it? Is there anyone who uses Debian on UL80VT. If there is, does it works okay?In short I want to compile the latest kernel, hoping it will fix the Ethernet device. There are installers available with the latest kernel. But I want to do it on my own.
View 4 Replies
View Related
Feb 15, 2010
Just installed squeeze on a new laptop(had been runny Lenny on my older one with no issues, but no sound or wireless on the new one).I decided to install the ATI drive for my Radeon Mobility 4500(or some close revision) because the fan is constantly running and based on some other postings, it seems that it could be the graphics card causing it.Downloaded the driver from ATI's site and it seemed to install fine but when starting X.
View 11 Replies
View Related
Aug 30, 2010
I'm attempting to install the driver for my atheros AR8131 PCI-E Gigabit Ethernet adapter (in my Lenovo laptop) on my newly installed RHEL5 system (it's not currently being recognized).
I tried using: 'make install' but hit an error "Makefile:61: *** Linux kernel source not found."
After this, I tried: 'sudo yum install kernel-devel kernel-headers'
To rectify this, but hit this error "No package kernel-devel available" (and the same for the headers). What should I do?
View 5 Replies
View Related
Sep 4, 2015
i've installed debian 8 on this laptop but can't use the nvidia card from nvidia-detect can't find the card but it work 'cause i can see it in the list of hardware, 3d controller the driver from nvidia don't work, and i had a problem with force installation and xorg.conf file.. how i can make it work ? the card it's nvidia 820m
View 3 Replies
View Related
Sep 21, 2015
I have PCI-device and driver for it - tmk1553b.ko
The problem is to make this device work i have to open terminal after system starts and write
Code: Select allcd /path/to/driver
sudo insmod ./tmk1553b.ko d0=1 t0="TAI" misc=1
But idea is that this PC will work without operator so driver must be loaded automatically. As i realized the solution is to make script but when i try google it shows me how and where to put this script but not how to make it. Also i've tried to put tmk1553b.ko to /lib/modules/2.6.32-5-686/kernel/drivers/misc but it doesn't work.
Debian 6.0.10 (squeeze)
Kernel 2.6.32-5-686
View 5 Replies
View Related