Fedora Networking :: Wireless Didn't Work After System Update

Apr 4, 2009

I use FC9. Yesterday after system update I turned of the computer, but today when it booted the wireless didn't work, ndiswrapper device wlan0:1 does not seem to be present, delaying initialization.I have removed and again installed the wireless driver and looks like it is ok,

[root@localhost utils]# ./ndiswrapper -r bcmwl6
[root@localhost utils]# ./ndiswrapper -i /fatfs/Archiv/Softwere/Drivers/Dr_software/bcmwl6.inf
installing bcmwl6 ...
[root@localhost utils]#
after ndiwwrapper -m
it gives warning( or error )[root@localhost utils]# ./ndiswrapper -m
module configuration already contains alias directive
[Code]....

View 3 Replies


ADVERTISEMENT

CentOS 5 Networking :: Wireless Intersil Prism 2 Driver Installation Didn't Work?

Dec 20, 2010

I am a linux newbie, I spent more than 3 days trying to set up the drivers for my Intersil Prism 2 Wi-Fi adapter on CentOS 5.5. While trying to Make the driver source I receive errors of missing libraries. Is the hostap driver included in the Centos Kernel? I tried with insmod hostap but it didn't work..? Is there a kernel patch with the hostap drivers? I will be glad if someone can give me ideas or directions for setting up the driver properly.

View 1 Replies View Related

Fedora Networking :: ZTE MF627 3G USB Dongle On 3UK Didn't Work

Mar 17, 2010

I bought the modem above (ZTE MF627), which works great in Windows 7. My laptop dual boots between Windows 7 and Fedora 12, so I rebooted into Fedora and spent a few hours trying to get the modem working. Scouring the Ubuntu forums (as there's only one post on these forums and it simply didn't work), I found a few possible solutions, but nothing seems to be solving the problem. Here goes... The modem gets picked up by the kernel and appears as a USB device.

[Code]...

View 2 Replies View Related

Fedora Networking :: Wireless Network Doesn't Work After Kernel Update (Broadcom) / Sort It?

Aug 23, 2009

I wireless network card is Broadcom Corporation BCM431, but is doesn't work after I update kernel from
2.6.29.6-217.2.7 to 2.6.29.6-217.2.8.

Linux localhost.localdomain 2.6.29.6-217.2.7.fc11.x86_64 #1 SMP Fri Aug 14 20:53:08 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

View 2 Replies View Related

Fedora Networking :: Juniper Network Connect Didn't Work On Fedora

May 16, 2011

I just upgrade my Fedora 14 to Fedora 15 RC1.I found the critical issue for me that Juniper Network connect(SSL VPN) didn't work for me again.I wonder if the network interface name changed impact this, but I am not sure about it as I didn't see any obviously error.I can connect the VPN auth page with my username and password after I switch my Java plugin to Sun JRE( I use google Chrome).As the Java VPN applet started, it appeared for a while and shutdown again. I think the VPN auth has been passed at that time, the problem might about creating the VPN Tunnel.

View 8 Replies View Related

Debian :: Didn't Work With The Default Wireless Drivers

Jul 20, 2010

I have gotten Debian working quite well on my Sony Vaio laptop for the past 6 months or so, and it's a very rewarding experience. I however have a small amount of problems that I could not find the answer to through googling or reading Debian instructions.

1) I have an Atheros-based wireless chipset in my laptop that didn't work with the default wireless drivers in Debian. So I replaced them with madwifi drivers and it works great now. However, every time I restart the computer, it defaults back to 1mb/s wireless speed; making me go into root terminal and change the speed with "iwconfig ath0 rate 54M". Obviously this gets a little bit annoying to enter every time, so I am looking for a way to make it automatic. I have looked on Google and gotten some hits but none of them have been successful.

2) Whenever I put the computer on stand-by then return, the wifi refuses to connect. Networkmanager tries to connect then crashes. I have found no hits on this issue with my configuration. Very odd.

View 8 Replies View Related

Hardware :: 4.1 Surround Sound Speaker System Didn't Work

Jan 13, 2011

