Slackware :: Wireless Internet Not Working - Intel Corporation WiMAX/WiFi Link 6050 Series

Mar 26, 2011

I've reinstalled Slackware 4 times today because of things I've messed up along my way, after upgrading the linux kernel I've had issues with getting back to desktop, so I'm on a clean slate right now with the exception of installing wicd. I need help since wireless is not working.. My wireless worked fine out of the box with Ubuntu,I don't understand why it is not working now... Using Slackware 13.1, Kernel 2.6.33.4

Code:

bash-4.1# ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directory

[code]....

View 13 Replies


ADVERTISEMENT

General :: Slackware Internet Connection W/ Intel 6050 Link Wifi/wimax Card

Feb 20, 2011

I'm a Linux newbie. Used to use Ubuntu, but I switched to Slackware because I want to learn how Linux works better.

On my Samsung qx410 laptop, I can't connect to the internet. I went to the System Settings -> Network Settings and all the tabs there, but it wouldn't detect any connection, wireless nor wired.

I noticed that the kernel of Slackware 13.1 is out of date, so I tried compiling a newer one, but I couldn't get that to work.

I tried downloading this file: iwlwifi-6050-ucode-41.28.5.1.tgz but even after reading the readme, I had no clue how to go about installing it or even whether it was the right thing to install in the first place.

How can I get my internet working?

View 6 Replies View Related

Ubuntu Networking :: Intel WiMAX/WiFi Link 6050 Wireless Card Not Working?

Dec 14, 2010

I'm dual booting windows 7 64 bit and Ubuntu 10.1 64 bit on my Dell Inspiron 11z with an embedded WiMAX/WiFi Link 6050 series wireless card made from Intel. I only use it for wifi, not 3g or wimax. I installed the latest driver from intellinuxwireless.org, iwlwifi-6050-ucode-41.28.5.1, but it still doesn't seem to work. I ran these terminal commands from another thread:

cd Desktop/wlwifi-6050-ucode-9.201.4.1
sudo cp iwlwifi-6050-4.ucode /lib/firmware
sudo chmod 644 /lib/firmware/iwlwifi*

[code]....

After running "sudo rmmod -f iwlagn sudo modprobe iwlagn", I get this read out for my wireless card.

*-network DISABLED
description: Wireless interface
product: WiMAX/WiFi Link 6050 Series
vendor: Intel Corporation

[code]....

In the ubuntu help section it tells me to flip a manual wifi switch to enable it, but pressing my windows wifi button, F2, doesn't appear to do anything while in ubuntu. The only experience I have working with linux is typing some terminal commands on my android phone to root it.

View 9 Replies View Related

Networking :: Can't Get Intel Corporation Wireless WiFi Link 5100 Working

Sep 20, 2010

my platform Centos 5.3

i did the following

Code:
[root@localhost ~]# lspci | grep Wireless
0c:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
Code:
[root@localhost ~]# lspci | grep Wireless
0c:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100

[Code]....

View 3 Replies View Related

Ubuntu Networking :: Sony Vaio SZ Series - Intel Corporation PRO/Wireless 4965 AG Or AGN?

Jul 22, 2010

I am new to Ubuntu and I have problem with wireless connection. I could not find any wireless connection at all. I am now using wired connection. Sony Vaio SZ series, Intel Corporation PRO/Wireless 4965 AG or AGN My software details are:

$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.

[code]....

View 1 Replies View Related

Red Hat / Fedora :: No Sound With Intel Corporation 5 Series/3400 Series?

Nov 12, 2010

I have a problem with the latest Fedora. Installed it cleanly on a machine with Gigabyte H55M-S2 with Intel Core i3. There seems to be no sound and I checked to see if anything is muted but is not. The manual says that the sound chip is ALC888B so this could be the first problem. Any ide how I can make it work? Here is a dump of some things on my system.

Code: [weaz ~]$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
[weaz ~]$ uname -a
Linux EarthwormJim 2.6.35.6-48.fc14.i686 #1 SMP Fri Oct 22 15:34:36 UTC 2010 i686 i686 i386 GNU/Linux

[code].....

View 6 Replies View Related

Ubuntu Networking :: Wireless Stopped Working On 9.10 (Intel WiFi Link 5100)

Mar 10, 2010

