Debian Configuration :: USB Gigabit Ethernet Dongles Not Working With Dhclient

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


ADVERTISEMENT

CentOS 5 Networking :: Can't Get Broadcom Corporation NetXtreme BCM5761e Gigabit Ethernet PCIe Working

Sep 20, 2010

from [URL]

i did the following

[root@localhost ~]# lspci | grep Wireless
0c:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100

View 5 Replies View Related

Debian Configuration :: Ethernet And Wireless Not Working On System

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

Debian Configuration :: Always Need To Run Dhclient Manually For Connection

Aug 9, 2015

My network configuration is in a weird situation, that I always need to run dhclient manually each time after a network connection is established. When my computer connects to a router, sometimes it won't get a valid IP, and it uses an automatically generated fake Internet IP. In this situation, it won't connect to the Internet at all. Sometimes it get a valid local network IP, but still cannot connect to WAN, and could only connect to my router's address (both through ping and through router's management webpage). In both situation, it can be solved by a simple dhclient run.

This is my /etc/network/interfaces file:

Code: Select all# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
iface wlan0 inet dhcp

and this is my /etc/NetworkManager/NetworkManager.conf:

Code: Select all[main]
plugins=ifupdown,keyfile
dhcp=dhclient
#no-auto-default=FE:50:52:BE:46:4C,

View 3 Replies View Related

Debian Configuration :: Dhclient.eth0.leases Line Semicolon Expected?

Dec 24, 2010

Any hints why I'm getting the following message: dhclient: Internet Systems Consortium DHCP Client 4.1.1-P1 dhclient: Copyright 2004-2010 Internet Systems Consortium. dhclient: All rights reserved.

[Code]...

View 9 Replies View Related

Debian Configuration :: Realtek RTL8169 Won't Work At Gigabit?

Nov 16, 2010

I've been running my server for a few months now. I'm using the latest version of Lenny, regularly updated. The system is basic: it's a Celeron 1.2GHz-based machine with 512MB RAM. Since it runs SAMBA, I wanted it to run on Gigabit, so I bought a generic gigabit ethernet card with a Realtek RTL8169 chipset. For reference, the original ethernet adapter is an Intel 82801 (815 chipset) 10/100MBit. The card appeared in lspci when I first started up the system but eth1 wasn't up; I installed the Realtek drivers anyway (having installed all the kernel sources etc) and brought eth1 up. However, no matter what I do, it will NOT run at gigabit speeds!
It's plugged into a Belkin gigabit switch that I know will run at gigabit speeds; I've tried different ports and cables (including one that definitely allows gigabit) but nothing will allow the card to run at full speed. Eth0 is no longer set to automatic; only eth1 comes up on boot with a static IP.

[Code]...

View 12 Replies View Related

Debian Configuration :: Slow Transfer Speeds On SAMBA Share But Gigabit Speed On SCP

Feb 12, 2016

I'm having a strange problem with data transfers between systems. I have a file server + my desktop. Both are running Debian 8.3. I have a samba share running on the file server and I mount the shares on my desktop on boot via /etc/fstab

When I copy a file using the nautilus from my home folder (on my HDD) on my desktop to the mounted network location, my transfers start out at gigabit speeds 80MB/s-90MB/s for a couple seconds and then drop down to about 8MB/s

But when I terminate the transfer and then use scp to transfer the same file, I get consistent gigabit speed throughout the transfer. I am not sure what is going on.

View 2 Replies View Related

Networking :: Dhclient Running On Disconnected Ethernet Port?

Nov 8, 2010

I have a simple server running Ubuntu Server. Usually the server connects to the network by Wifi, so there is usually no cable connected to the Ethernet port. I noticed that there is a dhclient3 running on eth0 anyway. It is causing undesirable disk activity. Obviously, it is never going to get a response as long as no cable is connected. I can kill the responsible process manually, but I wonder first what is starting the process and how I can prevent it from being started. If there is a way to get the server to boot without starting this process, I wonder whether this is the right solution. Connecting to the network by Ethernet is the failsafe when Wifi doesn't work. I guess what I would like to see would be a way for the server to detect when eth0 does not have a cable connected and not start dhclient in that case, but to activate dhclient when a cable is connected.

View 4 Replies View Related

Networking :: Transfer Rate For Gigabit Ethernet

Apr 1, 2010

