Ubuntu Networking :: Wireless Driver Became De-activated After Plugging In Ethernet Cable For File Sharing

Dec 10, 2010

Using ubuntu 10.10 (pinguy OS) i connected an ethernet cable from my girl's macbook pro to her lenovo ideapad s10-3t to transfer some DS9 episodes onto it. new enough to linux to have not been able to figure out how to access the files on the mac, so i disconnected the ethernet, and the wireless hasn't worked since. tried everything i know, and googling for a while (as well as searching again on this forum) to no avail.

Just before linking the 2 computers via ethernet, the wireless worked fine on the ideapad, always had; but not so after the ethernet connection that did nothing other than apparently kill the wireless. an "lshw -C network" command tells me i have a BCM4313 wireless card, and *-network UNCLAIMED. also, if i launch "install additional drivers", i see that the proprietary driver is not active.

How could merely plugging in an ethernet cable that happened to be conncected to a MBP running OSX.6 do that? and will that happen again? i thought linux was supposed to play real nice with other OS's, so why did a simple file transfer kill my wireless connectivity? i have no access to internet via ethernet cable, so i cannot just download the driver i need now. shouldn't it still be in the computer still? somewhere? is there a simple solution to this, or has the wireless driver been wiped out by plugging in the ethernet? is this a bug that should be reported?

View 3 Replies


ADVERTISEMENT

Ubuntu / Apple :: EMac And IMac File Sharing With Ethernet Cable And Other Cable?

Oct 12, 2010

how I could file share, or make the whole Hard Drive (HDD) accessible to another computer. The two other computers I have are a Toshiba Laptop with Ethernet and USB, and a iMac Intel with Firewire, USB, and Ethernet. Putting these to use along with:

Three Ethernet Cables
Two Printer Peripheral USB Cables
The Two Computers
A 2GB Flash Drive

That is all I can think of right now. I do not want to use CDs. In a way, I would like to do a network boot. So, how do I get the whole HDD visible to the others computers (either/both) and be able to write to it? I want to put Xubuntu on it, and earse the rest of the Hard Drive. The computers getting this are the iMac G3s and the eMac G4. The eMac has 256MB RAM, 40GB HDD, and a 700MHz processor. Two iMacs have 128MB RAM, 40GB HDD, and a 600MHz Processor. The other iMac is the same as the rest but has a 500MHz processor.

View 8 Replies View Related

Ubuntu Networking :: Wireless Driver Activated But Not In Use?

Sep 6, 2010

as the majority of ubuntu 10.04 users I had problems with setting up wireless internet connection too. After reading many forum topics I somehow managed to set up the connection.Now the only problem is that when I restart computer wireless connection is no longer working. Each time I boot Ubuntu I have to go to System>Administration>Hardware Drivers, remove Broadcom STA wireless driver and then install it again. Otherwise the wireless connection is not working and under Broadcom STA wireless driver this message is written:

View 2 Replies View Related

Networking :: Wireless Driver Not Showing Up To Be Activated In Ubuntu 10.10?

Apr 29, 2011

Here is the output of lspci -v on a dell xps laptop I got today:

Network controller: Intel Corporation Device 008a (rev 34)
Subsystem: Intel Corporation Device 5325
Flags: fast devsel, IRQ 17
Memory at f3b00000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel modules: iwlagn

View 3 Replies View Related

Networking :: Ethernet Cable And Wireless Network Won't Work In Ubuntu 9.10 / Sort It?

Feb 20, 2010

I'm a new user of Ubuntu, so i'm not that familiar with this OS. My wireless network is detected but when I'm entering my 128 bits WEP key, it doesn't connect at all. I have no clue where to start troubleshooting.

Here's some of my specs if that's of any help:
Computer is a Sony Vaio laptop model VGN-SZ370P
My wireless card is from Intel Corporation 82801G (ICH7 Family) USB UHCI Controller

The ethernet cable connection used to work before, but I fooled around with some commands and now seems to be disabled...

View 4 Replies View Related

Ubuntu Networking :: Wireless Driver Activated But I Still Can't Connect / Make It Possible?

Mar 24, 2010

It says "device not ready" ive read a lot of posts with problems that seem the same but i dont know which fix actually applies to me. im running karmic on an ppc with the b43-fwcutter driver.

View 3 Replies View Related

Networking :: File Transfer Using Ethernet Cross Over Cable?

Apr 18, 2010