I've got a Dell precision with Kubuntu 9.10. Wifi worked fine on that machine for months, but stopped working last week. I don't know what happened, but I recently did an "apt-get dist-upgrade". That might have something to do with it.

When I boot in Windows, wifi works fine.

Code:
tijl@Smaug:~$ sudo lshw -C network
*-network
description: Ethernet interface
product: 82567LM Gigabit Network Connection

[Code]....

View 9 Replies View Related

Networking :: Ubuntu 9.04 Can't Connect To Wifi With Intel Wireless WiFi Link 5100?

Aug 29, 2009

I have only had a few weeks worth of experience with linux, so I'm probably considered a newbie at this but I felt like giving it a shot. I just configured my new Toshiba Satellite A505-S6969 to jaunty. Most of the transition is going well but I'm stuck with a few issues, one of which is getting my wifi to work. Right now I'm working off of an ethernet cable.spci returns

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port

[code]...

View 3 Replies View Related

Ubuntu Networking :: WiFi Link 1000 Series Stopped Working With 2.6.32-32 Kernel Upgrade

May 31, 2011

My Intel Corporation WiFi Link 1000 Series wireless card stopped working yesterday after I did an update via Update Manager.After the upgrade, wireless is disabled and the option to enable it in Network Manager is grayed out. I thought that it might be the new kernel, but changing back to the old kernel I still have the problem.

View 8 Replies View Related

OpenSUSE Wireless :: Intel WiFi Link 5100 With 802.11n ( Aka 300Mbit/s )?

Apr 28, 2011

I'm trying to get my Dell Latitude work with wifi speed >54Mbit/s, and up to now without any success. The router is a Dlink DIR-635, it has 'n' enabled and working (got an apple laptop connecting at 130Mbit/s, can't test the actual throughput though, since it's the only high-speed device).

Here's the device data:

0c:00.0 Network controller: Intel Corporation WiFi Link 5100
Subsystem: Intel Corporation WiFi Link 5100 AGN
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at f1ffe000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+

[Code]...

I'm running 11.4, added the compat-wireless recently to be able to run the newes firmware (iwlwifi-5000-5.ucode , firmware version 8.83.5.1 build 33692), but still all I get is 54Mbit/s. I'd like to know if ANYONE ever got the 802.11n speed on linux, and in particular with these intel cards.

View 9 Replies View Related

Fedora Networking :: 15 Intel(R) Wireless WiFi Link 4965AGN - Can't Get To Work

Jun 7, 2011

I just installed Fedora 15 yesterday and can't get wi-fi to work. When I click 'on' on the Wireless label, it goes back to 'off' immediately. When I open the Network Settings menu and disable Airplane mode, the Wireless connection goes on and then off immediately. I took a look at /var/log/messages and it shows this:

[Code].....

View 5 Replies View Related

Ubuntu :: Install The Driver For Wireless Car Which Is An 'Intel Wifi Link 4965'

Aug 27, 2010

I've been trying to install the linux driver for my wireless car which is an 'Intel wifi link 4965'. I've followed the literature that Intel provide but I keep running into errors.

