how do I set up a wireless connection with mint 12

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
PETERJCOOKE

how do I set up a wireless connection with mint 12

Post by PETERJCOOKE »

I am new be to mint.I use an acer one 531h with a fresh installed mint 12 and a wireless router which worked with my friends mint 9. I am a user not a programmer any help much appreciated.I have read the posts but they just confuse me with all the jargon
I did try for 6 days to connect but could not get connected. Have re installed mint 12 hoping someone can help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: how do I set up a wireless connection with mint 12

Post by remoulder »

You need to provide technical information if you expect us to help you, see http://forums.linuxmint.com/viewtopic.php?f=53&t=1085
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
PETERJCOOKE

Re: how do I set up a wireless connection with mint 12

Post by PETERJCOOKE »

peter@peter-AO531h ~ $ sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
[sudo] password for peter:
-------------------------
* I. scanning WIFI PCI devices...
-- Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
==> PCI ID = 168c:002b (rev 01)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=14 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off

-------------------------
* IV. querying ifconfig...
eth0 Link encap:Ethernet HWaddr 00:26:9e:29:9a:04
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:44

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1452 errors:0 dropped:0 overruns:0 frame:0
TX packets:1452 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:112416 (112.4 KB) TX bytes:112416 (112.4 KB)

wlan0 Link encap:Ethernet HWaddr 0c:60:76:3d:26:b5
inet6 addr: fe80::e60:76ff:fe3d:26b5/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:208 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:48739 (48.7 KB)

-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
;; connection timed out; no servers could be reached

peter@peter-AO531h ~ $
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: how do I set up a wireless connection with mint 12

Post by remoulder »

Ok, how are you trying to connect? In Mint you just need to click the network manager icon on the panel to see a list of networks seen then click the one you want. If you don't see any networks is the wireless switch on the laptop enabled? If it is in a terminal enter

Code: Select all

rfkill list
and if you see the wlan is blocked try

Code: Select all

sudo rfkill unblock all
.

If that doesn't work enter

Code: Select all

lsmod
and look through the output for acer-wmi. If it is there then try

Code: Select all

sudo modprobe -r acer-wmi
and see if this makes your wifi work?

If still no joy try setting your router to just wireless 'bg' as a test. You might also look at the output of

Code: Select all

dmesg | grep -e ath -e wlan
in case any errors are occurring?
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
PETERJCOOKE

Re: how do I set up a wireless connection with mint 12

Post by PETERJCOOKE »