I'm running slack64 13.1, I don't have KDE installed or any of the KDE libraries (so answers concerning KMix aren't going to help), I'm using xfce4 as the desktop environment. Anyway I just bought a new 4.1 surround sound speaker system from Amadeus and wanted to give it a shot. Obviously my first instinct was to plug them in and give it a whack... much to no one's surprise this didn't work. So I googled my ass off, and it seems for every person that has had a surround sound system, there's a different solution for them. I tried a couple tutorials to end at the same disappointing conclusion: the front two speakers and the subwoofer work. So here's the current situation:

The front two speakers are plugged into the speaker-out port (the green one) and the rear-two speakers are plugged into the line-out port (the light blue one). Since the subwoofer works I'm going to assume it uses the the same line that the front two speakers do. I've turned all the lines all the way up in alsamixer, and made sure it's playing on 4 channel. I reran alsaconf just to make sure and it configured snd-intel8x0 for me with no complaints. I also added a .asoundrc file that looks like this:

[Code]...

Then I ran "speaker-test -c 4 -D surround41 -t wav". Again only the front two speakers play any sound. I'm kinda new to configuring sound, as I've never before had a problem.

View 3 Replies View Related

OpenSUSE Wireless :: Network Settings And Usb-wlan-card Didn't Work

May 8, 2010

i installed suse (KDE) on my old notebook and now I'm trying to get the wlan to connect to our router and can't figure out how to get it to work. My card seems to work, the network manager even finds the router, but i just cant get a connection. I followed the steps of the "Getting Your Wireless to Work" thread and these are the results:

[Code]....

- i messed around a bit with the network settings and might have cluelessly broken something (or broken it more)

- i tried a usb-wlan-card as an alternative, which didn't work either, but could possibly have messed things up even more.

View 7 Replies View Related

Ubuntu Networking :: Wireless Gone After System Update

Mar 22, 2010

I have installed xubuntu with wubi from XP. The installation was OK, I have booted the system several times with no problem, all devices worked well. After a day, auto update have shown that I have lots of packages to update. I said OK, let's do it. After a restart the wifi led was not lit anymore. I am unable to discover any wifi networks.. Fortunately I still have my old XP to write to the forum.. What can I do? The hardware: Compal CL56 notebook with Intel Pro 2200BG wifi. (and ATI Mobility Radeon 9700 - which will cause the next problems.?)

View 3 Replies View Related

Networking :: IP Forwarding /NAT Doesn't Work After System Update?

Oct 22, 2009

I used the following 2 rules in iptables to forwarding some packagesiptables -t nat -A PREROUTING -p tcp --dport 8000 -j DNAT --to-destination 192.168.0.244:8000iptables -t nat -A POSTROUTING -p tcp --dport 8000 -j MASQUERADEIt works perfectly before, the kernel was 2.6.18-92.1.22.el5.After we did a update, the kernel now is 2.6.18-128.7.1.el5.and the forwarding is stop.I just wondering where can I get some debug information. I checked /var/log/message, dmesg ... seems nothing there.

View 1 Replies View Related

Fedora :: Wireless Doesn't Work After Update Of Kernel

Jul 13, 2011

Dell Studio 1555 (Wireless WLAN 1397 Half MiniCard (4312bg)) Wireless doesn't work after update of kernel (kernel-PAE-2.6.38.8-35.fc15.i686)

Quote:

Originally Posted by iwconfig

# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.

What should I do to repair wireless?

View 2 Replies View Related

Ubuntu Installation :: Boot/grub/win7 - Testdisk/update-grub Method, But It Didn't Work?

Mar 4, 2011

I have 2 hard disks. sda,sdb

In sda, I have 4 partitions, and I have windows 7 in one of the extended partitions [not in the primary partition].

In sdb, I have 3 partitions. 2 for storage, and 1 10GB drive for Ubuntu. Again, Ubuntu is not of a primary partition.

I had ubuntu 10.04 running on that for a long time. However, I wanted to reinstall ubuntu and use 10.10.This is what I did EXACTLY:Booted from Ubuntu install CD

Chose advanced istall

Selected sdb3 for Ubuntu

I installed GRUB2 on the SAME partition as Ubuntu aka sdb3 Installed then rebooted

I can boot into Ubuntu fine, but whenever I select Windows 7 bootloader from the GRUB menu, the screen goes black, and my PC reboots.

Boot Info:

Code:
Boot Info Script 0.55 dated February 15th, 2010 [code]....

ls: reading directory sda6/: Input/output error

I have tried the testdisk/update-grub method, but it didn't work.

View 9 Replies View Related

Software :: Unable To Run VirtualBox After Fedora 12 System Update / Get It To Work?

Oct 31, 2010

I am running Fedora 12 on an Intel Core 2 Duo system.
I ran a software update which installed a new kernel (2.6.32.23-170.fc12.i686.PAE) along with many other things.
I am now unable to run VirtualBox which I had installed and running successfully before the update.
I tried removing and reinstalling VirtualBox from YUMEX, and rebooting. This did not help.
When I launch VirtualBox from a terminal, it produces the following output:

VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: VBoxVMM.so: cannot open shared object file: No such file or directory

I'm not sure what it is complaining about. The files VirtualBox.so and VBoxVMM.so both exist in the /usr/lib/virtualbox directory.

What can be done to get VirtualBox working again on this system?

View 13 Replies View Related

Fedora :: Dictionary Widget Didn't Work

Mar 10, 2010

i had just installed fedora 12 and my architecture is x86_64. i add dictionary widget on my plasma desktop. in my office i am using internet via proxy. now how can i configure dictionary widget to use the same proxy settings? in my shell i have export http_proxy variables, where else i am suppose to set proxy?

View 3 Replies View Related

Fedora Networking :: Doesn't Work After Turned Off Wireless By Pressing A Wireless Button On Laptop?

May 19, 2011

Recently I have installed Fedora 14 on my other laptop. It's a dual boot with Windows 7. Everything worked perfectly fine, networking included, until my friend didn't accidently turned off the wireless by pressing a wireless button on the laptop. Since then the wireless on Fedora doesn't work. It does on Windows thought. I've tried restarting the laptop few times, but the wireless still doesn't want to work again.

View 2 Replies View Related

Fedora Installation :: F11 & Home Partition Didn't Work

Jun 12, 2009

I have successfully installed Fedora 11. It works fine with no problem what so ever. My problem is that while using F10 I have created a separate partition for "home". I tried to use the same /home partition for F11 but it did not work. how to achieve this and at what state of the installation.

View 14 Replies View Related

Fedora :: Data Corruption - Grub Didn't Work Anymore

Mar 7, 2011

If you typed it in, my fdisk -l looks like this

[Code].....

I partitioned it using the Acronis (proprietary) partitioning software. I've had to move these around a bit when I initially set it up and at one point grub didnt work anymore. It was after I had to expand my Windows (7) partition. However I'm told that most modern software dont use the same unit of measurement that fdisk still uses 'til this day. Should I even be concerned? I did have to reinstall grub after I initial set all my partitions up. This post is merely a double-check to make sure.

View 7 Replies View Related

Fedora :: Installing NVidia's Driver With Their Shellscript But It Didn't Work

Jan 10, 2011

I'm trying Fedora for the first time. I tried installing NVidia's driver with their shellscript but it didn't work for lots of reasons. Has anyone done this before?:[URL].. Does it work? I never used a distro with a package manager before. Aren't there several different drivers for different NVidia cards? How do the instructions in that link make you get the correct driver? And then does it create an /etc/X11/xorg.conf file?

EDIT: or is the Neaveau driver good enough already? I can't figure out if it's basically a finished product or not.

View 16 Replies View Related

Fedora Networking :: 13 No Wireless After Update

Mar 10, 2011

I updated my F13 laptop and viola, my wireless ceased to function. WTF!? I have a ton of homework to do tonight and this is the only machine that I have. lspci

[Code]...

View 11 Replies View Related

Fedora Installation :: Use GUI Tool For Update System - No Response When Click The 'Update System' Button

Apr 28, 2009

I've tried to use the GUI tool for update system in Fedora 10. It listed all of the available updates successfully, but it have not any response when i click the 'Update System' button~

View 2 Replies View Related

Fedora Networking :: Wireless Not Working After Update?

Aug 29, 2009

There is a realtek rtl8187 on my board, and windows can browse and connect to wireless networks. I installed F11 and it was capable of browse and connect to my wireless network - even if it was really slower than windows. Anyway I did some yum update+reboots and now NetworkManager don't list any wireless network, and the checkbox "Enabled wireless" in the right click menu disappeared (I can see "Enable networking" only now). What can I do?

View 2 Replies View Related

Fedora Networking :: Can't Enable Wireless After Update In F12 / Fix It?

Dec 11, 2009

I just ran the kernel update for F12 and now i can't enable my Wireless Radio. I'm really new to Linux and kinda need someone to hold my hand though debugging this. I can get on with the wired connection.

View 14 Replies View Related

Fedora Networking :: Enable Wireless Networking Does Not Work In Windows?

Jun 20, 2009

I've been experiencing a problem with Fedora in which when I enable Wireless in Fedora, Wireless networking does not work in windows. HOwever, when disabled, it works correctly. Windows claims it is "not able to find any networks to connect to"

EDIT: It seems that when wireless is disabled manually on fedora before shutdown, there are no problems in windows.

View 14 Replies View Related

Fedora Networking :: 12 Wireless Stopped Working After Update?

Mar 7, 2010

have a gateway nv78 laptop. I just ran the latest update on Fedora 12, and after Fedora stopped seeing wireless networks all together.

View 8 Replies View Related

Fedora Networking :: Unable To Use Wireless After Latest Update?

Oct 30, 2010

On my ageing laptop with Intel IPW3945 wireless adapter which has always worked extremely well.... Fedora 13 with the latest NetworkManager. Seems that wireless speed has slowed to a crawl.

Code:

[glenn@leonardo ~>$ rpm -qa | grep NetworkManager
NetworkManager-vpnc-0.8.1-1.fc13.i686
NetworkManager-pptp-0.8.1-1.fc13.i686

[code]....

View 6 Replies View Related

Fedora Networking :: Can't Get Wireless Internet To Work

May 4, 2009

can't get my wireless internet to work.I have a toshiba satellite laptop with a build in antheros wireless card. Heres the info on my card when I do lspci.Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)I'm completely clueless on how I get it to connect to the internet wirelessly I was able to connect to my router earlier but it wouldn't let me use the internet though. I was trying to follow instructions from other post and now I cant even connect to my router anymore.

View 1 Replies View Related

Fedora Networking :: Wireless Broadcomm Drivers Broken After Update

Feb 16, 2011

I just rebooted my netbook after updates this last week and notices the wireless is broken now. The updates updated my kernel and wl modules. I'm using a broadcom 43224 driver.If i reboot to the older kernel the wireless works.

View 5 Replies View Related

Fedora Networking :: SpeedTouch Modem In 10 - System Update Says That No Connection

Apr 28, 2009

I'm trying to use Speedtouch USB modem.

According to [url].

After a bit of fighting interface works I can ping any domain name or ip address. I can even connect to web server via telnet, for example telnet www.org 80. I can see the response from Web server, but Mozilla says that it is offline, System Update says that no connection.

What can be the problem if manually I can connect but any Gnome GUI program says you are offline?

View 1 Replies View Related

Fedora Networking :: What Wireless Adapters Work Out Of The Box For Fc11

Oct 27, 2009

I know theres a thread for this for fc9 but thats probably kind of outdated now. So I am trying to set up a wireless connection for a pc in my bedroom and just want something that will work out of the box.

View 2 Replies View Related

Fedora Networking :: Unable To Get Wireless Driver To Work

Aug 4, 2011

I recently reinstalled Fedora 15 on my laptop and have been unable to get the wireless driver to work as it has before. I successfully installed the akmod-wl package from rpmfusion, built the akmod successfully, and rebooted with no success.

View 1 Replies View Related







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