We have a Linux box which acts a a file server. Currently, files and directories are exported using NFS.At the moment, we are a bit concern on its data transfer performance. FYI, we are using a embedded Gigabit Ethernet port on the file server. We ran a few simple write tests between NFS client (also utilizes GigE port) and the NFS server. In these tests, both NFS server and client are both connected directly to each other with a Cat5E cable. Unfortunately, the write/transfer speed results are not as per our expectation. It scores roughly about 11-12MByte/s, where as theoretically Gigabit Ethernet transfer rate is able to reach up to approximately 120MByte/s.I wouldn't expect to reach the theoretical max transfer rate (it would be great if we can , but I would appreciate if you guys can share with us in terms of the following :

1) What's the practical max data transfer rate which you guys managed to observe in a normal Gigabit based connection? What about jumbo frames configuration?

2) Is there any additional tuning/configuration we need to do within the OS to reach those practical max data transfer rate figure?

3) Does PCI-e / system bus plays a role in achieving this speed? For example, we are using the embedded GigE port and we heard some people says embedded ports are actually sharing the system bus and resources with other devices, which might adds into performance issue. Correct me if I'm wrong.

4) Does converting to Cat6 cabling will guarantee an increase in the data transfer performance?

5) In the future (once we are clear on how much single GigE transfer rate we can go) , we are looking into doing bonding since that the NFS server's shared directory/volume read-write speed is way much higher (i.e 400-600MByte/s). Will bonding allow us to achieve higher NFS read/write speed? What are the bonding modes best used for this purposes? Appreciate if anybody who has experience in doing bonding for NFS can share their experience.

View 12 Replies View Related

Ubuntu Servers :: Inserted Gigabit Ethernet Card - Now What To Do

Mar 3, 2010

I installed ubuntu server 9.10. During the install the onboard 10/100 land card was automatically installed and was used for updating packages. I just put in a DGE-530T gigabit ethernet card. I can see it recognized under lspci.01:07.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11). It does not show up under ifconfig. The CD came with linux drivers. The readme talked about recompiling the kernel and a whole bunch of other stuff. Google was equally confusing. What do I do?

View 7 Replies View Related

Networking :: Cannot Detect Broadcom Nextreme Gigabit Ethernet On F2

Apr 20, 2010

I am using fedora core 2. I used the oldest version of fedora just because im running only 1 system, my specification is: HP compaq PC,pentuim4, 512mb memory, 40gig hdd, Intel board. I have two units same spec..windows xp and the other one is fedora 2. The windows xp normally detect the lan card, but when I try to fedora2, I try to active it and seems no lan card detecting,. How to detect broadcom nextreme gigabit ethernet to my fedora 2 OS???

View 7 Replies View Related

Ubuntu Networking :: Check My Ethernet Card Supports Gigabit?

Jun 8, 2010

With what command i can check whether my Ethernet card supports gigabit speed Ethernet or not?

View 1 Replies View Related

Ubuntu Networking :: Expected Transfer Rate For Gigabit Ethernet

Sep 26, 2010

I have 2 10.04 machines connected through a switch, both with gigabit on board ethernet. Both machines show 1000 Mb/s connections.When I transfer large files (gig plus up to multi-gig) the maximum I get according to ftp 11472 kB/s.I did rough computer school math in my head and that seems low but I'll admit I know very little about network transfer rates.My question is what transfer rates should I expect to get between the 2?

View 9 Replies View Related

Hardware :: Detect Intel 82574L Gigabit Ethernet On Ubuntu 8.04?

Feb 14, 2011

I'm having issues with Ubuntu 8.04 to see my Intel 82574L ethernet card. Ubuntu is not detecting it at all.

I downloaded the drivers from

[URL]

copied it to the server, untarred, make install ,and now i'm getting notifications that kernel-devel is not installed. I installed linux-headers from the install cd ( ihave the alternate and server one), but i cannot find any kernel-devel or linux-kernel-devel. The driver still does not want to build after installing linux-headers.

I need to use Ubuntu 8.04 due to some specific requirements, do i need the network cards to work.

View 2 Replies View Related

CentOS 5 Hardware :: Belkin USB Gigabit Ethernet Adapter Not Recognized?

Aug 12, 2010

I have spent them with Fedora and liked it a lot. Today I decided to install CentOS as this looks like something I would like to be using in the future. However a problem I could not solve came right at me after the first boot.

I have one eth0 device which is onboard lan and that was correctly recognised and activated. The second device is F5D5055 Belking USB Gigabit ethernet adapter. There was no problem with it whatsoever under Fedora. According to all the info it should be automatically recognised on kernel 2.6.14 and later. However when I plug it into the USB port, I can see its correct name in the device manager but it is not recognised as a network device. I have configured my Fedora as a firewall/router for my lan and definitely want to use that interface.

Hopefully without needing to do anything in the realm of compiling kernel, cause that is where my half a day long attempt to fix the problem left me.

View 17 Replies View Related

OpenSUSE Network :: Ethernet Is Not Working - Need Configuration

