Ubuntu Networking :: Lenovo Thinkpad L412 With 10.04 LTS - No Wireless

Feb 9, 2011

I have a pretty new Lenovo Thinkpad L412, with Ubuntu 10.04 LTS. I can't log in to any wireless network (I have dual boot with Win 7 and it works there). The available networks shows up in the list but I can't connect them, "no network connection" it says.

View 3 Replies


ADVERTISEMENT

Ubuntu Networking :: Realtek - 10.04LTS - IBM Lenovo ThinkPad L512?

Jun 29, 2010

I am sorry if this seems long I tried to only list the information I thought was pertinent to my wireless issue. I do get 2 of my neighbors wireless networks to show up but mine does not and it has the strongest signal by far. I have 3 other computers connected to it also on Ubuntu 10.04 LTS

lspci -nn | grep Realtek
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8172] (rev 10)
iwconfig wlan0
wlan0 802.11bgn Nickname:"rtl8191SEVA2"
Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
Bit Rate:300 Mb/s

[Code]...

View 1 Replies View Related

Ubuntu :: Screen Issues On A Lenovo ThinkPad / Is That Broken?

Oct 5, 2010

See attached photo. Is my screen broken or what?

View 5 Replies View Related

Fedora Hardware :: Lenovo Thinkpad Edge And BCM43224?

Jul 28, 2011

I bought a thinkpad Edge 13" with AMD CPU (NV338) and installed f15 on it. First boot : no WiFi...

Code:

lspci -n
...
08:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:0576] (rev 01)
14e4:0576 is actually BCM43224 broadcom chip, supposed to work with broadcom-wl driver (non-free...)

So I installed broadcom-wl + kmod-wl, reboot, check if it really get installed :

Code:

lsmod | grep wl
wl 1954479 0
lib80211 4103 1 wl

Ok but... no WiFi interface visible... Few dmesg :

Code:

dmesg |grep radio
[ 22.289176] thinkpad_acpi: radio switch found; radios are enabled
[ 22.310166] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
(wifi toogle seems not working btw)

[code]....

View 3 Replies View Related

OpenSUSE Hardware :: SPEAKERS BUG In Lenovo Thinkpad 13 EDGE?

Sep 16, 2010

Recently I got a lenovo laptop and installed opensuse 11.3 from live usb distribution, well the issue is when I want to listen to some music and plug in my headphones, the laptop speakers do not turn off automatically.

View 9 Replies View Related

General :: Sound Plays On Headphones And Speakers With Lenovo ThinkPad - Ubuntu 10

Aug 12, 2010

The only thing really missing from this install is this issue with the sound. I've searched all over the forums and i found one thing where you get the model and codecs and write them to a file, however, I can't seem to find what my "model" is because none of the postings have anything about Lenovo laptops. Here is the command they all asked for:

Code:

With that info, how do I get the model, and how do I get my speakers to stop playing when headphones are plugged in. Also, I don't have any software installed like pulse audio either, so it's not that.

View 1 Replies View Related

General :: Installing Ubuntu On Lenovo Thinkpad Laptop - Won't Boot From Cd Drive

Nov 27, 2010

I've just joined the linux gang(or I am trying to) I have

-downloaded desktop/netbook edtion

-burned to dvd using infrarecord

-changed bios settings to boot from cd

-didn't work

-used the override feature that gives a bootlist at splash screen but cd drive not listed so I assume the cd is not recognised as a boot disk

-tried the usb/cd maker that comes with in the rar but its looking for the cd image...an .iso file, but I can't find one in folder.

ubuntu says I can run a trial from the cd alongside vista but when I open the executable it just offers intall, no try and if selected starts to install I think I can do the partition thing if I have to but I don't want any vista running on my machine.

View 7 Replies View Related

OpenSUSE Install :: Regarding Lenovo ThinkPad T510i - Will All The Devices Be Recognized

Dec 7, 2010

Im considering installing Open Suse linux on my laptop - Lenovo Thinkpad T510i. Will all the devices be recognized?

View 2 Replies View Related

Slackware :: Choose Between The Lenovo Thinkpad W500 And The Older T61p?

Jul 9, 2010

I'm trying to choose between the Lenovo Thinkpad W500 and the older T61p. The W500 is said to have a higher quality display than the T61p, however there seem to be more problems with running Linux on it. One of the reasons for this is the fact that it has switchable graphics, with one of the GPUs being an ATI FireGL. The older T61p comes with Nvidia Quadro FX only, which as we know is more Linux-friendly.

Which model should I choose? Will certain issues such as being able to suspend / resume be cleared up with newer kernel releases?