I am running Ubuntu Linux 9.10 on my laptop and desktop. I would like to transfer files from one to the other using an Ethernet Cross Over Cable. Is there software already installed in the bundle, that would allow me to setup network drives for each machine when the cable is connected. Also how would I setup the configuration.

View 10 Replies View Related

Ubuntu Networking :: Freeze On Network Cable Plugging-in HP Mini 5101?

May 2, 2011

Since I upgraded to Ubuntu 11.04 my system freezes when I plugging-in an ethernet cable.My network devices:

Code:
#sudo lshw -C network
*-network

[code]....

View 9 Replies View Related

Ubuntu Networking :: Sharing Internet & Connecting Ethernet And Wireless?

Jan 13, 2010

I tried to setup sharing to connect Ethernet and wireless. I want Ethernet connected to desktop A, and wireless connected to another laptop(B), with my laptop acting as an AP. I set the network settings in Firestarter: Internet for wireless, local network for Ethernet. I want to share Internet from laptop B over the network. Internet won't work from my laptop since it seems to use the wrong interface.(Since the desktop is sharing Internet, although not on Internet usually when connected via Ethernet. And of course DNS/Gateway IPs aren't set for wlan0 since it's acting as an AP.) SMB wouldn't work for desktop A and laptop B: laptop B could detect desktop, but reports error "Path not found".

View 2 Replies View Related

Ubuntu Networking :: Macbook Pro Karmic Broadcomm Wireless Driver "Activated But Not Currently In Use"

Feb 2, 2010

My wireless was working perfectly until I accidentally let the battery run flat with the machine prevented from hibernating. Upon recovery, there was no wireless available. Checking the Hardware Drivers, I can see the Broadcomm driver as "Activated but not currently in use". Following the copious advice elsewhere I have disabled the driver, rebooted the machine, enabled it again - many times. Still the same message. What is stopping me from activating it? Bit of a noob so.

View 1 Replies View Related

Ubuntu :: WUSB300N < Wireless Card Driver Not Activated

Feb 27, 2011

i followed a tutorial and i used NDISWRAPPER to install the windows drivers and my device WUSB300N (wireless network card) worked perfectly. Once i rebooted however, the drivers are still installed but not activated if you get me? so the wireless card is just not read by the operating system.

View 1 Replies View Related

Networking :: Ethernet Interfaces - Device Activated On Reboot

Dec 28, 2010

The ethernet configuration files are under
"/etc/sysconfig/network-scripts" such as "ifcfg-eth0:1" etc.

The file looks as follow:
Code:
DEVICE="eth0:1"
BOOTPROTO="static"
ONBOOT=no
IPADDR="172.23.17.10"
NETMASK="255.255.255.0"
ALIAS="yes"

I've set the ONBOOT=no. This means this device should not be activated at boot-time. But as I reboot the machine, this device is activated again. This means the option ONBOOT doesn't work. Seems this is a bug of RedHat LINUX?

View 3 Replies View Related

Networking :: Fedora 14 - Ethernet Interface Does Not Get Activated Upon Reboot?

Nov 19, 2010

I have installed Fedora 14 about 4 days ago. I have set all the networking parameters like dns path, hostname etc. I have also ensured that I select the check-box for "Enable automatically when system starts" for eth0 interface. But weirdly, whenever I boot my system(or restart), I see that the interface eth0 is disabled. I have to manually enter as root and enable it, each time I boot/reboot my system. Why is this happening? Could you please suggest a way so that I have eth0 interface enabled always when I boot up?Also, my domainname also is not boot-persistent. What steps should I take to ensure that the domainname set once persists across reboots?

View 12 Replies View Related

Debian Configuration :: Wireless Only Works When Ethernet Cable Is Plugged In?

Jul 9, 2011

I have a debian-powered NAS (Buffalo LinkStation) and I want to configure the following behaviour: When ethernet (eth0) is plugged in, connect and get a static ip address (ie. 192.168.0.11) When a wireless usb-adapter (wlan0) is plugged in, connect to a wireless router (ie. "Ankkanet") get another static ip address (192.168.0.12)

My /etc/network/interfaces :

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static

[code]....

what could be causing wireless to disconnect when ethernet cable is unplugged?

View 3 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 :: Cannot Connect Via Wifi Or Ethernet For Wireless Driver Activation?

Feb 13, 2011

When I select the wifi icon on the panel, it just shows "No network devices available". I know my network can be found when I search with my iPhone, so I know there are networks to connect to. So, I checked the drivers, and it informs me that the B43 and STA drivers are not activated. So thats not a big deal, I guess, but when I use my ethernet cord, my laptop doesn't recognize/acknowledge (I'm not sure what the right term would be)it. I'm fairly sure I can't activate these drivers without an internet connection because when I do try, a message pops up saying "failed to fetch" with some long link.