Aug 12, 2010

I am using Sony vaio E series laptop. Previously, I was using my E63 nokia phone as modem for internet connection and i have installed K-internet in my Opensuse OS, and configured wvdial.conf as follows:

[Dialer Defaults]
Init1=ATZ
Init2=ATQ V1 E1 S0=0 &C1 &D2 + FCLASS=0
Init3=AT + CGDCONT=1, "IP","bsnlnet","",0,0
Baud=4608000
Modem Type= Analog Modem
[Code]....

But now, I have Reliance Brodband Connection through LAN. when I am Pluggin in my LAN cable in my laptop YAST Network Configuration Showing Marvell Ethrtnrt is not Configured, When i am going to configured that part it's showning me no Enther net present or Configured By ny Hardware Is detecting ethernet. So, I have concluded that it might be the problem with my wvdial.conf. Also, additional information are as follows:- S- Open suse 64bit, Version- 11.2, cause I cannot Connect to my Internet now? What should I do to have this Problem Fixed?

View 3 Replies View Related

Ubuntu :: Can't Detect Broadcom Netlink BCM57785 Gigabit Ethernet PCIe

Aug 5, 2011

I'just installed ubuntu 10.04 LTS on my new laptop(ACER aspire 5750). Ubuntu installed perfectly. Every things working ok but, it can't able to detect my CABLE MODEM.

View 1 Replies View Related

Networking :: Increase Storage Space Of Server With NAS/DAS Device Via Gigabit Ethernet?

Feb 8, 2010

Cost effective (the people want cheap) solution to increase server storage space with as little impact on throughput (what I want) as possible. I have a server that sends instructions to 20 clients to perform certain tasks. The clients send gigs of data back to the server for storage.

BACKGROUND INFORMATION
Network: Gigabit Ethernet
Clients: (20) HP, Solaris, Linux
Linux Server: Dell R805 PowerEdge (QUAD Core Athlons 16 gigs of ram, 4 gigabit ports.

Selected directories are mounted (NFS) by clients. One directory to be mounted by the clients contains executable files. Mount commands are sent from the server (rsh) to the clients. Yes I know (ssh) but this is how the software was originally written so let's go with it.

The clients then receive commands to execute the binaries contained within the mounted directory. The binaries basically create an image of the clients filesystem including special applications. The client then sends the files and directories to the server which stores this �image�. This process can be reversed to restore a client to the initial baseline image.

In a nut shell, 20 clients are sending gigs of data to the server for storage. I need to attach a NAS (gigabit) to extend the storage capability of the server. The server would mount (NFS) to the hard drives on the NAS. The NAS, configured as a �direct attached storage� device (DAS), means the storage device is connected directly to the server and not the network (which makes it a DAS). This would provide direct storage expansion for the server. However, this configuration cannot be a bottleneck that significantly hinders performance.

Clients <---data---->Server<----storage---->DAS/NAS

1) Will a low end NAS (gigabit port) work? (NetGear 1TB ReadyNAS Duo, RND2110-100NAS) or something with a higher rated throughput (QNAP TS-239 Pro II)

2) Low end won't work, go with �?

3) Does the processor on the NAS play any role that would determine the performance of this configuration given that the server would mount directly to a directory on this device (DAS/NAS)?

View 7 Replies View Related

Fedora Hardware :: Intel Gigabit Ethernet(e1000e) Broke On 2.6.35 Kernel / Resolve This?

Nov 8, 2010

Just a heads up to others. There is a kernel regression in the 2.6.35 kernel with regard to, some but not all Intel Gigabit ethernet adapters using the e1000e driver. After an otherwise successful upgrade from fedora 13 to 14, no ethernet connection could be made while using the upgraded 2.6.35 kernel that comes with fedora 14. The 2.6.34 fedora 13 kernels work fine and were fortunately still available after the upgrade.

I have personally seen the identical malfunction on all 2.6.35 kernels I've tried with both Arch and Aptosid and have seen similar reported problems on the Gentoo forum. In each case, going back to a 2.6.34 or upgrading to a 2.6.36 kernel solved the problem so this is almost certainly a kernel issue. My onboard Intel Gigabit ethernet adapter is:

$ lspci -vv | grep Ethernet
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)

I believe the intel ICH8 chipset motherboards are the ones primarily effected.

View 9 Replies View Related

OpenSUSE Hardware :: 11.2 - Marvell Yukon Gigabit Ethernet Network Card 88E8072

May 12, 2010

