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
ADVERTISEMENT
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
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
Oct 17, 2010
I am a bit overwhelmed with all the information out here, and can't get this to work properly after trying to for two days. I have a PCI ATI card(Sapphire Radeon 9250):
00:08.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
00:08.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)
of which I am only wanting to use the Primary, and my onboard video:
01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01)
right now my xorg.conf is empty and I only get a display off my ATI card. How can I get my onboard to display as well like it does in windows?
I've tried many ways that I found and nothing seems to work.
View 2 Replies
View Related
Sep 6, 2010
How to setup two Ethernet cards ,one with public ip address and the other with local ip address.
View 4 Replies
View Related
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
Apr 19, 2011
My laptop has these Broadcom chipsets (from lspci):
Code:
00:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)
02:00.0 Network controller: Broadcom Corporation BCM4321 802.11a/b/g/n (rev 01)
The 4321 is working fine with wl, but I can't figure out how to get the 4306 working. As I understand, I can't use wl for that one. I once had it working (in FC10 or so) with b43legacy, which is now blacklisted for wl. Unblacklisting it alone doesn't make the other card work. Is there some other configuration I need to do?
View 4 Replies
View Related
Dec 21, 2010
I am running FC13 on a Compaq Presario 2100 using a Broadcom BCM4306. I was able to get it running thanks to Fedora Unity Project. But It's a very unstable connection. I don't know what settings to adjust or enable or disable. It's not my router, this is the only wireless connection in the house that I have trouble with.
View 1 Replies
View Related
Mar 9, 2011
i have ubuntu 10.10 64b and for some reason last night the wired network autoeth01 suddenly will not connect to my router. it is a dual boot machine so i booted into windows and it is working fine in that OS.
I then had a look at the status on my laptop running ubuntu 10.10 32b and that was showing the same message "wired network autoeth01 disconnected" i cannot for the life of me figure this out. just before it was disconnected i had been copying 7gigs worth of data using samba from the 32b machine to the 64 bit machine.
i have tried deleting the wired entry and recreating it.
tried different cables
even changed the router
works with all windows machines connected to network
here is what comes up in lfconfig:
jason@ubuntu1:~$ lfconfig
No command 'lfconfig' found, did you mean:
Command 'fconfig' from package 'redboot-tools' (main)
Command 'ifconfig' from package 'net-tools' (main)
Command 'ldconfig' from package 'libc-bin' (main)
[Code].....
View 6 Replies
View Related
Sep 15, 2010
I am writing a new lightweight Linux distibution mainly for educational purposes. I have a problem; it won't find any ethernet cards. I have tried enabling several things in the kernel config. What I would really like to know is how to enable some generic ethernet drivers and therefore networking. I would like to avoid having to use modules. I'm using kernel version 2.6.35.1.
View 9 Replies
View Related
Nov 9, 2010
Update 29/04/2011 The new broadcom driver is included in the 2.6.38 kernel that comes with Ubuntu 11.04 Natty Narwhal I suggest everyone to just upgrade to the new version. Update 07/01/11 user some-one the problem with git sources has been solved. At the moment the only commit version that compiles in 10.10 is this one:[URL].. Download the .tar.gz file in your home directory and extract it.
[Code]...
View 9 Replies
View Related
Jan 5, 2010
I've installed OpenSUSE 11.2 on my computer. Well, 11.2 is great and all, but issuing ifconfig yields only loopback device. Now, I have OpenSUSE 11.0 installed on my notebook; the system works fine, although I had that very problem initially and had to recompile the kernel in order to make it recognize my notebook's ethernet card. My question is: If I upgrade my notebook's 11.0 up to 11.2, am I sure to have my files intact? Is 11.2 sure to "see" the ethernet card?
View 2 Replies
View Related
Jul 20, 2010
how to configure two Ethernet Cards with the same IP for Redundency and Load Balancing?
I appriciate if you spare some time on replying by above query.
View 1 Replies
View Related
Oct 11, 2009
i have 2 nic's that use the same 8139too module to be operated.so in order to run them i added in /etc/modprobe.d/a file with 2 aliases for the 2 nics alias eth0 8139too alias eth1 8139too and I added a udev rule to give the name eth1 to the 2nd card (the 1st card already had a rule) i still don't get the 2nd rule to be brought up automatically at start up... ifconfig only returns 'eth0' and i have to manually do 'ifconfig eth1 up' at which time the interface is brought up nicely.. then i do a dchpcd to get a network address and im all set. but i would like to do this automatically... note that i know that if i add static ips in /etc/rc.d/rc.inet1.conf i will get both ifs up... but i wonder how its gonna happen with the 2nics being 2 dhcp clients.
View 5 Replies
View Related
Jul 5, 2015
I recently bought a used Server (FSC RX200 S4) and set it up running Debian 7. Being used to Ubuntu, that was no big deal. It works as it should out of the box. This magic computing machine has four Network cards (eth0 - eth3). Now, I want to set it up as a multi-purpose server. On the one hand, it shall provide a Apache2 webserve, a SQL Server, a File/Streaming Server and so on. I have no problems setting up these.
On the other hand, it should work as a DHCP server in my local lan with some PCs and a printer/scanner. Until now, my cheap router did that job including to connecting me to the internet. Since I can't really set up a proper firewall with that box, I want to use my server for that.
Thats's my desired setup I want to achieve:
[] Router provides internet connection to Server
--> cable goes into eth0
[] Server therefore has a internet connection
--> Some internal magic routes the internet from eth0 to eth1 (preferably as a iptables setup) and does the Firwall & DHCP Service
--> cable goes from eth1 to a switch
--> switch connects the PCs and printer
[] PCs have internet and I can use the printer
So far so good, here's what I've come up with. I installed dnsmasq and isc-dhcp-server. I got some config files for both. I got a script to set up my iptables
Iptables script:
Code: Select all#!/bin/sh
#
# rc.firewall
# firewall with iptables ... stronger version
#
FWVER=0.88s
echo -e "
Loading STRONGER rc.firewall - version $FWVER..
[CODE].....
When starting up the services, I don't see any errors. Still, it doesn't work. My Server loses its internet connection and the PCs connected to the network are unreachable.
View 1 Replies
View Related
May 30, 2010
I'm looking for drivers for a some ethernet cards: 02:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec: 8139] (rev 10) Macronix, Inc. [MXIC] MX987x5 [10d9:0531] (rev 25) and Dlink dfe-538tx
I found some drivers at: Realtek These are for the Realtek card. They are: UnixWare 7.1.x and SCO Unix 5.0.X Which one would I use for Debian Lenny? I couldn't find any for the Macronix I found this site for dlink: ftp://ftp.dlink.com/NIC/dfe538tx/Driver/Linux/
[Code]...
I'm not sure what to do with the dlink. I'm not familiar with Linux drivers. I don't know if this is the right way to go or if there are drivers for linux already.
View 3 Replies
View Related
Jul 5, 2010
Ok, so I've gotten tired of my router, and I've decided to make my own using IPFire as the OS. Right now I'm looking for ethernet cards that I can use for the green network, but I don't know if I can use 2 for the same network. I'm trying to get 4 ports at 1000 Mbs, and the only thing I've been able to find so far that's within my price range is a card from startech that has 2 ports, but would I be able to use 2 for the green network?
View 3 Replies
View Related
Oct 31, 2009
I have Installed Fedora 10 and I have assigned manual IP address to eth0 and trying to activate the eth0 but all buttons are disabled.
View 2 Replies
View Related
Apr 12, 2010
running current on a Lenovo S10
the b43 driver craps out every few minutes.
so i decided to try the sta driver.
i downloaded the slackbuild but it crashes with the following see attached
View 14 Replies
View Related
Apr 29, 2010
I'm running Ubuntu 9.0.4 with an Intel PRO/100 VE Network Connection. I have been trying for a couple weeks now different techniques to get my wired ethernet connection working properly. I have a seeming common issue with my e100 driver dropping connection and having hard time picking it back up sometimes. I want to purchase a relatively inexpensive Ethernet card whose generic Linux driver actually operates it CORRECTLY, open up comp and put it in, and update to 9.10. Any list of Ethernet cards that are know to work flawlessly on Ubuntu, or at least tell me which card YOU are using that works perfect without having to write code, install wrapper programs, etc...?
View 8 Replies
View Related
Apr 3, 2011
I have two motherboards, MSI-6702 (64 bit single channel) and MSI-7511 (64 bit dual channel), I have two identical D-Link wireless cards and am running Kubuntu 10.10 on both systems. 7511 recognizes both wireless cards and connects to the Internet.The 6702 shows wireless grayed out on the connections page. The built-in Ethernet card has given out on both. I think I disabled it on the first system to have an Ethernet problem and wonder if I need to do it on the second. I would have tried it already but can' t remember how.
View 2 Replies
View Related
Mar 25, 2011
I want to share the wireless connection from an Ubuntu machine with an old lap top via the wired Ethernet cards. the old laptop doesn't have wire less. the Ubuntu machine is 10.04 LTS -the Lucid Lynx.
View 1 Replies
View Related
Oct 7, 2010
How can I determine full compliance:
Input data see below.
Code:
Code:
Code:
Result - ethernet devices about which I know the exact information :
Code:
View 3 Replies
View Related
Jan 23, 2010
I can post a log file later if needed, I just turned off the laptop in defeat...
View 1 Replies
View Related
Sep 8, 2010
I just built a computer and the onboard nic pluggin is loose and won't register or connect right... so I had to put another nic card in pci to connect to wired network for internet. Problem now is its delaying something fierce... i'm thinking if i can manage to uninstall or disable the onboard nic maybe things would work better... problem is i wouldn't know how to do it... I know hardware is connected via a document somewhere in the file system... if I were to delete the file would that disable the nic or would it just reinstall itself on the next boot?
View 1 Replies
View Related
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
Jul 7, 2010
I am trying to retrieve an interface's MAC address using netlink address. I got to a point, where I am able to parse the reply for 'RTM_GETLINK' till 'case IFLA_ADDRESS'. After that, I have no idea to print the MAC address.
View 1 Replies
View Related
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
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
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