My only guess is that it could be a hardware problem, but I really have no idea. I guess the ethernet problem is my only real problem. Because after I establish and internet connection the the rest is easy to fix.I'm sure its obvious, but I'll go ahead say that I'm a novice ubuntu user. I've only been working with it for about a week, but I'm learning alot.

View 9 Replies View Related

General :: Wireless Driver Says It's Activated / But Doesn't Work

Jun 22, 2011

I've been with Ubuntu since about 10.10 and a little before, but did a trial. I just installed 11.04 tonight, and my wireless driver is having an issue. I installed it, and reset my computer to complete the installation, but it still doesn't pick up anything wireless, just Ethernet.

View 4 Replies View Related

OpenSUSE Network :: Able To Connect To Networks (both With An Ethernet Cable And Wireless) Don't Have Internet Access?

Mar 2, 2011

Just today I installed opensuse 11.3 on my Compaq CQ61. Even though I am able to connect to networks (both with an ethernet cable and wireless) I don't have internet access. I have used opensuse for a very brief period in the past and I had no such problem.

View 3 Replies View Related

Ubuntu Networking :: Sharing A Cable Modem ?

Apr 26, 2010

Linux box could act as a router? I have one machine running ubuntu, another running windows 7, a cable modem and a switch. Is it posible to share the connection between both computers by making the linux box a "router"?

View 7 Replies View Related

Networking :: Sharing Network Using Crossover Cable?

Feb 14, 2011

At the outset I would like to tell everyone that I am still relatively a newbie in linux. I use a usb mobile broadband data card to connect to the internet, and I recently purchased another desktop for my wife. Both of us do not share any files, but I do not have a router and was wondering if I could share my connection with her using a crossover cable.I did a lot of Googling around and tried various different things, I even followed another thread in the same forum but the most that I have got is my network manager saying that connection has been established. I am however not able to see her computer under my windows network and don't know how to proceed.I don't know where I am going wrong, and considering that my knowledge of networking is at below basement level, I would really appreciate any help in this regard.

View 2 Replies View Related

Ubuntu Networking :: No Connection With 75ft Ethernet Cable?

Sep 21, 2010

I am trying to run a cable from my wireless router over a 75ft cat6 cable to my bedroom. I don't get any connection on my end and I don't have any other ideas. I did setup a m0n0wall box just to try. I got the network led on my server to light up in my room but nothing more than that. Lastly, I tried adding a 5 port switch in my room and then connecting that to my server and nada.

View 4 Replies View Related

Ubuntu Networking :: 10.4 - Connect To The Internet Via An Ethernet Cable

Jul 13, 2011

I am using Ubuntu Server version 10.4, and am trying to connect to the internet via an ethernet cable. This may and probably is incredibly simple, however, I could not find anything that pertains to it.

View 9 Replies View Related

Ubuntu Networking :: Sharing 10.10 Network With Win7 Over Cat5 Cable?

Mar 6, 2011

Im a long time Ubuntu user (since 5.04), but networks were never my speciality, I have a desktop running 10.10, connected to the internet trough a US robotics modem (connection eth1), and i want to share its network with my laptop running win7, over a cat5 cable (connection eth0), but the problem is I dont seem to understand what i am doing wrong, what the missing steps required, or in which end is the problem (either ubuntu or windows side).

From what I could grasp was needed googling about the subject, i already set the eth0 connection to share with other computers (in network manager edit connections auto eth0 ipv4 configuration set to share with other computers). Also using the cli set eth0 for static ip using :

Code:
sudo ifconfig eth0 192.168.0.1 Now the question is what i am missing? or is everything needed already done and i just have to properly configure the win7 side (which i already checked several times)?

Here is my ifconfig output:

Code:
eth0 Link encap:Ethernet Endereo de HW 00:01:29:a6:55:fe
inet end.: 10.42.43.1 Bcast:10.42.43.255 Masc:255.255.255.0
endereo inet6: fe80::201:29ff:fea6:55fe/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Mtrica:1

[Code]...

View 2 Replies View Related

Ubuntu Networking :: Ethernet Cable Modem Can't Connect To Internet

May 4, 2011

I am using a cable modem wired to my PC via ethernet. My ISP is Road Runner, through Time Warner Cable.

