| View previous topic :: View next topic |
| Author |
Message |
helio n00b

Joined: 08 Apr 2006 Posts: 68
|
Posted: Mon Feb 28, 2011 3:10 am Post subject: gentoo linux install on sony vpcs131fm/s [Solved] |
|
|
I have installed gentoo linux on a sony laptop (model vpcs131fm/s). But I have difficulty getting the wireless working. Any suggestions? Thanks.
Last edited by helio on Thu Mar 03, 2011 11:58 pm; edited 1 time in total |
|
| Back to top |
|
 |
penguin swordmaster Guru


Joined: 27 Jul 2010 Posts: 426
|
Posted: Mon Feb 28, 2011 3:45 am Post subject: |
|
|
three unless you can be more specific as to the problem.
1. check for firmware needed/kernel module.
2. use a graphic network tool like wicd.
3. Google you wireless card to see if anyone else has posed their solution to getting it running _________________ There are 10 kinds of people. Those who can think in binary and those who can't. |
|
| Back to top |
|
 |
helio n00b

Joined: 08 Apr 2006 Posts: 68
|
Posted: Mon Feb 28, 2011 4:04 am Post subject: |
|
|
| From lspci, I can tell the wireless network controller is Intel Corporation WiMAX/WiFi Link 6050 Series (rev 5f). I have emerged net-wireless/iwl6050-ucode and net-wireless/iwl6000-ucode, but wicd still says "no wireless network found". |
|
| Back to top |
|
 |
penguin swordmaster Guru


Joined: 27 Jul 2010 Posts: 426
|
Posted: Mon Feb 28, 2011 4:18 am Post subject: |
|
|
It looks like you might need the iwlwifi kernel and/or firmware.
other than that, you might want to look at this thread.
http://forums.gentoo.org/viewtopic-t-851846-start-0.html _________________ There are 10 kinds of people. Those who can think in binary and those who can't. |
|
| Back to top |
|
 |
helio n00b

Joined: 08 Apr 2006 Posts: 68
|
Posted: Mon Feb 28, 2011 5:36 am Post subject: |
|
|
Thanks for the link. My problem seems having to do with some missing firmware as shown in dmesg:
[ 9.304339] iwlagn 0000:02:00.0: request for firmware file 'iwlwifi-6050-4.ucode' failed.
[ 9.304347] iwlagn 0000:02:00.0: no suitable firmware found!
It turns out that the firmware file "iwlwifi-6050-4.ucode" didn't come with either of my previous two emerges (net-wireless/iwl6050-ucode and net-wireless/iwl6000-ucode). I found the file from http://ubuntuforums.org/showpost.php?p=9986425&postcount=12 and http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6050-ucode-9.201.4.1.tgz
and I am able to find the wireless interface.
Now the new problem: the wireless interface still has difficulty connecting with my wireless router, with the message saying "no IPv6 router present". Then it fell back to "probing for an IPv4LL address", but for some reason, that didn't succeed either.
Update: the wireless interface finally got working after I removed ipv6 support from kernel and module build through menuconfig. |
|
| Back to top |
|
 |
Kalin Tux's lil' helper


Joined: 22 Dec 2002 Posts: 103 Location: Japan
|
Posted: Thu Jan 26, 2012 2:09 am Post subject: |
|
|
BTW, that is part of sys-kernel/linux-firmware-20110818
| Code: | $ equery f linux-firmware |grep 6050
/lib/firmware/i6050-fw-usb-1.5.sbcf
/lib/firmware/iwlwifi-6050-4.ucode
/lib/firmware/iwlwifi-6050-5.ucode
|
WiFi works for me with it. Did you get the WiMAX part working? |
|
| Back to top |
|
 |
helio n00b

Joined: 08 Apr 2006 Posts: 68
|
Posted: Fri Jan 27, 2012 6:32 am Post subject: |
|
|
| Kalin wrote: | BTW, that is part of sys-kernel/linux-firmware-20110818
| Code: | $ equery f linux-firmware |grep 6050
/lib/firmware/i6050-fw-usb-1.5.sbcf
/lib/firmware/iwlwifi-6050-4.ucode
/lib/firmware/iwlwifi-6050-5.ucode
|
WiFi works for me with it. Did you get the WiMAX part working? |
No, haven't tried yet. |
|
| Back to top |
|
 |
|