Ubuntu :: Integrated Ethernet Card Died - IP Address Registering Under Ifconfig
Jul 7, 2011
it was working but after i installed updates and rebooted it could not get a ip address seems like strange timing it still registers under ifconfig it is not even working on the live usb anyway i can test to be sure it is the chip?
View 3 Replies
ADVERTISEMENT
Jun 14, 2010
The motherboard is an L7VMM2 Rev 1.1Initially everything was running smoothly, then I brought it upstairs and everything just failed. The computer would hang right before the POST memory check, and after a few reboots it would do the memory check and reboot. So, I opened it up and switched the RAM around thinking it may have been a BIOS bug or a loos connection and it seemed to work. Now it boots into 10.04 perfectly and is blazing fast for an old computer. THe only problem now is that according to ubuntu, my ethernet controller is non-existent. It doesn't show up in lspci, dmesg and the only thing in ifconfig is the lo interface. It will however recognize the USB interfaces. I upgraded to linux 2.6.2.32-22-generic #33 but that didn't help the issue any. Now I'm stuck, and running out of ideas
View 2 Replies
View Related
Jun 22, 2010
In my red hat Linux machine there was a Lan card using eth0. IP is asign to that network card and it is functioning properly. I add another ethernet card in my linux machineit was detacted and when i use the commandQuote:[root@localhost root] # ifconfig -ait show me both eth0 and eth1 lan cards.I can see Ip address in my eth1 ethernet card but When I enter into
Code:
[root@localhost root] # cd /etc/sysconfig/network-scripts
and i use ls command it only show me the file ifcfg-eth1 and with
[code]...
View 8 Replies
View Related
Dec 17, 2009
I have an HP Pavilion A6750F with an AMD Phenom 9650 Quad Core. 8 GB memoryThe NIC is a REALTEC Semiconductor RLT8111/81688 PCI Express Gigabit Ethernet Controller.The actual MAC address for the NIC is 00:24:21:55:DE:40I have loaded CentOS 5.3 on this host three of four times in various configurations and patching levels.THE PROBLEM: The system identifies the NIC as having MAC FE:FF:FF:FF:FF:FF.When this happens, the network connectivity obviously stops working.It identifies everything else OK, just maps the wrong MAC.I'm no sure how to troubleshoot this problem. I tried rebooting a couple times and once that fixed it. Usually it does not. I reloaded (gasp) Windows Vista on it and it worked ok.This last time, I reloaded CentOS it hung on the bootup (ASK ??), I reset it, it rebooted and everything looks ok; for now.
The system says it is presently using driver r8169
View 4 Replies
View Related
Jul 15, 2010
My video card developed problems, so I followed the suggestion in this thread:
Quote: Boot into recovery mode, then choose root, for a command prompt and enter
Code: dpkg-reconfigure -phigh xserver-xorg
but my ubuntu 10.04 32-bit system still won't boot. Shortly after the ubuntu logo comes up, before the login, my screen goes black and there is no more video signal. What else can I do to reset the video configuration? The card only has this info on it: I could put the card back in the system, reboot, and then pre-configure the system to drop to the intel 865G on-board video, but the msi card has intermittent problems and will spontaneously re-boot several times during the first ten minutes of turning on the system.
View 6 Replies
View Related
Jan 10, 2011
Running Ubuntu 10.04. Networking won't work at all. Used to work flawlessly. Problem is not hardware, because booting windows (vista) on the same machine I can still use networking.
Little story: I Was going into a short trip, then I put my computer to sleep (as usual). Trip took longer than expected and, when I came back, the notebook battery was dead. Charged it, booted the notebook (Dell Inspiron 1525) and now its network won't work at all. After reboot it even ran a filesystem scan, but problem wasn't fixed. The icon on 'taskbar' only says "networking disabled". The ethernet lights won't even light up when I connect a ethernet cable and it won't see any wifi networks. I've tried to fiddle with that little switch which would turn the wifi on and off, but all it seems to do is turn the Bluetooth on and off, as shown by the little Bluetooth icon on 'taskbar' (I've not tested bluetooth, though). I've also tried to plug a external wifi dongle but ubuntu won't even try to install it.
what's happening or what could I do to get my network working? Is there some 'magic' I can type into a terminal window to make this work?
View 2 Replies
View Related
May 10, 2010
I have an ethernet card that used to work with Linux, but it had its firmware corrutped. (not as a result of the kernel its a different model) I think it had something to do with the thunderstorm I was using the computer in. Anyway, it is an Intel 82562EZ 10/100 Ethernet Controller (rev 01). The device manager in windows xp calls it an Intel PRO/100 VE card, which I think is the same thing. The card works in windows but not in linux. Upon firing up the intel proset software, and running hardware diagnostics the test says the eeprom test failed. Is there any way I can flash the eeprom so I can have a working card?
EDIT: Card fixed after leaving unplugged. It is important to also unplug the power supply connectors from the motherboard as well as capacitors may not discharge otherwise. Also be sure to remove the cmos battery. Oh, yeah don't try to use that intel utility on integrated networking devices. "IBAUTIL is not intended as a utility for LAN-On-Motherboard (LOM) [integrated] implementations."
View 1 Replies
View Related
May 31, 2011
When doing the ifconfig command I only receive the IPV6 address. How do I specify that I need the IPV4 address???
View 3 Replies
View Related
May 20, 2010
I recently installed a new CPU and motherboard in my Media Server, but the ethernet port isn't showing up under ifconfig. Is there any way to install additional drivers? EDIT: The model is Realtek RTL8111/8160B.
View 3 Replies
View Related
Aug 13, 2011
I have to change my MAC address in order to get an IP lease via DHCP. But almost no installer CDs have ifconfig and dhclient.
ifconfig eth0 down
ifconfig eth0 hw ether 00:22:15:C0:27:23
ifconfig eth0 up
dhclient eth0
Is there any way to change a MAC address within Debian or Ubuntu installer CDs?
View 2 Replies
View Related
Sep 24, 2010
I'm trying to grok a problem I'm having with an embedded machine. I'm pretty sure I can track down the larger problem, but I came across a usage of ifconfig that I don't understand, and I'm pretty sure this is the command that is failing.
The command is: ifconfig eth0 192.168.78.20:9134
I understand how ifconfig works. What I don't understand is the :9134. I can't see anything in the docs about what this means. I know in most contexts it's a port number, but what does it do when bringing up a network interface? Does it limit it to only using port 9134?
View 1 Replies
View Related
Oct 14, 2010
I am trying to find IP address. In a socket programming tutorial, I found :
Code:
$ nslookup localhost
command. It gives me a address. However, one colleague told me :
Code:
$ ifconfig
It also returns me inet_addr. But both are different. Kindly tell me the correct method to find IP address? I have also checked the /etc/hosts file but it says "localhost"
View 2 Replies
View Related
Jul 7, 2011
I have installed CentOS. I have two ethernet card (one onboard and one PCI). I am able to set ip for realtek ethernet card and my atheros(on board) is not shown in network ifconfig shows only one ethernet card (PCI) hen i gave the command lspci i got the following output
01:00.0 Ethernet controller: Atheros Communications AR8132 Fast Ethernet (rev c0)
03:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
View 4 Replies
View Related
Apr 23, 2010
This should be simple, but the machines we ssh into don't seem to have the regular commands.Are there any other simple ways I can use to get my IP?
View 7 Replies
View Related
Aug 13, 2010
I would like to create several aliases to eth0, but have the addresses assigned by DHCP instead of being set to static IP's. Is this even possible? All the examples I've seen assign a static IP using the command:
ifconfig eth0:0 192.168.1.11 up
View 5 Replies
View Related
Feb 8, 2011
I am basically wanting to use my Ubuntu 10.10 computer as a router. Note: Before you say just get a router please note that I am poor/cheap. I have two ethernet connections and one wireless connection on my netbook. I want to share the internet connection that is going into one of the ethernet cards through the other ethernet card and the wireless card.
DSL-->1sr Eth --> 2nd Eth (currently works)
DSL-->1sr Eth --> Wireless Card (Adhoc) <--(connects with limited connectivity AKA no internet)
The 2nd Ethernet card already has working internet, but when I connect to the Wireless card (through an Adhoc network), it cannot get an IP (I believe).
View 2 Replies
View Related
Jan 28, 2011
where are the interface configurations (set by ifconfig, not the static ones) stored? I'm asking because I'm trying to understand, more broadly, the order of IP address lookup. If I ping the local machine (localhost, or one of the interfaces) no messages get sent out (at least according to wireshark), so some local lookup must be taking place.
View 1 Replies
View Related
May 29, 2011
how to assign a address to my ethernet card all the options available
View 1 Replies
View Related
Sep 12, 2010
I just installed Lucid Lynx on my Dell Vostro 1000 laptop. The problem I'm having is that my wired network card has died on me prior to installation. I'm having the hardest time finding the required files to make my Broadcom BCM4311 wireless card work without being able to download any packages from the web. If anyone knows which files I need and which order I should use to install them that would be great.
View 5 Replies
View Related
Aug 24, 2010
I'm using a lenovo notebook with switchable graphics (Intel HD and ATI Radeon 5650), and I'd like to have Ubuntu use the integrated graphics, but I can't figure out how. The BIOS has two graphics options: switchable and discrete. On discrete just the ATI card runs, but on switchable, it seems like both cards are being used. Is it possible to use just the integrated graphics?
View 8 Replies
View Related
Apr 8, 2010
I have a DFI RS482 mobo with integrated sound. I am making a car puter and only have a 2GB CF card, so I installed a server install of Ubuntu. Then I got xserver-xorg, mplayer, and fluxbox. I downloaded and installed the latest nvidia driver. Mplayer spit out tons of sound errors and that's when I realized the server install has no sound. So I installed the 'alsa', 'pulseaudio' and 'pavucontrol' packages. Now mplayer does not complain and acts like it is playing sound, but nothing happens sound-wise. Pavucontrol shows mplayer as playing sound and the volume as unmuted. However the PCM output is going to "dummy output" and the configuration tab says there are no cards to be configured.
So I think my sound card is not being detected. I don't know what to do at this point.
lspci shows "Multimedia audio controler: ATI Technologies inc. IXP SB400 AC'97 Audio Controller (rev 80)"
alsamixer fails on "function snd_ctl_open failed for default: No such file or directory"
lsmod | grep 97 returns a bunch of stuff, but I'm not sure what it is.
View 4 Replies
View Related
Jul 5, 2010
Here are my Specs:
Netbook: HP Mini 210-1012EZ
Network Card: Broadcom Corporation BCM4312 802.11b/g (rev 01
Ubuntu: 10.04 Netbook Remix
CPU: 32Bit
Wired and Wireless Networks work perfectly the only issue is the Mobile Broadband. When I try to setup my Mobile Broadband connection manualy using the Network Connections Manager the device drop-down is grayed out and it doesn't seem like my network card is being recognized as a Mobile Broadband Card. When I had Windows 7 installed and started ubuntu over a USB Drive the connection worked great. I've followed the steps at [URL] too and it all checked out.
I found another idea in a thread here and I've tried that too:
I added the following line to my /etc/modules:
echo b43 | sudo tee -a /etc/modules
I've also tried using the Broadcom STA drivers that ubuntu offers but it doesn't seem to make any difference.
View 1 Replies
View Related
Apr 8, 2011
I have Ubuntu Natty installed on my computer, and I cannot activate the desktop effects and animations. I know that they can be activated, as I used them on Gutsy, but they have somehow been disabled during an update. I want to reactivate them, but every time I try I am told that they cannot be activated because the right graphic card drivers are missing. I have an integrated Intel card on my computer. Is there any way I can reactivate the visual effects? If not, how was I able to activate them in Gutsy?
View 1 Replies
View Related
May 24, 2009
I have installed Fedora 10 on my laptop, but I cannot start GUI at all. Besides, I cannot get sounds, either.... lspci gives me following infos: 00:11.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller 01:00.0 VGA compatible controller: VIA Technologies, Inc. Integrated Video my laptop is a little bit out of date, sound card and video card are integrated.
View 3 Replies
View Related
Jun 5, 2011
I've just installed the latest version of Ubuntu (11.04) on my Lenovo S10-3 netbook. Everything works just fine, except the mobile mobile broadband.
The system doesn't seem to recognize the (integrated) SIM card slot. The SIM card slot is already integrated (it's located under the battery). I can add a new broadband connection manually, but it still doesn't work (I can't select it from the available connections). If I open-up the additional drivers manager, it doesn't show me any available drivers.
View 2 Replies
View Related
Dec 11, 2010
I just installed SuSE 11.3 (running KDE) and I cannot get compiz to work on it. This is an old laptop with an SiS 660 integrated graphics card which has installed correclty except for the 3D acceleration. I did my homework and looked around before posting this but all I found was this.
1. 3D acceleration for SiS 660 through swrast stopped working when SuSE 11.1 came out [URL] and apparently there's no easy fix for this today. I went to the card manufacturer website [URL] and found no support for SuSE. I tried the mesa drivers and none seemed compatible.
2. I downloaded the compiz repos anyway and followed the instructions in this tutorial: [URL], but it didn't work. So my questions are (a) HOW DO I GET 3D TO WORK FOR THIS GRAPHICS CARD??? and (b) IS IT POSSIBLE TO GET COMPIZ TO WORK WITHOUT 3D ACCELERATION, AND IF SO HOW? I'm an enthusiastic but inexperienced penguinista, so I hope to find an answer to this issue here.
View 2 Replies
View Related
May 25, 2010
I have a PCI graphics card, Nvidia Geforce FX 5500, but can't get it to work. I have 10.04 installed on a Dell Dimension 3000, P4, 1Gb RAM, integrated graphics. I installed 10.04 without the card in the machine, then shut down and plugged the card in and booted it up again (BIOS setting is 'onboard' for integrated graphics, 8Mb; only other option is 'auto'). Checking the hardware drivers I can see the recommended Nvidia drivers (v173, not yet activated) and lspci gives me the integrated as well as the Nvidia listing:
01:02.0 VGA compatible controller: Nvidia Corporation NV34 [GeForce FX 5500] (rev a1)
00:02.0 VGA compatible controller: Intel Corporation 8286G Integrated Graphics Controller (rev 02)
So far so good, but that's where it ends. Changing the BIOS setting to 'auto' turns the screen off on reboot, both for the monitor connected to the VGA port of the Nvidia card and for the monitor connected to the VGA port of the motherboard. I have to shutdown, take the card out and set the BIOS back to 'onboard' to be able to boot again (and shutdown, plug the card back in and boot up again to get back to where I was).
Activating the recommended hardware driver and rebooting (still with BIOS set to onboard) gives a blank screen (screen is still on and there may have been a flash of the purple screen with the ubuntu logo); nothing else happens no matter how long I wait. Rebooting doesn't help, it turns off the screen; same result for booting in recovery mode. I can get to the GRUB bootloader and when I replace 'quiet splash' with 'nomodeset' I manage to boot again with the monitor connected to the VGA port of the motherboard, but am not anywhere closer to getting my monitor working on the Nvidea card.
View 5 Replies
View Related
Nov 24, 2010
Everything worked fine in Kubuntu 10.04 (64-bit). On the upgrade to 10.10 (64-bit) it takes about a minute until I can move the mouse after startup and the integrated memory card reader doesn't work (but the green LED which used to only come on when there was a card in there is now always on). This has been discussed twice before: here (closed and solved by unplugging cardreader which I do not want to do) and here (unsolved but closed as maverick no longer in beta) dmesg (note the errer -110) follows. Let me know if I can/should include any other logs/info!
Code:
[ 13.575002] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 13.790470] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 13.903728] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 16.280020] usb 1-5: device descriptor read/64, error -110
[ 17.375755] sky2 0000:02:00.0: eth0: enabling interface
[ 17.376174] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.377028] type=1400 audit(1290608578.996:5): apparmor="STATUS" operation="profile_load"
[Code]......
View 2 Replies
View Related
Apr 21, 2011
Been using Ubuntu for 1 yr now on my Dell Dimension 8250 but a newbie with my Averatec AV3270-EH1 laptop circa 2005. Ubuntu 10.04 does not detect the Integrated WLAN card/adapter. I've looked at all the forums/posts but none had the issue I have. When I type lspci into the terminal i get this back:
00:00.0 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
[code]....
And when I type in iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.
View 1 Replies
View Related
Dec 4, 2010
Just installed Fedora 14 from the Live CD i686 on my Dell Inspiron 1521. I can't connect to the SpeedTouch 585 on either wireless broadcom card or the wired Ethernet card.
I can connect to it from the same Laptop on the Vista which is on dual boot on the same laptop.
Further confusing is that I ran Fedora 14 and connected to another SpeedTouch today.
Already checked the Channel on the wireless nic and it's on the same one as the SpeedTouch.
View 6 Replies
View Related