Hardware :: No Network Interface Detected On Freshly Bought Acer?
Jul 8, 2010
I bought a nice new Acer Athlon II x2 yesterday with the intention of using it as my main stable, every-day system. As it came pre-installed with Windows 7 Home Premium, my plan was to dual-boot between W7 and an as-of-yet undecided 64-bit Linux OS (probably Slackware's 64-bit variant).
Anyway, it wouldn't connect to the Internet. Everything else seemed fine but this. Being too lazy to really look into it myself at the time, I called up Acer tech support and shared my problem. We did a ping test and she said the problem's with the ISP not the hardware, so I went there to find many of their customers seemed to be getting bad or no connection. Thinking that was likely my problem too, I left it at that.
Well today after work I decided to boot my Puppy Linux USB stick onto the machine to see if it's just W7 being Microsuck, and attempting to connect, Puppy couldn't find the correct module to load that would result in a new interface (network) being detected. Annoyed, I tried Puppy Linux on an old tower I'm currently working on for my parents (still working on that one btw for anyone who remembers me from last week) and it connected fine. I'm actually using that system as I type out this post. Running other Linux OSs on my new machine does the same thing (no connection). Going back to W7, I tried letting them do their diagnostic thing and it came up with this:
Quote:
Local Area Connection doesn't have a valid IP address.
Not fixed.
Clicking for more information I get:
Code:
NVIDIA nForce Networking Controller
Provider: Microsoft
Version: 1.0.1.211
Inf File Name: c:WindowsINF
etnvm64.inf
[Code]...
View 12 Replies
ADVERTISEMENT
Mar 30, 2010
How can I track down what's using my nic and kill it (if appropriate). There are no applications running which might be authorized to send and receive packages, so I don't really know why the System Monitor shows network activity.
View 9 Replies
View Related
Sep 25, 2010
I just recently installed ubuntu 10.04 and I am having no luck connecting to my network via wireless. I went into the top right with the little wireless icon to see no networks detected. I tried using lspci which came back with no wireless adapters[URL]..
View 3 Replies
View Related
Mar 24, 2010
I recently bought a new notebook and comes with no KDE etc. Can I add this programs? where can I read about using linux?
View 1 Replies
View Related
Jun 30, 2011
I couldn't use it, but it was still being detected by hardinfo and when I typed up lsusb, it came up in the list of available devices. For some strange reason, Cheese couldn't use it, so I tried using luvcview instead, to find that the path /dev/video0 didn't exist. I changed the name of /dev/video1 to /dev/video0; thereupon, I could use my webcam with luvcview just fine, so I did a test call with Google Talk, and I could see myself fine, only it froze when I moved my screen. I did a second call, and a few seconds in, my image froze again, and my cam isn't being recognized by hardinfo or lsusb now.
Any suggestions? Is my issue hardware originated, or do you think it might have had something to do with the fact that I changed /dev/video0 to video 1?
Also, I'm on Natty Narwhal 11.04.
EDIT: This is what I'm getting when I type "lsusb":
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
My webcam used to be on Bus 005, so might there be a slight chance it's still being recognized?
EDIT 2: After doing "lsusb" several times I found that the webcam can be recognized on certain positions of the screen. Looks like my issue is hardware-related.
View 1 Replies
View Related
Feb 17, 2010
Aspire One D250 wlan/ethernet not working on centos 5.4i have tried alot, searchingon net to findout the both lan card drivers for my new aspire one d250 but coudn't find out. Please help me in finding and installing the drivers. infact i have seen alot people searching for the same but no one has successfully installed any of the lan.
View 2 Replies
View Related
Jun 19, 2015
Parted Magic doesn't detect the SSD for some reason. I've been trying to install ANY form of Linux onto my chromebook, wiping the SSD first and then installing Linux to it. For the last few months actively trying to do so, all has failed. I decided to get an m.2 connector that plugins into a gpu slot to connect it to my desktop (the SSD is micro-sized...) and it fits perfectly, but when opening Parted Magic from a simple USB drive, all my devices show up except my SSD.
Previously, the installations of Linux onto my Chromebook have always failed with a "not enough memory" message, trying all solutions found online and responding to other's posts, they suggested me to do this since they can't see the problem either. I never knew a basic wipe on an SSD, and installation of Linux would be so difficult. Everyone online says "it's so easy even without crouton" and is plug-in-play essentially. No, it is not.
View 10 Replies
View Related
Jul 18, 2011
I have a ppp0 entry with post-up options like this
mapping ppp0
map none photon-plus motorola
map timeout: 12
[code]...
View 8 Replies
View Related
Jan 14, 2010
Code:
leopard@brokenbox:~$ lspci | grep Ethernet
01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
Code:
leopard@brokenbox:~$ ethtool -i eth0
Cannot get driver information: No such device
Code:
leopard@brokenbox:~$ ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
[code]....
I have had this issue before, and fixed it by booting into Windows XP SP3 and pressing and holding the power button down until the computer shuts down. (e.g. "Unclean or "Illegal" or "Cold" boot.) Unfortunately, not having Windows XP SP3 on my system anymore, I have to do this in Ubuntu. I have tried several times, and it is clearly not working. I don't want to try too many times more for fear of damaging my ext4 file system.
I looked for this issue on Google and found only driver problems, not device problems. There is no Ethernet option in the BIOS, except for the Network Boot, which should always show the device whether its in use or not. Is it silly to ask if Windows in a VM in an unclean shutdown may solve the problem? The driver for the device is currently supported by the kernel out of the box:
Code:
Linux brokenbox 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux
It uses/used the atl1c driver. It was working on the same install just about a day ago!
View 9 Replies
View Related
Apr 14, 2011
I found multiple sites explaining how to add IPs to a network interface as virtual interface like eth0:0. However I can add IPs to an interface as well using the ip command: ip a a 192.168.2.2/24 dev eth0 What I want to know is how I can make this persistent on rhel/centos.
View 2 Replies
View Related
Apr 30, 2010
I tried installing the driver following the instructions in the link given below.
viewtopic.php?t=7949
But now also its now working either. After installing the outputs are given below.
[Code].....
View 7 Replies
View Related
May 28, 2010
I bought some music (first time) a few days ago and am still not seeing it in my "purchased music" inside Rythmbox. When I access my Ubuntu-one account from the web-interface I can see that everything's there, but the music simply doesn't show in Rythmbox or in my Ubuntu One folder. I don't use ubuntu-one for anything else then this music, so it might be some global problem
View 3 Replies
View Related
Feb 21, 2011
I just bought 8GB of RAM for my old desktop which I'm using as an Ubuntu dev box and secondary workstation. Can I just install the RAM and go merrily on my way or do I need to run some commands for Linux to take recognize and take advantage of the extra memory?
View 8 Replies
View Related
Aug 10, 2011
I have found simple ways to transfer my downloaded music from Windows (file uploading and then downloading, the non-technical easy way), but iTunes doesn't really allow you to download your music - from what I know (non-technical person here).
I have wubi because this is a family computer, and my sister's a gamer (once I convince them to use this, I will find a way to make those games to work here). I also will start buying music from Amazon soon so it'll work here.
How do I first of all download the bought music from iTunes?
View 1 Replies
View Related
Apr 7, 2011
I am totally new to Linux and have just installed ubuntu 10.10. After configuring the network interface via dhcp I started getting these messages that come in so frequently I can't configure anything else.
[87.186415] Stack:
Why I am getting this messages and more importantly how do I get rid of them.
The installation is on a VM on Hyper-V.
View 1 Replies
View Related
Aug 30, 2010
today I tried to configure a network route to a host for testing my network interface. Code: route add 192.168.1.15 eth0 As I have to eth interfaces and both interface got their IP from DHCP (192.168.1.11 and 192.168.1.12) and are in the same subnet, I shut the other interface down:
Code: ifconfig eth1 down Then I tried to test the interface by doing a ping to 192.168.1.15.
Problem: When I unplug the cable from eth0 (and eth1 is still plugged) the ping still works. Somehow my linux (it's debian) powers up again eth0 and pings over this port.
How can I stop my linux doing this. I just want to have the route added only on the one interface - not the other. Is it maybe some case of a default-gateway?
View 5 Replies
View Related
Sep 6, 2011
I'm going to come right out and say I am a complete novice with Linux/SUSE. The equipment I'm having a problem with is a little web-server that was purchased by my employer that has, quite suddenly, stopped functioning. I was changing the IP address within YaST, at which point the device offered to update itself, which I saw no harm in. Post-update, however, I was unable to so much as ping the device.
I tried "ifconfig eth0": "Error fetching interface information: Device not found." I went into network settings via YaST and found that there are two cards now listed as: RTL8111/8168B PCI Express Gigabit Ethernet controller Both IP addresses are "Not configured". The information pane, for both cards, cites:
RTL8111/8168B PCI Express Gigabit Ethernet controllerBusID : 0000:02:00.0 Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details. The only difference in either of the cards is the BusID (0000:02:00.0 and 0000:03.00.0)
I can neither edit nor delete either of these cards. As I mentioned, I am a total Linux novice, and am at a total loss for what to do next, or even how to find critical information about the system itself. I know enough to check dmesg, but not enough to have any clue what to look for in the output.
View 9 Replies
View Related
Aug 20, 2010
Config: Squeeze, 2.6.32-5-amd64I just installed squeeze and the network is up and nm-manager deamon if working but the Gnome applet doesn't seem to work as usual. It indicates no network although the network is available as indicated by ifconfig and route below. When I switch WiFi on, the nm works flawlessly. When I click on the applet icon it says "Wired Network: device not supported" (or similar, msg in french is
eth0 Link encap:Ethernet HWaddr 00:1f:e2:12:ea:d8
inet adr:192.168.0.182 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::21f:e2ff:fe12:ead8/64 Scope:Lien
[code]...
View 3 Replies
View Related
Feb 14, 2010
Last night while setting up wired & wireless connection in openSuse 11.2 Gnome version via YAST's ifup, I got wireless but lost wired connection (interface eth0). Dmesg shows that eth0 became eth1. I cannot get eth0 back. Is there any way to remedy this situation, eg. get info from the Ubuntu partition in my triple-boot laptop, without having to re-install openSUSE?
View 3 Replies
View Related
Mar 1, 2010
I would like to use zypper to update openSUSE 11.2 through the Virtual Terminals (tty1 thro' tty6).
Network Interface is wlan0 (Wireless LAN, home network through a Router) that requires a password using WPA2.
My question is how to start wlan0 through the command-line ?
View 9 Replies
View Related
Dec 25, 2010
it seems Ubuntu can't just BURN CD or DVD. I've used Brasero, GnomeBaker, K3B - They all miserably FAIL.
Plus, they Break My DVD Drives, after trying sooo Many Times, leaves it behind useless.
I bought 3 DVD Drives: Lite-On, Sony and LG. In a span of 3 Months, UBUNTU completely DESTROYED all of them.
I'm not sure why. BUT first, I find Ubuntu can't burn using above Applications. 2nd, DVD stops working.
Error message from K3B, using it, since it's the most stable I've found. cdrdao crashed, file permissions problems, perhaps TAO will fix this, and a lot more of these crap.
View 6 Replies
View Related
Dec 26, 2010
I have a laptop connected to the the net thru an adsl modem, when I switch off the laptop network interface,(thru system-config-network) the light of the laptop network card plugged in the router stays on ( green) where as in my pc, when i do the same thing , the light of my pc network card goes off in the modem
View 5 Replies
View Related
Jun 7, 2011
While installing the openSuSE on my Netbook (Acer AspireOne D250) with a bootable thumbdrive Live image, the installation seemed to go fine, but after the installation was completed, there was no "network"! I checked and the system auto-sensed the drivers, but when I go into the network, even trying to manually set up the IP info, Yast reports NO NETWORK running!!
I then went out and bought a USB CD-ROM drive and installed using the boot CD (Network install) on the external USB CD-ROM drive. It booted up fine, and installed "RIGHT OFF OF THE NETWORK", but when the install was through, I could not access the network. Same error: NO NETWORK RUNNING!! Now I've installed openSuSE on this unit before (v11.4) and it worked fine (after I changed the wireless driver to the legacy driver) but this time it's NOT working!! My 13yr old son uses the Netbook, and was so excited to get to use LINUX instead of Windows ... until now.
-rAllcorn-
Richard A. Allcorn
email: rAllcorn@uucpNET.org
Netbook: Acer AspireOne D250, 2GB RAM, 250GB hard drive, extended life 8hr battery.
View 9 Replies
View Related
Jan 21, 2010
Maybe they made a change without changing the model number? I have an Acer aspire 5517 bought last Friday, and with Ubuntu 9.10 the wired network came up fine, I upgraded with latest fixes today, but it stil doesn't recognise the wireless interface at all, not "network connections" window, not "ifconfig -a".
View 1 Replies
View Related
May 15, 2011
I searched everything before posting this, and tried every solution, but so far no luck, i will post my info, and hope someone smarter then me can solve this? Wireless works fine in windows, but apears disabled in ubuntu lspci -nn
Code:
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS880 Host Bridge [1022:9601]
00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0) [1022:9603]
00:04.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0) [1022:9604]
00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1) [1022:9605]
00:11.0 SATA controller [0106]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391]
[Code]...
the laptop has no bluetooth chip, so i am not sure where "acer-bluetooth" is coming from. Also i am quite familar with linux, so no need to hold my hand, i am just not sure what to do next in this situation. (if this makes solving this easier)
PS: There is no 'hardware switch' on the laptop, but there is a Fn+F3 key combination which does nothing. network-manager shows on startup 'Enable wireless' with no check next to it, checking it 'Enables' it, but the wireless remains disabled.
View 1 Replies
View Related
Feb 1, 2011
My laptop connects fine wirelessly but when I try connecting with the cable it won't connect. I have tried an identical laptop and that connects fine so it must be the laptop but I don't know why.
View 15 Replies
View Related
Mar 15, 2010
I just freshly installed Fedora 12 on my PC from a live CD. After finding the update button, It says I have 451 updates. When I go to update all of them a few seconds into the update I get a error message and it says this below. " could not add package update for abrt-plugin-runapp-1.0.8-2.fc12(i686)updates: abrt-plugin-runapp-1.0.8-2.fc12.i686 "
View 5 Replies
View Related
Nov 5, 2009
I am running a dual boot with Windows XP and Ubuntu 9.10. I have a Gateway Computer with a 2 GHz processor and 1.25 GB of RAM and a 40GB hard drive. My video driver is an integrated Intel variety. I went to Salimane Adjao Moustapha's website: [URL] and copied and pasted all of his post-installation commands into my terminal to run them. Not sure if this guy knows what he is doing or not. He seems very intelligent and has a lot of good feedback on the site.
Basically he seems to be upgrading/updating everything and adding apps for Video, Music, Utilities, Antivirus/Firewall, Open Office, GIMP etc. Somehow my screen freezes up on a regular basis. I can't mouse click on anything and CTRL+ALT+F2 doesn't bring up an instance of my terminal so I can't kill the offending process. It also freezes up sometimes when I first power it up. In any event, my only recourse is to pull the plug on my computer and reboot.
View 1 Replies
View Related
Mar 28, 2010
I just installed Fedora 12 x86 in an Acer Aspire One D250. Everything ran smoothly and was detected upon install but unfortunately after all updates were applied to it I ended with a device with no network connection (not even Ethernet).
This appears to be kernel-related because the old kernel (stock) works as expected. The problematic kernel version is (2.6.32.9-70.fc12.i686).
Is there any known workaround for this? Or am I condemned to run this older kernel until the other one gets fixed?
Another question, in the event a new kernel comes out I'd like to keep to older one as a back up, how can I arrange that?
View 11 Replies
View Related
Jan 26, 2010
I just did a dual boot with OpenSuSE 11.2 and Windows 7. They both work perfect but for some reason the wireless (intel wifi 5100 AGN) and my wired network card (Atheros AR8131 Gigabyte controller)do not work in opensuse. Now the problem is that I do not have a clue about linux and therefore I don't know how to fix the problem. I searched the forum and I tried these commands "sudo /sbin/ifdown eth0" and "sudo /sbin/ifup wlan0" and both says something like device not connected/present (can't remeber exactly).
View 9 Replies
View Related