View 8 Replies View Related

CentOS 5 Hardware :: Lenovo Thinkpad W510 UMTS 3G Support?

Aug 27, 2010

I have Centos 5.5 running on this laptop but can't get gobi_loader(loads firmware onto the 3g device and then you can use wvdial) working on kernel 2.6.18-194.11.1.el5 (x86_64). lsusb shows the Gobi device but gobi_loader uses /dev/ttyUSB0 which doesn't exist.

View 18 Replies View Related

Debian Hardware :: Lenovo ThinkPad SL410 - Upgraded Wheezy To Jessie And Lost USBs

May 8, 2015

I run Debian with Gnome on a beat up workhorse ThinkPad. I upgraded to Jessie last week with just one issue. Before the upgrade, I could plug in a USB drive (I use a couple of WD MyPassports most often) and they would mount, read, and write without a hitch.

Since the upgrade, when I plug in a USB drive, the file manager (3.14.1) sees the drive, but when I click on the drive to access/mount it, I receive a dialog box reading: Oops! Something went wrong. Unhandled error message: Error when getting information for file '/media/user/MyPassport1': Input/output error.

If I hit the little “eject” button in the file manager, then mount the drive as root from a command prompt [e.g., mount -t ntfs-3g /dev/sdb1 /media/external] I can run a directory of the drive, but ls -l /media/external fails. From the command prompt I am unable to perform reads or writes to the drive.

Rebooting into recovery mode (i.e., without Gnome), I get the same behavior with CLI messages reporting I/O errors with the drive. I can run a directory, but ls -l, reads, and writes fail.

This behavior is the same on all three USB ports. It is not limited to these MyPassport devices.

The drives work flawlessly on another headless machine upgraded to Jessie the same day. And on another still running Wheezy.

If I boot the ThinkPad from a live CD (Mint 14, I believe) the USB drives mount, read, and write fine.

My BIOS is up to date, 1.52.

lspci -v says this about USB ports:

Code: Select all00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
   Subsystem: Lenovo Device 20f0
   Flags: bus master, medium devsel, latency 0, IRQ 23
   I/O ports at 1880 [size=32]
   Capabilities: [50] PCI Advanced Features
   Kernel driver in use: uhci_hcd

[Code] .....

View 4 Replies View Related

Ubuntu Networking :: Lenovo S10-3s No Wireless In 11.04?

Apr 30, 2011

I've blacklisted acer-wmi as that was the fix previously, but that has no effect.

When I do an rfkill list it tells me brcmwl-0 is hard blocked, regardless of where the hard switch is. The hard switch is working fine for the bluetooth..

View 6 Replies View Related

Ubuntu Networking :: Lenovo Wireless Not Detected?

May 10, 2011

I have been using Ubuntu at my home laptop (Dell) have had no problem. However, recently I installed 11.04 in my office laptop - Lenovo B450, but 'm unable to connect thru wireless.

It is simply not detecting the wireless. I have a dual boot with Windows 7. Windows 7 detects wireless (surprisingly).

I have tried configuring the network connection in all possible way (manual / auto).

View 9 Replies View Related

Ubuntu Networking :: Thinkpad Wireless Nic Not Working In 10.10?

Feb 25, 2011

what it takes to get my wireless back up and working. It used to work fine under 10.4 My laptop is a IBM Thinkpad T42, that uses Intel wired and wireless nics. (correction, looks like the wireless nic is actually Ethernet controller: Atheros Communications Inc. AR5212 802.11abg NIC (rev 01) )

-Laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)

[Code].....

View 8 Replies View Related

Ubuntu Networking :: Wireless Connection To Lenovo T500

Mar 6, 2010

I installed Ubuntu 9.10 on my Lenovo T500. The wireless interface information is listed at the bottom of this message.I would like to connect to my Airport Extreme wireless router which is password protected. The bottom of the router lists three MAC addresses with different symbols next to them. I assume the symbols mean different types of connections (e.g., firewire, ethernet cable, etc).

The network icon on the upper right corner of the screen indicates that wireless is enabled. However, I don't get a wireless connection. I checked that the switch on the front of the laptop is "on" for wireless.

View 1 Replies View Related

Ubuntu Networking :: Lenovo S10 Netbook Remix 10.04 Wireless

May 8, 2010

I just installed Netbook Remix 10.04 on my Lenovo S10 netbook and wireless is not working. I looked on google for some answers and saw that the Broadcom STA driver may be missing so when I tried to install it through Synaptic Package Manager it said that it was already installed. When I click on the wireless icon, it says under wireless that the device is not ready and I can't connect to any wireless networks, even if the SSID is not hidden. I am confused as I already have the driver and all the system updates but it still won't work.