(I downloaded the driver from[intellinuxwireless.org/?n=downloads)

View 5 Replies View Related

OpenSUSE Wireless :: Can't Connect To AP With Intel WiFi Link 5100 AGN Using Supplied Certificates?

Nov 5, 2010

I moved to Berlin recently and I got wireless internet through an access point. I'm supposed to use the laptop's built-in wireless netcard to access the internet. This usually works in windows (connection falls out from time to time), but I have yet to make it work in linux. I'm using OpenSuse 11.3 64-bit and the Knetwork manager. Most of the settings in the network manager are correct, but it keeps wanting to use system certificates for the server. By that I mean it keeps checking 'Use CA System certificates'.

So I can't choose the CA-certificate supplied by my internet provider. I keep removing the check-mark and pointing it to the 'hotzoneCA.der' certificate. I also got a 'personal' certificate, in lack of a better word. Its called 'jacob_collstrup.p12'. The Knetwork manager seems to accept the 'jacob_collstrup.p12' certificate, but not the other one.

I just put the certificates in a folder like this /jacob/home/hotzone/zertifikate/ I can see the network fine using the Knetwork manager, and the signal strength seems ok. Not too good, but it shouldn't be a problem. I might have messed up the system, since I first tried this guide, prior to experimenting with Knetwork Manager:


1. (had to run this one as su)
Code:
wpa_supplicant -w -i wlan0 -c /etc/wpa_supplicant.conf -Dndiswrapper -dd �t
2. (This was supposed to be put in a wpa_supplicant.conf file)
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
opensc_engine_path=/usr/lib/opensc/engine_opensc.so
pkcs11_engine_path=/usr/lib/opensc/engine_pkcs11.so
pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so

[Code]...

View 9 Replies View Related

Networking :: Intel 6050 Adapter - No Wireless Extensions

Jul 19, 2011

I have an Asus U52F laptop with the Intel 6050 network adapter.
Code:
# lspci | grep WiFi
02:00.0 Network controller: Intel Corporation WiMAX/WiFi Link 6050 Series (rev 5f)

I've downloaded the Intel firmware and dropped it into the correct location according to the README.
Code:
# ls -l /lib/firmware | grep iwl
-rw-r--r-- 1 root root 469780 Jul 10 13:18 iwlwifi-6050-5.ucode

I am using the current module from compat-wireless. When I modprobe iwlagn, I get no error message, and the module shows up in lsmod.
Code:
# lsmod | grep iwlagn
iwlagn 158054 0
mac80211 179615 1 iwlagn
cfg80211 139799 2 iwlagn, mac80211

However, no wireless devices show as being attached to my system!
Code:
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.

I also see errors in dmesg.
Code:
# dmesg | tail
iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
iwlagn: Copyright(c) 2003-2011 Intel Corporation
iwlagn 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlagn 0000:02:00.0: setting latency timer to 64
pci_resource_len = 0x00002000
pci_resource_base = ffffc90016384000
HW Revision ID = 0x5F
pci_enable_msi failed
iwlagn 0000:02:00.0: PCI INT A disabled
iwlagn: probe of 0000:02:00.0 failed with error -1

Distro: CRUX (64-bit contrib)
Code:
# uname -r
2.6.38.2

View 3 Replies View Related

Ubuntu Networking :: Sony Z - Wireless Intel Wifi Link 5100 Not Work After Apt-get Upgrade

Dec 4, 2010

i'd like to extend that ma intel wifi link 5100 is not detected no more after perform upgrade package( upgrade the kernel too ). when im using command 'lshw -C network' , there is appear to be detected, but not on command 'iwconfig' or even 'ifconfig' it just show nothin. also network-manager no longer show that ma wireless is work properly anymore.

the old kernel : 2.6.25-22 ( my wireless detected and usable )
the new kernel : 2.6.25-23 ( my wireless detected and unusable )

View 4 Replies View Related

Ubuntu Networking :: 11.4 - Intel Wireless WiFi Link 4965AGN - Download Speed Decreases

Jun 7, 2011

as per pytheas22, i'm attaching few details here. my download speed would starts at 470 kB/s and gradually decreases until it reaches 116 kB/s. Loading web pages seems to be fine.

[Code]...

View 5 Replies View Related

CentOS 5 Hardware :: Wireless - Intel Corporation Centrino Wireless-N 1000?

Jul 12, 2011

I'm releaving a HP Probook 4710S from it's native Vista) First of all let me say I'm happy because CentOs 5.6 handles it's Ati Radeon graphic flawlessly, unlike other Distro's I tried on this type of machine. So thumbs up for CentOs! But now I've come to a stop on the wireless card.

[Code]...

View 3 Replies View Related

Slackware :: No Network - Intel Corporation 82567LM Gigabit?

Mar 3, 2011

Just did a clean install on a Dell Latitude E6400 of Slackware 13.1 and, for the most part, all is working great. Got wicd installed and wireless came right up, nvidia drivers installed and video is fantastic, but for some reason my wired connection isn't happening. The device is detected, but I can't get an IP.

Code:
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)

[Code]...

View 14 Replies View Related

Ubuntu Networking :: Connect WiFi Router TP-LINK TL- Wr942nd To Provide Wireless Internet To Other 2 PC

Oct 27, 2010