I entered my IP address, Netmask, and DNS Servers into the network, not using DHCP. This was how I was able to achieve a network connection.

I am connected to the modem, but I cannot get internet.

Here are my stats:

View 7 Replies View Related

Networking :: Find A MAC Of Hardware Attached Via Ethernet Cable?

Apr 19, 2011

How can I find a MAC of hardware attached via ethernet cable? I have been working nicely with an industrial scanner that is controlled by a Linux PC via an ethernet cable, but the hard drive has died I need to get it working again. The problem is that the main PCB has a Realtek RTL8019AS ethernet controller chip: [URL] which I believe is used in the most basic way possible, applied straight off-the-shelf and unconfigured. To utilise the chip ARP commands are used to assign an IP address to the chips MAC address e.g. something like:

arp -s 192.168.2.5 00-05-a4-00-a8-f8

Unfortunately the actual MAC address was lost along with the HD Th only thing I could have a reasonable guess at is that the chip will have a default subnet of 255.255.0.0 or 255.255.255.0

View 5 Replies View Related

Networking :: Shared Connection With Playstation 3 - Put Ethernet Cable Between Them

May 2, 2011

How do I make share internet connection with playstation 3 with Linux Mint? I have put ethernet cable between them.

View 1 Replies View Related

Ubuntu Networking :: Ethernet Connection Does Not Come Back If Cable Had Been Manually Disconnected

Jan 28, 2011

OS: Maverick Ethernet driver: tested with sky2 an sk98lin This has been driving me crazy for the last few months: if I unplug ethernet cable while my laptop is on reconnecting it sometimes does not bring the connection back.

And once ethernet is gone nothing that I try seems to consistently bring it back. Rebooting, disabling/enabling the driver, disabling/enabling NIC in BIOS, changing driver from sky2 to sk98lin, deleting connection from Network Manager, resetting the router - nothing helps. It seems to come back randomly a few weeks later. Once I used live Ubuntu on a USB stick and ethernet came back not only on a live distro but then when I rebooted also on my main OS. But when I tried that trick next time ethernet was missing in the live distro as well.

Also once I was able to revive ethernet but compiling sk98lin driver, blacklisting sky2 and rebooting. Of course next time doing the same routine did not help. The thing is - ethernet works fine with either sky2 or sk98lin and I can unplug the cable and plug it back in most of the time without any issues. But then every so often - bang and I'm stuck with only wireless until ethernet suddenly starts working again.

View 1 Replies View Related

Ubuntu Networking :: BCM4322 Driver Activated But Not Working

Jun 17, 2011

I was trying to get the b43 driver work with my broadcom bcm4322 wireless card. I changed the kernel from 2.6.32 to 2.6.38 in order to make the b43 driver to work. When I booted with the new kernel the internet stopped working so I looked for a solution. I don't remember which website I went but it said that I have to re-install the STA drivers so I did that and rebooted and nothing happened. I decided to go back to the 2.6.32 kernel and re-installed the STA drivers. The wireless card (eth1) isn't showing when I run the command iwconfig

Code:
xavi@xavi-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
easytether0 no wireless extensions.
xavi@xavi-laptop:~$

I'm currently running Ubuntu 10.04 Lucid Lynx

View 4 Replies View Related

Ubuntu Networking :: File And Printer Sharing Between Wired And Wireless Machines

Apr 28, 2011

I have:
1) A desktop PC running Ubuntu 10.04 and a Virtualbox guest, Windows XP. My printer is connected and operates via XP. Yep, its a Windows-only printer, but the VB file-sharing allows me to print Ubuntu files.
2.) Another desktop running Puppy Linux.
3.) A netbook running XP as a native install.

No. 1 and 2 are connected to a Level One router by ethernet cable. No. 3 is wireless. All 3 machines work fine independently, with no problems accessing the internet. Getting these machines to "see" each other seems to be harder than falling off a log! How to share files and the printer, especially on how to configure the router. The manual that came with it doesn't seem to explain how to do this. It assumes that all your devices are either wired or wireless, with no hints about how to network wired and wireless machines together.

View 1 Replies View Related

Fedora Networking :: Finding Out If Cable Removed From Ethernet Connector

Feb 2, 2009

How can I find out programmatically if a cable has been removed from an ethernet connector where the interface is "up" ??? Without using ping of course.
Sidebar question, if I have two interfaces on the subnet how can I force a ping out a specific interface? Say, I have 192.168.5.14 and 192.168.5.13 and I want to throw a ping out *.13 and not *.14 ..

View 2 Replies View Related







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