This is all mumbo to me still no connection even the email wont register in thunderbird
peter@peter-AO531h ~ $ dmesg | grep -e ath -e wlan
[ 14.790558] ath9k 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 14.790587] ath9k 0000:02:00.0: setting latency timer to 64
[ 14.846860] ath: EEPROM regdomain: 0x65
[ 14.846870] ath: EEPROM indicates we should expect a direct regpair map
[ 14.846882] ath: Country alpha2 being used: 00
[ 14.846888] ath: Regpair used: 0x65
[ 14.887532] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 14.898580] Registered led device: ath9k-phy0
[ 15.169817] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.043682] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 18.062230] wlan0: authenticated
[ 18.062810] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 18.065585] wlan0: RX AssocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 18.065597] wlan0: associated
[ 18.067684] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 28.448043] wlan0: no IPv6 routers present
[ 38.211815] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 41.963029] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 41.965039] wlan0: authenticated
[ 41.966271] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 41.969037] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 41.969048] wlan0: associated
[ 52.128046] wlan0: no IPv6 routers present
[ 62.210766] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 65.994568] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 65.996584] wlan0: authenticated
[ 66.016534] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 66.019354] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 66.019366] wlan0: associated
[ 76.384054] wlan0: no IPv6 routers present
[ 86.211431] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 90.011508] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 90.013535] wlan0: authenticated
[ 90.033588] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 90.036374] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 90.036385] wlan0: associated
[ 100.144059] wlan0: no IPv6 routers present
[ 110.216887] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 145.271725] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 145.273740] wlan0: authenticated
[ 145.294565] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 145.298248] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 145.298265] wlan0: associated
[ 155.800052] wlan0: no IPv6 routers present
[ 166.209801] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 221.627609] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 221.629596] wlan0: authenticated
[ 221.651568] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 221.654364] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 221.654379] wlan0: associated
[ 232.200066] wlan0: no IPv6 routers present
[ 242.214360] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 246.051422] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 246.053443] wlan0: authenticated
[ 246.055008] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 246.057826] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 246.057836] wlan0: associated
[ 256.848070] wlan0: no IPv6 routers present
[ 266.213348] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 270.007640] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 270.009645] wlan0: authenticated
[ 270.010169] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 270.012960] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 270.012976] wlan0: associated
[ 280.208076] wlan0: no IPv6 routers present
[ 290.211813] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 294.011221] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 294.013251] wlan0: authenticated
[ 294.033437] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 294.036328] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 294.036338] wlan0: associated
[ 304.128057] wlan0: no IPv6 routers present
[ 314.209041] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 539.030415] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 539.032563] wlan0: authenticated
[ 539.033875] wlan0: associate with 00:90:d0:fa:be:fa (try 1)
[ 539.036666] wlan0: RX ReassocResp from 00:90:d0:fa:be:fa (capab=0x411 status=0 aid=1)
[ 539.036678] wlan0: associated
[ 549.680067] wlan0: no IPv6 routers present
[ 559.219552] wlan0: deauthenticating from 00:90:d0:fa:be:fa by local choice (reason=3)
[ 651.134813] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 651.332096] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 651.532110] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 651.732146] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 657.698087] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 657.896105] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 658.096093] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 658.296123] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 664.255558] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 664.452084] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 664.652094] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 664.852140] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 670.819292] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 671.016098] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 671.216119] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 671.416102] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 677.380155] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 677.582645] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 677.780104] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 677.980110] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 683.946704] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 684.144147] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 684.344110] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 684.544109] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 690.492285] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 690.692110] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 690.892134] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 691.092095] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 697.048510] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 697.248112] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 697.448091] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 697.648112] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 703.603161] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 703.800102] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 704.000115] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 704.200144] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 720.302865] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 720.500120] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 720.700134] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 720.900128] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 726.842781] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 727.040114] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 727.240184] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 727.440148] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 733.405475] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 733.604128] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 733.804115] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 734.004106] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 739.976587] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 740.176159] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 740.376098] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 740.576099] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 746.531518] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 746.728089] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 746.928094] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 747.128091] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 753.070941] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 753.268129] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 753.468122] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 753.668118] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 759.620808] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 759.820134] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 760.020109] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 760.220120] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 766.180008] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 766.380115] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 766.580125] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 766.780123] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 772.733008] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 772.932130] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 773.132159] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 773.332114] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 779.278898] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 779.476166] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 779.676121] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 779.876120] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 798.763774] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 798.960121] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 799.160121] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 799.360105] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 805.307939] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 805.504372] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 805.704121] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 805.904119] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 811.849069] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 812.048148] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 812.248128] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 812.448118] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 818.395685] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 818.592136] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 818.792123] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 818.992113] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 824.943316] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 825.140093] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 825.340140] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 825.540121] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 831.502689] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 831.700087] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 831.900152] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 832.100089] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 838.054164] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 838.252142] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 838.452124] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 838.652135] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 844.603556] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 844.800097] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 845.000155] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 845.200088] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 851.151279] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 851.348164] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 851.548122] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 851.748130] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 857.695042] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 857.892139] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 858.092101] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 858.292072] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 915.095035] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 915.292133] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 915.492172] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 915.692129] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 921.643474] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 921.840131] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 922.040114] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 922.240091] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 928.179534] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 928.376131] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 928.576144] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 928.776123] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 934.720071] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 934.920146] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 935.120134] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 935.320133] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 941.278507] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 941.476148] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 941.676114] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 941.876089] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 947.840787] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 948.040099] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 948.240128] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 948.440128] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 954.393061] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 954.592096] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 954.792115] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 954.992212] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 960.939045] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 961.136131] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 961.336122] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 961.536163] wlan0: authentication with 00:90:d0:fa:be:fa timed out
[ 967.482846] wlan0: authenticate with 00:90:d0:fa:be:fa (try 1)
[ 967.680100] wlan0: authenticate with 00:90:d0:fa:be:fa (try 2)
[ 967.880148] wlan0: authenticate with 00:90:d0:fa:be:fa (try 3)
[ 968.080135] wlan0: authentication with 00:90:d0:fa:be:fa timed out
peter@peter-AO531h ~ $ :(
PETERJCOOKE

Re: how do I set up a wireless connection with mint 12

Post by PETERJCOOKE »

The problem was with the modem access codes.I had to access the codes and key from the modem to get the connection also needed to set up the wireless connection with codes on the Acer one 531h net book all working fine now. A big thank you to everyone.Now to download the 271 updates. :mrgreen:
Locked

Return to “Networking”