I have a dual boot system (Suse 10.0 and Windows XP Pro) in my notebook. My notebook is toshiba m358, which has a Marvell Yukon Gigabit Ethernet Network Card (Marvell 88E8072) on it. My problem is this: in Windows XP Pro, the network card works well, but in openSUSE, the light on the network card does not turn on. I believe that there is no driver for the network card. I have tried several ways to solve this problem:

1. Download Marvell 88E8072's driver from "[URL]", whose name is "install_v10.85.3.3.tar.bz2", and then install it with following commands:

Code:
# tar xfvj install_v10.85.3.3.tar.bz2
# cd DriverInstall
# ./install.sh .....

Code:
# modprobe sk98lin
# WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
After I reboot the openSUSE, the light of network card is still off.

2. Follow "[URL]" to configure the Marvell 88E8072. It also does not work.

View 4 Replies View Related

Networking :: Ethernet Intel Gigabit Controller Is Broken Or That Atheros Driver Is Missing?

Apr 21, 2011

I have an ASUS P5Q PRO motherboard with an integrated Atheros AR8121/AR8113 PCI-E Gigabit Ethernet Adapter.I installed Ubuntu 10.04 "Lucid" 64bit Kernel version 2.6.32.21 I have read that the driver isn't in the kernel, but there's a strange thing :

First if I try to run lspci from command line it doesn't reports Atheros Ethernet Controller.

Second If I try to run lshw -C network from command line it doesn't reports Atheros Ethernet Controller.

Third if I run ifconfig it only returns my loopback address.

Can I suppose that my Ethernet Intel Gigabit Controller is broken or that Atheros driver is missing?

View 4 Replies View Related

CentOS 5 Hardware :: Belkin Gigabit Ethernet ExpressCard Not Seen On Dell Precision M6500 With 5.5

Jul 20, 2010

Actually, the title I was looking for was Belkin Gigabit Ethernet ExpressCard not seen on Dell Precision M6500 with CentOS 5.5 _when system boots with no link on this card_. When I boot this system with a cable connected to the Ethernet port, the card shows up (dmesg, lspci 0e:00.0 and ifconfig). When I boot it with nothing connected, it's like it doesn't exist. I know I could make it work with a loopback plugged in at all times, but am looking for a more graceful solution. Here are messages logs from when it's recognized

Jul 19 15:14:23 mss kernel: sky2 driver version 1.22
Jul 19 15:14:23 mss kernel: sky2 0000:0e:00.0: v1.22 addr 0xf6afc000 irq 193 Yukon-2 EC rev 2
Jul 19 15:14:23 mss kernel: sky2 eth0: addr 00:00:5a:11:45:5b

[code]...

Update: Should have been a little clearer - this card has the Marvell Yukon chipset. I'm trying to identify the part number without ripping out the casing.

View 6 Replies View Related

Debian Configuration :: 2 Ethernet Ports - One Not Being Picked Up?

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

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 View Related

Debian Configuration :: Squeeze No Detect Ethernet Card

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

Debian Configuration :: How To Install Ethernet On Intel I7 Amd64

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

Debian Configuration :: Updated To Kernel 3.0 And Ethernet Disappeared?

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

OpenSUSE Install :: 11.4 - "Atheros Communications L1 Gigabit Ethernet (rev B0)" Wasn't Recognized

May 5, 2011

having used SuSE Linux ever since the April 1995 release, I thought installing 11.4 would be a straightforward task. Since it wasn't, I'm summarising here my experience. My PC is built around a 3-year old Asus P5B-plus mainboard, i.e. certainly not brand-new hardware.

1 - on installation, my "Atheros Communications L1 Gigabit Ethernet (rev b0)" wasn't recognized, so I had to "modprobe atl1" from one of the consoles available during installation. That worked but the installer didn't pick up the fact that network was now available.

2 - after completion of the installation, online-updating for the first time and installing the nvidia driver for my "nVidia Corporation G71 [GeForce 7300 GS] (rev a1)" the KDE desktop showed the "blank desktop with mouse pointer" syndrome. Googling yielded that desktop effects had to be disabled in the kwinrc configuration file.

3 - logging in today after an online update, firefox (MozillaFirefox-4.0.1-0.2.2.x86_64) segfaults on start-up while loading the default website (opensuse.org). firefox will run in safemode but it won't run in normal mode, even with all add-ons disabled.

Now I don't have a useable system after a couple of hours of trying. Fortunately, I have a working installation of openSUSE 11.2 but I believe that updates for that distribution will be stopped shortly.

View 7 Replies View Related

Debian Configuration :: Direct Ethernet Rsync To NAS Very Slow (74kbits)

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

Debian Configuration :: Kernel 2.6.32-trunk-686 Breaks R8169 Ethernet

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







Copyrights 2005-15 www.BigResource.com, All rights reserved