Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless problem on Xa 3530
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
alexanderfortis
n00b
n00b


Joined: 01 Oct 2009
Posts: 4

PostPosted: Thu Oct 08, 2009 11:00 am    Post subject: Wireless problem on Xa 3530 Reply with quote

Hi everyone!
Recently I've bought a Fujitsu Siemens Xa 3530 and installed gentoo on it, when configuring it i ran into a problem with the wireless card by brand its a Atheros AR5008X so mad wifi seemed to be the option, but it didn't work, I've tried other versions of linux to see if auto-configurating it would be the answer but it still wasn't then I've noticed that the function key + F1 combo didn't turn the wireless led on. I've searched the vendors forums and found a solution but only under windows. Its a vb script that has to be put in the startup folder, by my guessing it executes a program that handles the function key combos
Code:

Set WshShell = WScript.CreateObject("WScript.Shell")
Set oExec = WshShell.Exec("C:\Program Files\Launch Manager\WisWBSet.exe")
do while WshShell.AppActivate("Wireless Status Option")=False
WScript.Sleep 100
loop
WScript.Sleep 100
WshShell.sendkeys("{TAB}{TAB}{TAB}{LEFT}~")


this WisWBSet.exe is the program to handle special keys, I'm not quite sure what the last line is for but it works. Now does anyone think a solution exists for using linux shell scripting? I think it would be okay if the program would run under wine, I'm still looking for the linux version of the program.

I'd be grateful for any help
Back to top
View user's profile Send private message
kardolus
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2005
Posts: 120
Location: Amsterdam

PostPosted: Sat Oct 10, 2009 10:17 am    Post subject: Reply with quote

Did you enable ath9k (as a module) in your kernel? I think that is the driver you need.

Code:
grep -i ath9k /usr/src/linux/.config


However, I dunno about that wireless LED :).
_________________
Smokey, this is not 'Nam. This is bowling. There are rules.

http://twitter.com/GKardolus
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum