I’m having troubles connecting to certain sites, Wifi drops connection sometimes and lookups tend to take a long time.
All that worked quite fine before, and my network is stable under Linux (600Mbit connection).
No proxy, standard DNS from my provider / using local 192.168.0.1 as usual.
Now I read in the March update that upstream changes to the iaxwifi driver have been merged, so I suspect it might have caused regressions.
Here’s a syslog from a successful initialization which allows me to go online with WebPositive, but not connect to github:
KERN: iwx: SCAN -> INIT
Last message repeated 1 time
KERN: iwx: SCAN -> AUTH
KERN: iwx: AUTH -> ASSOC
KERN: iwx: ASSOC -> RUN
KERN: /dev/net/iaxwifi200/0: link up, media 0x870080 quality 1000 speed 0
DAEMON 'DHCP': /dev/net/iaxwifi200/0: Send DHCP_REQUEST for 192.168.0.150 to 255.255.255.255:67
DAEMON 'DHCP': /dev/net/iaxwifi200/0: Send DHCP_REQUEST to 255.255.255.255:67
DAEMON 'DHCP': /dev/net/iaxwifi200/0: Send DHCP_DISCOVER to 255.255.255.255:67
DAEMON 'DHCP': /dev/net/iaxwifi200/0: Received DHCP_OFFER from 192.168.0.1
DAEMON 'DHCP': your_address: 192.168.0.150
DAEMON 'DHCP': server: 192.168.0.1
DAEMON 'DHCP': lease time: 86400 seconds
DAEMON 'DHCP': renewal time: 43200 seconds
DAEMON 'DHCP': rebinding time: 75600 seconds
DAEMON 'DHCP': subnet: 255.255.255.0
DAEMON 'DHCP': broadcast: 192.168.0.255
DAEMON 'DHCP': gateway: 192.168.0.1
DAEMON 'DHCP': nameserver[0]: 192.168.0.1
DAEMON 'DHCP': domain name: "telekom.ip"
DAEMON 'DHCP': /dev/net/iaxwifi200/0: Send DHCP_REQUEST for 192.168.0.150 to 255.255.255.255:67
DAEMON 'DHCP': /dev/net/iaxwifi200/0: Received DHCP_ACK from 192.168.0.1
DAEMON 'DHCP': server: 192.168.0.1
DAEMON 'DHCP': lease time: 86400 seconds
DAEMON 'DHCP': renewal time: 43200 seconds
DAEMON 'DHCP': rebinding time: 75600 seconds
DAEMON 'DHCP': subnet: 255.255.255.0
DAEMON 'DHCP': broadcast: 192.168.0.255
DAEMON 'DHCP': gateway: 192.168.0.1
DAEMON 'DHCP': nameserver[0]: 192.168.0.1
DAEMON 'DHCP': domain name: "telekom.ip"
DAEMON 'DHCP': /dev/net/iaxwifi200/0: DHCP status = No error
And here is a problematic session where i had to manually disable/enable wifi via Network prefs (note the “not supported” opcodes in the log):
KERN: openbsd wlan_control: 9235, 78 (not supported)
KERN: [net/iaxwifi200/0] compat_close()
KERN: wlan_close(0xffffffffc4d92008)
KERN: iwx: RUN -> INIT
KERN: [net/iaxwifi200/0] compat_free()
KERN: [net/iaxwifi200/0] compat_open(0x2)
KERN: /dev/net/iaxwifi200/0: link down, media 0x80 quality 1000 speed 0
KERN: iwx: SCAN -> AUTH
KERN: iwx: AUTH -> ASSOC
KERN: iwx: ASSOC -> RUN
KERN: /dev/net/iaxwifi200/0: link up, media 0x870080 quality 1000 speed 0
KERN: openbsd wlan_control: 9235, 78 (not supported)
KERN: openbsd wlan_control: 9235, 16 (not supported)
KERN: iwx: RUN -> INIT
KERN: /dev/net/iaxwifi200/0: link down, media 0x80 quality 1000 speed 0
DAEMON 'DHCP': /dev/net/iaxwifi200/0: Send DHCP_RELEASE to 192.168.0.1:67
Using Haiku/Dev hrev58805 (stuck to that one since I cannot update, Haiku repo is not reachable for me).