ifconfig wlan0 down ifconfig wlan0 up iwconfig wlan0 essid "MyWifiSSIDHERE" wpa_passphrase MyWifiSSIDHERE MYPassPhrase > /tmp/wpa_supplicant.conf wpa_supplicant -iwlan0 -c/tmp/wpa_supplicant.conf
Fabio wrote: » I tried both Mint 17 and 17.1. I also tried Xubuntu to see if that'd work but same results. It's a Dell XPS M1330 from around 2007, probably has a dreaded Broadcom card in it.
PrzemoF wrote: » Welcome to the "scary" world of linux! :-) You should only have to log into the wifi network (your router) once. Do you have to do it after a reboot as well? I'd suggest to get faimilar with the command line (how to open a terminal, what means "sudo") - that's very handy to diagnose problems "remotely" without having to explain things like "right click that icon that looks like a antenna" Don't try to remember it - use it as a cheat sheet: https://help.ubuntu.com/community/UsingTheTerminal
[przemo@localhost ~]$ lsusb Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [przemo@localhost ~]$ lspci 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02) 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service 00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 01) 00:06.0 USB controller: Apple Inc. KeyLargo/Intrepid USB 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 00:0d.0 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02) [przemo@localhost ~]$
PrzemoF wrote: » @Dozen Wicked Words: can you connect to the router over a cable for a while? It will make diagnosing wifi problem a bit easier (copy & paste) 1. open terminal (I don't know how to do it in mint, but that's just a program called "Terminal" 2. type "lsusb", hit Enter and post the results here 3. type "lspci", hit Enter and post the results here I want to find out what broadcom wifi do you have. Example results from my virtual box machine: [przemo@localhost ~]$ lsusb Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [przemo@localhost ~]$ lspci 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02) 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service 00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 01) 00:06.0 USB controller: Apple Inc. KeyLargo/Intrepid USB 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 00:0d.0 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02) [przemo@localhost ~]$
Itzy wrote: » You'd be looking for a Ubuntu solution for the issue, so check out the Ubuntu and Mint Community forums to see if anyone else is having a similar problem. I would agree with jacking in a network cable and running a few updates first.
Dozen Wicked Words wrote: » [..] 02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01) 08:00.0 Network controller: Broadcom Corporation BCM43225 802.11b/g/n (rev 01) PrzemoF, as requested the above are lsusb and lspci I connected over wifi again using the usual method, try to connect to my PS3 in standby, cancel, and once I have done that, my network list shows up my router, which I connect to, happy days. It's a quirk I could live with if I have to. Enjoying the nippyness of Mint so far (would it be fair to call it Linux lite?)
PrzemoF wrote: » So your wifi chip is Bradcom BCM43225. There are a few modules (drivers) that support it (broadcom is a mess), so I need some more info: 1. open terminal 2. lsmod | grep "b42\|ssb\|wl" 3. post the results lsmod lists currently loaded modules | (pipe) passes output of lsmod to grep grep searches for b42 or ssb or wl I want to find out what you're using right now.
PrzemoF wrote: » Let's try manually first (you should lose you wifi after that): sudo modprobe -r b43 and get it back after this: sudo modprobe wl if that doesn't work you'll have to do some more work (see method 1): http://community.linuxmint.com/tutorial/view/218
human 19 wrote: » You may disagree with me as you say you are 100% sure that your password is correct but in my experience over the years...if it is asking for a pasword, and not accepting it ...then the entered password is incorrect. Check for capitals, spaces, etc
Dozen Wicked Words wrote: » Just an update on my problem. Its resolved itself, without me doing anything. I hadn't used my laptop for a while, turned it on this morning and it has automatically found my router and connected, I didn't do anything and it hasn't been online to update so who knows! Thanks for all the suggestions anyway.
human 19 wrote: » I was wondering , reading the above, if the PS3 was masking your router. Was the PS3 blocking or masking the router signal. Would it be something to do with frequencies? I know sod all about networking but when the router is recognised after the ps3 is cancelled....?? As you didnt update anything on the computer..was firmware updated on one of the devices?