I have a telephone connection of 1 mega internet modem huawei mt 880 SmartAX my desktop computer is connected via an ADSL PPPoE.I use Ubuntu 10.04 in Spanish and want to know how to connect a WiFi router TP-LINK TL- wr942nd to provide wireless Internet to other 2 PC, a desktop with a plaquet wireles G CNet CWP-854 and 500 series notebook olivetti olibook. The issue is that when I connect the router I can not even go online and do not know how to operate the network, I can not even connect the desktop to my internet provider

View 1 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 :: Intel Corporation PRO / Wireless 4965 AG Or AGN Randomly Shuts Off

Apr 1, 2010

I have been getting from my wireless adapter. This has been going on for quite some time but only now am I able to see a pattern. The behavior seems to be the following: Start up, connects to network and work fine until I suspend my machine. On wake up, it works again but after a seemingly random amount of time the connection is lost and I can no longer find any networks. Attached is dmesg output after startup and connecting to a wireless network (dmesgAfterConecting.txt) and the same after the connection has been lost (dmesgAfterConnectLost.txt). I get this error which seems important:

[Code].....

View 1 Replies View Related

Ubuntu Networking :: Wireless Stops Working With Multiple Intel 5100 (vaio) On Wifi

Nov 24, 2010

I'm using a Vaio TT, which seems to use an Intel 5100 WiFi chipset, and a Linksys WRT54G2 (firmwares 1.0.1 and 1.0.4), ubuntus 10.10 and 10.04.

Wifi works fine out of the box. However if the other vaio tt in our office (running windows 7) comes online, my laptop stops being able to make new connections. It WILL stay connected to chat servers, and downloads SOMETIMES continue to work. However all new HTTP requests / ssh connections / rdp connections / pings fail. The laptop still appears to be "connected" to the wifi network.

This may also happen after an undetermined amount of time without the extra vaio. It is not solved by reconnecting or rebooting. Once the extra vaio leaves the building, everything works fine again. This problem does not happen at all if I boot into windows.

View 4 Replies View Related

Hardware :: Intel Wifi Link 5100 In Ubuntu 10.04 Not Connecting

Jun 14, 2010

I have seen tons of threads on the internet about Ubuntu 10.04 having wireless issues but none of them have lead to me fixing the problem so I decided to come here. I have been able to connect to access points before but sometimes I have to reboot or reboot twice just to be able to see the wireless points and the enable wireless is always greyed out. And if I am connected to an AP or hardwire the connection drops frequently.

View 1 Replies View Related

Ubuntu Networking :: Can't Install Intel Wifi Link 1000 / Iwlwifi?

Jul 17, 2010

Have been using Ubuntu Desktop Amd64 for 6months, on a dual boot alongside Vista64. Since first installing the OS, I have switched over to Ubuntu & use Windows only for heavy multimedia edition & the occasional gaming.I just bought a netbook and installed Ubuntu 10.04 LTS NBR. Works great, except for wlan. No propriety drivers available for my Intel Wifi Link 1000BGN.

