General :: Upgrade Causes Wireless Not To Be On Network List?
Nov 14, 2009
When I install Ubuntu 9.04 the wireless works fine on my Toshiba Satellite. However, when I let the update manager update to the newest things the wireless doesn't even show up as a choice, as if the wireless card isn't installed. The drop down menu from the network icon only has wired on the list and I can't seem to find anywhere to set the wireless as existing. The same thing happens when I install a new version of Ubuntu 9.10. It just doesn't seem to be there. If anyone knows why this is or how I can fix it it would be greatly appreciated. If you need any more info from me just let me know.
View 3 Replies
ADVERTISEMENT
Feb 14, 2011
My wireless network doesn't work. I get no list of broadcasting networks. I have runned 'collectHWData.sh'. This is the output. Does anyone know what I should do to make my wireless work? The problem occurs on my clean installation of SuSe 11.3 on my laptop PC C500 Compaq.
Code:
collectNWData.sh V0.6.5.4.1 (Rev: 1.282, Build: 2011/01/25 19:33:38 UTC)
!!! CND0470I: Reduced analysis capability and less network information because script was
[code]...
View 9 Replies
View Related
Jan 27, 2010
does it still support the madwifi driver. i have tried to compile madwifi 0.94 that i got from svn and from sourceforge and it was succes, but the problem is it doesnt work. when i compile the source from subversion, i get the ath0 on iwconfig command but i can't get any wireless network on list of network. if i use the one from sourceforge, the iwconfig list even doesnt contain any ath*
View 3 Replies
View Related
May 27, 2010
I recently moved to an area where many people have wireless networks, so when I click on the wireless connection icon in the indicator applet on the gnome-panel, the list of available networks doesn't always list my network.How do I connect to a wireless network (already listed in the Network Connections in the Preferences menu) without using the applet on the panel?
View 3 Replies
View Related
Mar 16, 2011
I'm having some problems with my wireless connection. I'm on Ubuntu 10.04, on a HP ProBook 4520s, with a RaLink RT3090 wireless network card. I installed the drivers (hopefully correctly), the wireless seems to work correctly, it scans and finds networks, but when I try to connect to one, it times out after some time, while still attempting to connect. I also have a wired connection that works correctly and without problems. Other computers that try to connect to said wireless network manage to do so without any problems, so this has left me a bit baffled, since, like I said, everything seems to be in order.
I'm a new Ubuntu user, so please tell me what other information I need to provide in order to easily and successfully facilitate troubleshooting this, because it is, as you can imagine, quite aggravating, having a laptop that needs to be connected to the internet through a cable.
View 8 Replies
View Related
Jun 21, 2011
I accidentally clicked on a wireless network once and now every time I boot up, it tries to connect to that network and asks for the password. I have to keep pressing cancel and then it connects to my regular network.
I tried fiddling around with the network settings but I couldn't see any place where I could remove that network from the 'List of preferred networks' or at least try to prevent it from connecting automatically.
How to remove this network from the list of preferred networks? Edit some file somewhere maybe?
View 6 Replies
View Related
Mar 26, 2011
I just installed the Netbook version of Ubuntu but have three immediate problems. First, I can't see my wireless network in the "Available" list. I'm posting this through my neighbour's unsecured network. I also have Windows 7 on this netbook and I can connect to my network no problem from here.
Second, my screen isn't very bright so it's difficult to see stuff on it. How do I turn the brightness up??! I'm on AC power. Third, when I installed, I couldn't create a swap file. Is there a way to do this post-installation? As I said, I'm on the Netbook version of Ubuntu and so far haven't found a terminal window.
View 1 Replies
View Related
Apr 17, 2011
I upgraded from lenny to squeeze on a notebook and I can no longer connect to the wireless network. The computer is an LG notebook and the network card is ralink rt2860. I am using Gnome and NetworkManager. The wireless key is WEP hex. It was working fine with lenny till before the upgrade. After the upgrade, the network card stopped working. So, I checked
$ lspci|grep Network
08:00.0 Network controller: RaLink RT2860
Then I reinstalled the driver with apt-get install firmware-ralink wireless-tools Then the network manager tray started working again and saw the network, but cannot connect. It was trying to connect but timed out and kept asking for the password. It is the correct password. I tried deleting the old connection and recreated a new one in the nm. But still does not work.
[Code]...
View 7 Replies
View Related
Sep 17, 2010
How can I list all stations with frequency they are at ?
View 1 Replies
View Related
May 15, 2010
I just did an update on my Debian system and it was very long. I'd like to know now, after the upgrades have already been applied, which packages were upgraded and which were not.
View 2 Replies
View Related
May 30, 2010
I recently (like yesterday) decided to put linux on my laptop because I'm annoyed with windows. However after formatting my hard drive I seem to have an error message at the same point in windows xp and linux when attempting to log on. I have abandoned windows completely and intend to only run Linux on my laptop however after I type my password the following message pops up:
There was an error setting up inter-process communications for KDE. The message returned by the system was:
Could not read network connection list.
/home/jtb360/.DCOPserver_Josh Laptop__0
Please check that the "dcopserver" program is running!
I have attempted to delete the only dcopserver file I can find and ran some suggested commands at the command prompt (I haven't used one since Windows 3.1) to remove an ICE file in hopes that it would recreate the file and run properly after reboot and neither effort prevailed. My next step is dropping it from escalating heights until it either works or dies.
View 2 Replies
View Related
Aug 8, 2010
How can I view a list of network adapters?
View 5 Replies
View Related
Apr 3, 2010
Is there a CLI command or program that will list available wireless access points? I'm running Ubuntu 9.04 on a laptop and sometimes I boot straight into the CLI instead of a GUI. I know iwconfig can configure a connection but will not list available AP's.
View 5 Replies
View Related
Oct 25, 2010
I want to get a list of all available Network-Device Names on my Linux server. I figured that
netstat -a
would do the job, however netstat produces quite much output:
eth0 Link encap:Ethernet Hardware Adresse 08:00:27:fc:5c:98
inet Adresse:192.168.2.222 Bcast:192.168.2.255 Maske:255.255.255.0
inet6-Adresse: fe80::a00:27ff:fefc:5c98/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
[Code]....
I assume that this can be done by a combination of "cat", "sed" and "grep", but I have simply no clue of how to strip the uneccessary information.
View 4 Replies
View Related
May 31, 2011
Given a single SMB network share (for example, \server\SHARED_FOLDER), I want to recursively list all the files, including those in the subdirectories (like find(1)).
I would prefer to do it in Linux, but I also accept Windows answers.
View 1 Replies
View Related
Mar 1, 2011
This is a list of softwares that I use regularly. Some are OSS and free. Some are not. Just figured I'd share it, even though its primarily for me.
View 2 Replies
View Related
Sep 27, 2010
Our corporate wireless network uses continuously changing passwords with RSA tokens.So every time we need to connect to the wireless we need to enter a new password off the RSA token. For extra fun using the wrong password a couple of times in a row causes the users account to be locked.Network manager automatically stores and reuses the password, with the net result that it is constant getting my account locked.Is there some way to prevent it from storing my password for that network?
View 1 Replies
View Related
Mar 23, 2010
When i click the button to connect to a wireless network this message apears:Network management disabled
View 1 Replies
View Related
Aug 21, 2010
I recently read over here: Getting Your Wireless to Work : "For example, open-source firmware for the Broadcom BCM4306/3 BCM4318, and BCM4311/1 was just released. Future openSUSE versions will be able to include this firmware and those devices will work immediately..." I am looking for PCI cards for desktops. Besides the list of supported chipsets at [URL], is there a brand name list with firmware support by OSS 11.3? At the moment, I have a Netgear WG311v3 which believe has been causing system instabilities in both linux and windoze:
01:06.0 Ethernet Controller [0200]: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11 b/g Wireless [11ab:1faa] (rev 03)
View 7 Replies
View Related
Apr 27, 2010
I have a Samba server running in my Lan (mainly for file and print service). This server will act as a PDC (don't ask why...). I have a question: Under a share I can use the "read list" and "write list" options with groups (eg @users). Is that group a Linux or Samba group? If it's the later, am I forced to use the net groupmap command, or it is sufficient to have a group name in the /etc/group file? Should I add samba/linux users to that group (with net rpc) or is sufficient to have the group membership set in the linux?
View 4 Replies
View Related
Nov 12, 2009
Each time I start up debian -lenny, the network-manager does not automatically connect me to my wireless network. The connection list shows a lot of networks available, but mine is always absent from the list. This means I each time have to go to "Connect to other Wireless Network" in and write in my network name (SSID) and password (PWA2 Personal). Then is connects nicely and everything works fine until next time I boot
View 5 Replies
View Related
Dec 27, 2010
How can I convert a file with a lot hex numbers into the decimal?
Example: file1
0x59999
0x5acdc
0xffeff
I want to start $ cat file1 | util | cat >file2 and get file2 with smth like
[Code]...
View 3 Replies
View Related
Mar 21, 2011
I have configured a wireless pcmcia card using ndiswrapper. I'm sure that works, as with the command "iwlist wlan0 scan" gives me back
the list of detected wireless networks. At this point I was wondering: is there a way to detect the new interface (wlan0) with network manager? Even after enabling the wifi card the network manager gnome applet always finds only eth0.
View 2 Replies
View Related
Jan 7, 2010
list the 'chkconfig --list' in alphabetical order
View 3 Replies
View Related
Jan 28, 2010
one command to list the list of folders/ within the folder.
View 4 Replies
View Related
Jan 17, 2010
i have a wired connection thru a netgear router wgr614, i am running a window machine fine , but ubuntu machine say no connection . i have look around seems to be a common problem . but no simple fix . Network manager is bad , do i uninstall or change thru terminal or .....
View 12 Replies
View Related
Apr 7, 2011
I have a VM running Fedora 17 on VMWare over windows 7. I want to SSH to my university server from fedora but when I try something like: ssh myuser@server.com
I don't get request for my password. If I try to SSH using PuTTY in windows, everything is OK. Then I pinged the server and got the following message:
From 192.168.0.106: icmp_seq=2 Redirect Network(New nexthop: 192.168.0.1)
It repeated over and over. I tried NAT and Bridged network connection on the VM, but I'm not sure what this means completely, so I may have messed up somewhere around here.
View 1 Replies
View Related
Sep 12, 2011
I'm running Arch Linux on an Acer laptop and my wirless connection doesn't stay up. After a while it disconnects, and when I try to reconnect I get stuck with a "Waiting for authorization" message. I have to retry several times before getting the connection stay up for few minutes. This happens with both networkmanager and wicd. The strange thing is that the iMac that sits next to the laptop connects fine, and when I use my laptop within the university wireless network it works normally.
EDIT: I've tried to connect manually following the steps
iwlist wlan0 scan
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
dhcpcd wlan0
[Code].....
View 1 Replies
View Related
Feb 5, 2010
I have a desktop running Ubuntu 9.10 with a D-Link WUA-1340 (Supported - last on list) USB wireless adapter, through which I would like to set up a wireless network for internet connection sharing at home.
I have 2 ethernet adapters on my desktop (Eth0, Eth1), and an Apple Airport Express, which I initially tried to use, then thought it might be better to just bypass the Airport Express.
My problem is that although I create a wireless network and connect to it with my macbook, I am unable to access the Internet on it.
I am not sure what I am doing wrong, and have worked through WifiDocsShareEthernetConnectionThroughWireless a few times, as this seems to be exactly what I am trying to do.
View 2 Replies
View Related
Mar 10, 2011
im doing my final year project on wireless network simulation using ns2.. how to simulate protocols in ns2.
View 1 Replies
View Related