Driver Wireless for Fujitsu Siemens V5535

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
federicosistema

Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

Goog morning,

I have a notebook Fujitsu Siemens V5535. I have installed here a Linux Mint 13 Maya but I cannot use wifi because the drivers for this are not installed.
I have tryed to install many drivers that I have found in many blogs and forums but the results are not good.
Can you help me?

Thank You very much

Federico
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.
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Please open Terminal from the menu, type this and press Enter:

Code: Select all

inxi -N
It'll show what network adapter the computer has - please post that output here.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

Ok, I have used your instructions.

Terminal says:

Network: Card-1: Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express)
Card-2: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter driver: sis190

Federico
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Did you perhaps blacklist the ath5k driver somewhere? Please remove that blacklist, if there is one. Also, did you perhaps try to install madwifi? Please remove it.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

I tryed to install madwifi and ath5k driver but not good. So must I remove this drivers?
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Please remove the drivers you tried to install, and remove the blacklists you put in there. When you're back at the original situation, please reboot and run these commands, and post the output:

Code: Select all

inxi -Gx
rfkill list
madwifi is an old driver that maybe could get the device working on Linux in the past, but has been superseded by better drivers.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

Output of terminal:

Graphics: Card: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter bus-ID: 01:00.0
X.Org: 1.11.3 driver: N/A Resolution: 1024x768@60.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 0x300) GLX Version: 2.1 Mesa 8.0.4 Direct Rendering: Yes

thank you
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Oops, that was the output for graphics instead of for network, I meant inxi -N. And could you also post the output of rfkill list?
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

inxi -N:

Network: Card-1: Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express)
Card-2: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter driver: sis190

and "rfkill list":

with this comand on Terminal I haven't an output.
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

OK. Does anything happen if you run this in terminal:

Code: Select all

sudo modprobe ath5k
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

No, I run your comand (sudo modprobe ath5k) on Terminal but I haven't an output...
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Ok, but has anything changed after running that? Does inxi -N output show "driver ath5k" behind the wireless card now, and does the network icon show anything when clicking it?
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
eanfrid

Re: Driver Wireless for Fujitsu Siemens V5535

Post by eanfrid »

federicosistema wrote:No, I run your comand (sudo modprobe ath5k) on Terminal but I haven't an output...
modprobe doesn't output anything when the operation went fine.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

If I run your comand on Terminal, don't happen anything.
I have the possibility to create a new connection wifi but notebook doesn't view new connections wifi.
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Could you run these commands (after running sudo modprobe ath5k, in case you had shut down your computer since you previously ran that command):

Code: Select all

iwconfig
dmesg | grep ath
rfkill list
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

utente@utente-ESPRIMO-Mobile ~ $ iwconfig
lo no wireless extensions.

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

eth0 no wireless extensions.

utente@utente-ESPRIMO-Mobile ~ $ dmesg | grep ath
[ 136.157010] ath5k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 136.157026] ath5k 0000:02:00.0: setting latency timer to 64
[ 136.157084] ath5k 0000:02:00.0: registered as 'phy0'
[ 136.654455] ath: EEPROM regdomain: 0x30
[ 136.654461] ath: EEPROM indicates we should expect a direct regpair map
[ 136.654466] ath: Country alpha2 being used: AM
[ 136.654470] ath: Regpair used: 0x30
[ 136.693960] Registered led device: ath5k-phy0::rx
[ 136.693993] Registered led device: ath5k-phy0::tx
[ 136.694007] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
utente@utente-ESPRIMO-Mobile ~ $ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
utente@utente-ESPRIMO-Mobile ~ $
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Ok, that looks much better, we can make this change permanent:

Code: Select all

gksudo gedit /etc/modules
(replace gedit with pluma on Mate editions)

In that text file please put ath5k on a new line.

Do you see any networks when clicking the network icon now?
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
federicosistema

Re: Driver Wireless for Fujitsu Siemens V5535

Post by federicosistema »

No, I dont' see any networks when I click the network icon...
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Driver Wireless for Fujitsu Siemens V5535

Post by AlbertP »

Does it report your network when running sudo iwlist scan?
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
Locked

Return to “Networking”