Hi,
the upgrade ran well except for two things.(network upgrade)
The wireless is broken - more precisely it seems that the right driver is not loading. I get the 'booting now without full configuration network' notice.
I can connect with an ethernet cable (the connection is very unstable but as I had similar issues with the cable, it is not linked to the wireless issue, nor to the network)
A few CLI outputs : (previously I used the interface wlan0 with the RT2860 RaLink driver)
doesn't return anything.
Nor does $ rfkill list.
/etc/interfaces was reset during the upgrade. So I replaced 'lo' by 'wlan0' to get the following :
But even after reboot, the wireless doesn't work.
wlan0 is nowhere to be seen, same with ifconfig.
How do I make it 'claim' the driver ?
I've checked everything I could think of. Dunno where to search now.
NB: the other issue is the /etc/fstab automounting of my main storage partition that is not working. When booting after upgrade, I got the 'serious errors on your disk, I to ignore, S to skip, M manual recovery'. I skipped everytime. Added a new end line at the end of /etc/fstab, but that was not enough to solve the problem. Removed (#) the line to mount that partition. Now the partition is shown under /media -- I don't know whether it mounts at startup or when I clicked on it, but I can access it when I need. So that can wait I got more time
the upgrade ran well except for two things.(network upgrade)
The wireless is broken - more precisely it seems that the right driver is not loading. I get the 'booting now without full configuration network' notice.
I can connect with an ethernet cable (the connection is very unstable but as I had similar issues with the cable, it is not linked to the wireless issue, nor to the network)
A few CLI outputs : (previously I used the interface wlan0 with the RT2860 RaLink driver)
Code:
$ lspci | grep RT2 04:00.0 Network controller: Ralink corp. RT2860
Code:
$lsmod | grep RT2
Nor does $ rfkill list.
/etc/interfaces was reset during the upgrade. So I replaced 'lo' by 'wlan0' to get the following :
Code:
auto wlan0 iface wlan0 inet loopback
Code:
$ sudo iwconfig lo no wireless extensions. eth0 no wireless extensions.
Code:
$ sudo modprobe rt2860sta FATAL: Module rt2860sta not found.
Code:
$ lshw -C net PCI (sysfs) *-network UNCLAIMED description: Network controller product: RT2860 vendor: Ralink corp. physical id: 0 bus info: pci@0000:04:00.0 version: 00 width: 32 bits clock: 33MHz capabilities: bus_master cap_list configuration: latency=0 resources: memory:d8200000-d820ffff *-network description: Ethernet interface (...)
I've checked everything I could think of. Dunno where to search now.
NB: the other issue is the /etc/fstab automounting of my main storage partition that is not working. When booting after upgrade, I got the 'serious errors on your disk, I to ignore, S to skip, M manual recovery'. I skipped everytime. Added a new end line at the end of /etc/fstab, but that was not enough to solve the problem. Removed (#) the line to mount that partition. Now the partition is shown under /media -- I don't know whether it mounts at startup or when I clicked on it, but I can access it when I need. So that can wait I got more time
Comment