2022/02/14

WLAN-Problem mit Lubuntu 20.04 auf Acer Aspire ES1-111 series

Lubuntu 20.04 ist auf dem Notebook Acer Aspire ES1-111 series installierbar. Allerdings hat man WLAN-Problem. Zur WLAN-Verbindung braucht man den Treiber für den Chipsatz BCM43xx nachzuinstallieren;

Um eine Karte zu identifizieren, die vor dem Kauf in Ihrem Computer installiert war, öffnen Sie bitte ein Terminal und führen Sie Folgendes aus:

lspci -vvnn | grep -A 9 Network 

für Network controller 

    Chip ID                                                            Treiber
    BCM 4306 (rev 03), 4311, 4312, 4318, 4322, 
             4331, 43224 and 43225                                b43            
    BCM 4301, 4306 (rev 02), and 4309                     b43legacy
    BCM 4313, 43224 and 43225                                brcmsmac
    BCM 4329, 4330, 4334, 4335, 4354, 43143, 
             43241, and 43362                                         brcmfmac
    BCM 43143, 43242, 43566, and 43569                 brcmfmac
    BCM 4320                                                              rndis_wlan
    für alle                                                                    ndiswrapper

# Kommando der Informationen über WLAN-Verbinbung (Hier das Interface: wlan0)

      sudo iwconfig dhclient wlan0  

# Install Broadcom STA driver for BCM43227:

sudo apt-get update sudo apt-get install --reinstall linux-headers-generic build-essential dkms bcmwl-kernel-source sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma sudo modprobe wl

# To install net-tools for the command ifconfug.

sudo apt-get install net-tools 
# Connect (press Fn+F3 to enable wifi if necessary first):
   (hier als Beispiel Interface: wlan0, Netzwerkname: MYSSID und Passwort: MyWifiPwd)
sudo ifconfig wlan0 up sudo iwlist wlan0 scanning sudo iwconfig wlan0 essid MYSSID key s:MyWifiPwd sudo dhclient wlan0 

Referenzen 

 

 

 


2022/02/05

Debian 11.2 on Asus Eee PC 901

Lubuntu19.04で32-bit architecture のサポート終了 (参照1)

Eee PC 901 のOSは Lubuntu 18.04 LTS。サポートは2021年4月まで。(参照2) Ubuntu ではバージョン19.04で32-bit architecture のサポートを終了する。だからUbuntuをベースにしている Lubuntu も19.04 で32-bit architecture のサポートを終了することになる。Ubuntuをベースにしている他の Linux (Linux-distribution) もいずれ32-bit architecture のサポートを終了することになる。Ubuntuをベースにしている Linux は多い。

Debian 11.2

32-bit architecture をサポートしているLinuxはまだいくつもあるが、今回はEee PC 901 にDebian 11を選ぶ。理由はDebian 11のLive-CDではWLAN以外はちょっともっさりしているが問題なく動くから。WLANなら non-free firmware packagesをインストールすれば使えるようになる。(参照3)

インストール

firmware-11.2.0-i386-DVD-1.iso を使用する。これならdebian11.2と一緒にfirmwareもインストール されるので、後からコンパイルする必要ない。(参照4)インストール手順はDebianInstaller (参照5) が参考になるかな。

 

参照

  1.  Intel 32bit packages on Ubuntu from 19.10 onwards
  2.  Lubuntu 18.04 LTS (Bionic Beaver) Released! 
  3.  Debian EeePC Model 901
  4.  Firmware
  5.  DebianInstaller 













Debian 11.2 + firmware
https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.2.0+nonfree/i386/iso-dvd/

Installing with the Debian-Installer
https://www.debian.org/devel/debian-installer/index.en.html 

firmware-11.2.0-i386-DVD-1.iso