I've spent hours trying to install iwlwifi, but the process is somewhat complicted for a noob such as myself.After much reading and trying, I've managed to download and install iwlwifi-1000-ucode-128.50.3.1.tgz, (following the http://intellinuxwireless.org/?p=iwl...=howto-iwlwifi instructions)and am now working on installing the mac80211 subsystem (following the http://intellinuxwireless.org/?p=mac...howto-mac80211 instructions)When running

Code:
% wget
intellinuxwireless.org/mac80211/downloads/mac80211-10.0.4.tgz[/url]

[code]....

View 2 Replies View Related

OpenSUSE Wireless :: 'Broadcom Corporation BCM4312 802.11' Can't Connect To The Internet?

Jan 16, 2011

I posted earlier and got no response, so here i go again. I installed openSUSE 11.3 KDE, it all works fine but the wireless doesnt work and i cant connect to the internet at all, i don't know how to, and i don't even know if the proper drivers are installed. I posted this in the last thread:

"i ran this this command in ubuntu:

Code:
lspci | grep -i network
came up with this result:

Code:
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

I'm not sure if its going to help any but at least you have the name of the wireless card. Please help, Without internet.

View 4 Replies View Related

Ubuntu Networking :: Intel Mobile Chipset 4 Series / 10.04 / HP DV6-1030us (Wireless Connection)?

May 3, 2010

Noob to Ubuntu here and I cannot access my wireless connection. It is working fine right now (wired) but I am using the TV stand as my computer desk right now so... not very practical. I tried following the "howto post a wireless issue (ticket)" but there was too much information for me to be able to put on here.

I have my SSID and my WEP. I am on Verizon DSL (only provider in my area). I tried using the wireless setting in network connections and I tried using DSL. I assumed that SSID+Password=Yay the internet works! but apparently not.

View 2 Replies View Related

Networking :: Intel Wifi Link 5100 Not Found On Sony Vaio Backtrack 4 Vmware

Apr 9, 2010

Intel wifi link 5100 not found on sony vaio backtrack 4 vmware I use vmware to load backtrack I have a sony vaio with 5100 AGN wifi card installed in it. I had tried anything to make my wifi work but always show no interface no wireless. I googled it for help for weeks and all i get was download the iwlwifi things and i already installed in it. i even tried many other thing

/etc/init.d/wicd start
/etc/init.d/networking start

and everytime i type ifconfig it just show eth and lo and no wlan0 in it everytime i type airmon-ng there are no chipset interface and ...........thing (forgot) I could find my wireless card name when i type ilg... something i forgot The problem is,i think my linux doesn't reconize the card even i have installed the driver Anything that i can do to make my linux reconize wifi link 5100 agn wireless card?

View 7 Replies View Related

Ubuntu Networking :: Intel Corp. Wifi Link 5300/Karmic 64b/ThinkPad W700: OS Restart 2 Reconnect

Oct 7, 2010

I have an IBM ThinkPad W700 running 64 bit Ubuntu 9.10 Karmic Koala. At the office I normally connect it to the Ethernet since it's never connected very reliably to the wifi there (drops out 2 or 3 times per day, usually at the worst possible time, of course), but it always worked just fine with Netgear WGR614v5 at home... until a week or two ago.

I used to be able to come home, take the laptop out of suspend mode, and it would connect to the wifi. Occasionally there'd be some hitch and I'd have to restart the network manager (sudo /etc/init.d/network-manager restart) but this was only sometimes, and when I did, it'd always work. But now, when I get home from work, I need to restart the entire system to get it to connect properly again. Without restarting the whole system, it either doesn't scan for wifi networks, it doesn't find any wifi networks, it keeps stuffing up my wifi password, or it connects and gets 0% signal.

Presumably, some driver was updated recently and it doesn't work so well. What's the easiest way to find out what drivers have been updated lately, and revert to a previous version? And what else can I try restarting so I don't have to restart the entire system? I've tried /etc/init.d/network-manager restart, /etc/init.d/networking restart, /etc/init.d/network-interface restart, and restart network-manager. I've also tried turning the wireless switch at the front of the laptop off and on, many times.

Code:
$ lspci -nn
[...]
03:00.0 Network controller [0280]: Intel Corporation Wireless Wifi Link 5300 [8086:4236]
[...]
$ ifconfig wlan0

[Code]...

The info above is when I've taken my laptop out of suspend mode and it won't connect to the network. lsmod doesn't say anything about wifi nor wireless; iwlist does see my network, which my older Januty laptop is connected to without drama.

View 1 Replies View Related

Ubuntu Networking :: Intel 3945 Abg Not Working - Lan0: Link Is Not Ready

Mar 24, 2011

fresh install of 10.1 on an older sony laptop wireless icon is on the toolbar, and my router is listed icon has a red exclamation mark my wireless button on the laptop is set to "on" dmesg | ndis reports "wlan0: link is not ready"

View 4 Replies View Related

OpenSUSE Wireless :: WiFi Link 5100 Not Avaible?

Mar 24, 2010

For some reason I don't understand SUSE tells me there are no network devices available. I've checked for any 'firmware' and 'kill' in both boot.msg and hardware information. I've got an ACER Aspire 8935G with WiFi Link 5100 (Intel). The only info I found that could point to the reason is:

[Code]...

There is one more thing that could be related: I've got some touch-buttons to the left of the keyboard that turn wifi and bluetooth on/of. The bluetooth one works, but nothing happens if I press the wifi one.

I also know that this hardware worked on fedora 11 and 12, so it's probably only a matter of settings/additional packages. If you respond, please keep in mind I can't use any internet connection-based commands, as the system doesn't accept the hardware responsible for cable connections either. I can download files if needed.

View 3 Replies View Related







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