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


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

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

General :: Build Broadcom Netlink BCM5787M Onboard Ethernet Cards (x2)

Apr 13, 2010

I would like to get my Slackware 11 to work with the Broadcom NetLink BCM5787 onboard Ethernet Cards (x2). I have downloaded the tg3 driver from the Broadcom site. I copied and extracted the driver onto the Linux harddisk. When I wanted to build it I got the message, tg3_compat.h: error : redefinition of 'msecs_to_jiffies'previous delay.h : error: definition 'msecs_to jiffies" was here"

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

General :: Internet Connection In GNewSense Linux - Eth Card - BroadCom Netlink BCM5784

Feb 5, 2011

I just installed gewsense on my dell studio xps. I have a dual boot with windows vista. Problem is I cant get the internet to work via lan or wireless. I have read it could be incompatibility with my hardware but wanted to know what can I do to troubleshoot and resolve.

View 3 Replies View Related

CentOS 5 Networking :: Broadcom BCM5700 Gigabit Not Present In 5.3

Apr 22, 2009

I just kickstarted this box - I used eth0 and had no issues. After booting - eth0 is not available/present. This was not an issue in 5.2. This is a dell 4600 - both the 100mb intel and gig broadcom are onboard. I am about to try a different kernel. This is not a show stopper - it's plugged into 100m switch and I can just use eth1 - but I am curious as to what is different and why this no longer works.

[root@localhost ~]# ifup eth0
tg3 device eth0 does not seem to be present, delaying initialization.
[root@localhost ~]# lspci
00:00.0 Host bridge: Broadcom CMIC-HE (rev 22)
00:00.1 Host bridge: Broadcom CMIC-HE
00:00.2 Host bridge: Broadcom CMIC-HE
00:00.3 Host bridge: Broadcom CMIC-HE
00:04.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 08) .....

View 5 Replies View Related

Fedora Hardware :: Broadcom 57780 Gigabit Network Card

Mar 16, 2011

I have been trawling the web looking to see how to get my broadcom nic working on my Dell optiplex 380 with fedora 12. Basically it shows up when I run lspci but no where else, unfortunately I have no linux experience. Other things that I have tried were to check the blacklist driver file, which had no reference to the nic.

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

Programming :: Netlink Sockets In Kernel And Ethernet Driver - Kernel Crash

Aug 31, 2010

I write the network driver. Transmission of packets in user space I do through netlink socket`s. In user space there is a handling of packets and their transmission on other device (however, it isn't important).

Problem in that any time, packets through the driver in system, and is reverse, are transferred normally. But then there comes the moment when the kernel crash. If to look in syslog it seems to me that comes deadlock. Also I think that it is related with netlink socket`s.

I can't find the information on that anywhere how correctly to use netlink socket`s in kernel space. Can at you will any a reason into the account of synchronization of sockets and the driver in kernel space?

I can give the driver code if it is necessary.

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

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

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 Multimedia :: Can Put PCIE X16 Card In PCIE X1 Slot?

Jun 28, 2010

I have fairly new requirement for a second monitor. My main display is running fine using nvidia proprietary drivers.I do have a pcie (probably x16) video card sitting around, but my motherboard only has 1 x16 slot (used by my main display), 2 x1 slots and a few pci slots. From memory, the second video card is an ATI card.Questions:

1. Can I put a PCIE x16 card in a PCIE x1 slot?

2. Would using 1 Nvidia card and 1 ATI cause trouble?

View 5 Replies View Related

Ubuntu Servers :: 9.10 2nd Ethernet PCIe Adapter Found Then Not Found?

Jan 24, 2010

During install of 9.10 server, both ethernet adapters were found. One is built-in to the motherboard, the second is on a PCIe slot. Selected the on-board adapter for eth0 during install, set fixed IP on the web, connected, updated, etc. w/ no problems. The second adapter is for the LAN.BUT, on first and subsequent reboots after installation complete the second adapter is not detected at all, as if it were not even plugged into the PCI or the driver not loaded. This happens on either of two slots, with two different adapters, Intel or Netgear, both pretty recent, and both of which are detected and work in a different box. 'Ethtool eth1' says device not found.This is a fairly recent motherboard 3N78EM).Since the adapter was found during installation I'm assuming that the problem is not with not the board. I've built several server systems with two or three ethernet adapters and have never run into this situation.

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

Networking :: Mint 10 Ethernet Connection Gone Broadcom?

Mar 6, 2011

OS: Linux Mint 10 | Windows 7 Install Type: WUBI inside windows 7 Computer: HP Compaq Presario CQ56' Network: Realtek PCIe FE Family controller w/ Realtek 8102E chipset Problem in: Network Connection Issue: After I woke up my computer from Sleep, I lost ethernet. No connection. It told me that I had lost my connection. Why? Now, after several restarts, nothing.

View 14 Replies View Related

Debian Installation :: Ethernet Broadcom With Netinst Image?

Jul 6, 2010

does someone know a workaround to solve this problem?[URL].. I'm trying to download all firmware on [URL]..I put them on usb key (they are about 12 files .deb) and, during the installation I choose "select driver from alternative" (or something like that) but never recognize it.Seems this card works with tg3 driver but i'm not sure.If there are no way to recognize it from installer, could someone please suggest me an alternative way to install testing on my notebook ?

View 6 Replies View Related

CentOS 5 Hardware :: Broadcom Ethernet Controller Not Recognized?

Sep 7, 2010

Running CentOS 5

System see the device with an lspci, yet will not load

Vendor:Device ID is 14e4:1691

Broadcom BCM57788 on board ethernet controller

Cannot find driver or anyone that seems to support it. Am I missing something?

This is in a Dell computer.

View 10 Replies View Related

Ubuntu Networking :: Installing Broadcom Wireless Driver Disables Ethernet?

Jan 2, 2010

I have a Dell Inspiron E1505, which has the Dell Wireless 1505 (Broadcom) card. To run the card, I installed the Broadcom STA wireless driver, which seems to activate the wireless card OK. The problem is that once I installed that driver my onboard Ethernet card was deactivated (and yes, it is enabled in BIOS). I had to remove the wireless driver to get the Ethernet back. Does anyone have ideas? I haven't found this problem listed elsewhere. I am running Ubuntu 9.04 with no other problems.

View 5 Replies View Related

Ubuntu Networking :: Error Ethernet Controller Is BROADCOM Corporation Device 1692 ( Rev 01)

Dec 1, 2010

I am not able to configure ubuntu 9.04 on network ,

i get error Network UNCLAIMED. error ethernet controller is BROADCOM Corporation Device 1692 ( rev 01)

View 3 Replies View Related

Ubuntu Networking :: Broadcom B44 Ethernet Controller Not Working After Patching Wlan Driver

May 28, 2011

I patched my wireless driver in order to support packet injection. Using this tutorial:

- Install the Firmware:

Code:

- Create new directory:

Code:

- Now disconnect Internet and unload all your driver (use rmmod command)

- Move/copy the Compat-Wireless patched in /usr/src/drivers directory and unpack the drivers:

Code:

Blacklist the wl driver: (STA driver)

Code:

Currently I'm running Ubuntu 10.10, Kernel 2.5.35-29-generic. I have a Broadcom 4318 for my WLAN and a Broadcom 4401-B0 for my ethernet. I followed the tutorial and I managed to get packet injection working on my WLAN; however, my ethernet connection isn't working. I tried sudo modeprobe b44, but I get the following message:

FATAL: Error inserting b44 (/lib/modules/2.6.35-29-generic/kernel/drivers/net/b44.ko): Invalid argument

View 9 Replies View Related

Fedora Hardware :: F13 Does Not Recognize Broadcom BCM57780 Ethernet Card

Sep 18, 2010

I've just installed F13 on Acer Aspire 5551G with has Broadcom BCM57780 ethernet card. And F13 does not recognize this card: in System > Administration > Network Devices tab is empty (but in Hardware tab the card is listed). So, I can't connect to the Internet

So far I've found:
1) Related bug for F11.
2) Related thread for F12.

I've tried all possible solutions mentioned in both the bug and the thread, but nothing could convince my F13 to like the ethernet card.

View 1 Replies View Related







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