Opened 10 years ago
Closed 10 years ago
#11241 closed bug (invalid)
Wifi not working in hrev47851 was working in alpha4
Reported by: | lalit | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Network & Internet/Wireless | Version: | R1/Development |
Keywords: | wifi | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
I am using Sony VAIO VGN-FW11E. It was working fine in Alpha4. Now it is saying "Couldn't not join wireless Network: Symbol not Found." It is adapter /dev/net/iprowifi4965/0. I also install install-wifi-firmware but no difference.
Attachments (1)
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
runtime_loader: /boot/common/bin/wpa_supplicant: Could not resolve symbol 'start_watching_network__FUlPC8BHandlerPC7BLooper' runtime_loader: /boot/common/bin/wpa_supplicant: Troubles relocating: Symbol not found
You're not supposed to have /boot/common
folder by default. It looks like an older version of wpa_supplicant loads instead of the one in /system/bin
. So try to remove/zip /boot/common
and try again.
comment:3 by , 10 years ago
After deleting /boot/common, it is working now. Only problem is I need to select the network everytime after boot. It was happening in alpha4 also. Only difference is it is remembering the password now.
Anyway thanks a lot.
comment:4 by , 10 years ago
Check "Automatically connecting to a wireless network" of the manual https://www.haiku-os.org/guides/daily-tasks/wireless
comment:5 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please attach a copy of syslog after that happens.