View 2 Replies View Related

Ubuntu Networking :: No Wireless Networks - Lenovo IdeaPad S10

Sep 26, 2010

I installed Ubuntu Netbook Edition on my Lenovo IdeaPad S10 yesterday (I was using Window XP before that) and since then I am struggling to connect to the internet. I think the wireless network device is on because Bluetooth is on and there is a reassuring blue light near the wireless symbol. But the network managers says "device not ready" and don't find any wi-fi spot.I've read posts on the subject and followed the instructions from the official documentation.

Code:

> lshw -C network
*-network
description: Ethernet interface
product: NetLink BCM5906M Fast Ethernet PCI Express

[code].....

View 2 Replies View Related

Ubuntu Networking :: Wireless Not Working - Lenovo Y550

Dec 4, 2010

I've instlled ubutnu 10.04 LTS on my lenovo y550 laptop. My wireless network is not working, I can connect by wire, and my wireless network is working on windows (similar like here http://ubuntu-virginia.ubuntuforums.....php?p=9613210 ). When i right-click on metwork connections icon in the upper right panel "Enable wireless" option is disabled and I can't enable it. I can't enable it with fn+F5 buttons either.

lshw -C network:

Code:

*-network DISABLED
description: Wireless interface
product: PRO/Wireless 5100 AGN [Shiloh] Network Connection
vendor: Intel Corporation

[code]....

View 7 Replies View Related

Ubuntu Networking :: Wireless Not Working On Lenovo Q150

Jan 9, 2011

Tried the normal fixes and installed the wrapper, etc. Wired network works fine, and I am able to access some unlocked wifi networks from neighbors, but I cannot access my own password protected network. It just keeps asking for the password and never connects. Fairly new Ubuntu guy here.

[code]....

View 7 Replies View Related

Ubuntu Networking :: 9.10 - Disable PRO / Wireless 2915ABG (Thinkpad X41)

Feb 19, 2010

I use this Thinkpad mostly for work while traveling, and wireless connectivity is not a big issue for me. Battery life is a big issue, however. I've just converted from Mandriva. With that, I was able to disable the wireless adapter so that it did nothing at all on boot - and only started on my instruction. This made a dramatic difference to battery life! How to achieve this in Ubuntu? The file attached gives all the info about my wireless set-up as it stands.

View 7 Replies View Related

Ubuntu Networking :: 11.04/Thinkpad E420/wireless Not Working

May 29, 2011

I have a Thinkpad E420 and am having major problems getting the RTL8188ce wireless to work. I'm running 64-bit. I was following instructions from this thread: [URL]

I installed the drivers from the Realtek website for the updated kernel (URL is in the previous thread link). Modprobe didn't work, but it looked like wireless drivers were installed anyway after I did "make install." But I still run into this problem in the network manager: Enable Wireless is checked, but above it, Wireless Networks is greyed out with "wireless is disabled" underneath.

Later in that thread, someone posted a link to a PPA with drivers that should work. I could not get the PPA to work through terminal, but I did manually download and install those drivers. Same problem.

lspci:
Code:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

[Code]....

View 2 Replies View Related

Ubuntu Networking :: Wireless Drivers For Brand New Thinkpad

Sep 1, 2011

I just recently purchased a Lenovo Thinkpad e520 and I'm wanting to put Ubuntu 11.04 on it. I downloaded the 64bit iso and burned it to a thumb-drive, just before booting the thumb-drive. I have not yet installed Ubuntu, but rather I'm still running it from a thumb-drive. I want to make sure everything will work fine, before installing it permanently.

However, it doesn't appear as if any drivers for my wireless card were loaded, as I can't view the available wireless networks. I successfully installed Ubuntu 11.04 on my desktop several months ago and I haven't booted into Windows since, -not one time. Therefore, I'm hoping to have my new laptop run Ubuntu as well.

View 6 Replies View Related

Ubuntu Networking :: Lenovo T61, 9.10 And Intel Corporation PRO/Wireless 4965 AG Or AGN?

Jan 16, 2010

what is really a rant disguised as a question, but does anyone have this combination working? My NetGear router shows the connection as allowed from the MAC address in the router logs, And I can see the network I want to join in the list of visible networks from the laptop, but dmesg shows Ubuntu disconnecting with

WPA-PSK [TKIP] only:
wlan0: disassociating by local choice (reason=15)
WPA-PSK [TKIP] + WPA2-PSK [AES]
wlan0: disassociating by local choice (reason=3)

I'm sure there is a simple explantion that has been sufficiently buried somewhere but after several hours of googling and searching the forums here I can't find it. Anyone want to help out an old man RTFM?

I'm getting really disappointed here lately - things are getting worse, not better. In my case in particular I have this laptop with supposedly open and supported drivers and they don't work, however, the exact same distributuon on a Dell D830 with a broadcom NIC does. under 8.10 and 9.04 this worked out the box - just logged in, gave the PSK and away we went. I can't see the attachment I just uploaded so to include the information requested in the "how to get help" post, I'll put it all here inline...

Code:
Machine Brand and Model (PC/Laptop): Lenovo R61
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)

[Code]...

View 1 Replies View Related

Ubuntu Networking :: Wireless Doesn't Work In 9.10 (lenovo T400)

Apr 12, 2010

I am having trouble with my laptop's wireless. It doesnt work after a normal shut down. The version is 9.10 and my computer is lenovo T400.

Below are some outputs of commonds.

Code:

op@power:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

[code]....

View 2 Replies View Related

Ubuntu Networking :: 10.10 On Lenovo L420 - Wireless Device Not Detected

Jul 17, 2011

I have purchase one Lenovo L420. It has Windows 7 installed. I have installed Ubuntu 10.10 also (dual boot). The wireless is not working in Ubuntu but working in Windows 7. I think that the wireless device is not detected in Ubuntu.

View 9 Replies View Related

Ubuntu Networking :: Thinkpad W500 Wireless Connection Keeps Dropping

Oct 27, 2010

I have a Thinkpad W500 with:

Code:
Network controller: Intel Corporation Wireless WiFi Link 5300
I have Ubuntu 10.04 32bit installed:

Code:
Linux dani-laptop 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux

It has been working fine since I installed 10.04 but recently (end of last week I think) it stared dropping the wireless connection very often. So it will disconnect and reconnect, but I can't seem to find a pattern, sometimes it goes for hours without an issue and sometimes it does it several times in a row. Below is an extract of syslogs from when this happens. But not sure if what I need is there... the only weird thing I can see is:

Code:
Oct 27 18:58:33 username-laptop wpa_supplicant[1296]: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys

Code:
Oct 27 18:58:32 username-laptop wpa_supplicant[1296]: Trying to associate with 00:1e:be:a6:c0:0f (SSID='accessp' freq=5280 MHz)
Oct 27 18:58:32 username-laptop NetworkManager: <info> (wlan0): supplicant connection state: completed -> associating
Oct 27 18:58:32 username-laptop kernel: [123835.372217] wlan0: deauthenticating from 00:1e:7a:6f:d9:90 by local choice (reason=3) .....
Oct 27 18:59:29 username-laptop ntpdate[4765]: no server suitable for synchronization found

View 6 Replies View Related

Fedora Networking :: Failing To See Some Wireless Network - F10 On ThinkPad T60?

Jul 21, 2009

I tried fix I pointed here http://fedoramobile.org/Members/MrHappy/troubleshootingNetworkManager fails to see wireless networks with Intel 3945 chipsets(solution deals with the kernel module not with NetworkManager)but nothing to do. My actual problem is I can't see my wireless network but I see just those of my neighbours.I know mine is working because I can connect to using a Mac and windows.

View 5 Replies View Related

Ubuntu Networking :: No Wireless After Suspend On Lenovo Y510/Lucid/Intel 4965?

Aug 26, 2010

A few months back, my Lenovo IdeaPad Y510 stopped connecting to my wireless network after coming out of Suspend (it had worked fine previously). Wireless networking is simply disabled, and I have to reboot in order to get it back. I tried upgrading my OS from Intrepid all the way to Lucid, but the problem persisted. I also tried changing my 00sleep_module as suggested in this thread, but to no avail.

[Code]...

View 4 Replies View Related

Ubuntu Networking :: Wired Connections Missing (no Problem With Wireless) On Lenovo G565?

Aug 20, 2011

An half year ago i reinstalled ubuntu 10.04, there both were no wired and no wireless connections.I have found drivers and it's everything ok with wireless, but i can't connect through LAN.

View 3 Replies View Related

Ubuntu Networking :: Xubuntu 10.04 IBM Thinkpad 390X Netgear WG511 PCMIA Wireless Adapter?

Jan 21, 2011

Edit: after upgrading everything using a usb to ethernet port converter ndiswrapper is working perfectly

I do not have internet access on a laptop I am trying to upgrade. It has no ethernet port. I may resort to buying a USB to ethernet adapter but I spent more than I would like to have already. I have tried every command in the HOWTO for wireless difficulties and posted the output.

[Code]...

View 4 Replies View Related







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