[Kernel-packages] [Bug 1961395] Re: I am using ZEB-USB150WF1 for external wifi adapter in raspberry pi with Ubuntu server but I am not finding the adpater. It should show wlan1 for external adapter.

2022-02-18 Thread Juerg Haefliger
This wifi adapter is not supported by the kernel. The driver is not even
in upstream linux.

You can try the driver from https://github.com/kelebek333/rtl8188fu.
There is a DKMS package available but it fails to compile:

$ sudo add-apt-repository ppa:kelebek333/kablosuz
$ sudo apt install linux-headers-raspi rtl8188fu-dkms
...
Building for 5.4.0-1053-raspi
Building initial module for 5.4.0-1053-raspi
Error! Bad return status for module build on kernel: 5.4.0-1053-raspi (aarch64)
Consult /var/lib/dkms/rtl8188fu/4.3.23.6~ppa/build/make.log for more 
information.
dpkg: error processing package rtl8188fu-dkms (--configure):
 installed rtl8188fu-dkms package post-installation script subprocess returned 
error exit status 10
Errors were encountered while processing:
 rtl8188fu-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)


The Makefile seems to be broken. After the above, you can compile the driver 
like so:

$ sudo ARCH=arm64 dkms build rtl8188fu/4.3.23.6~ppa

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
'make' all 
KVER=5.4.0-1053-raspi
cleaning build area...

DKMS: build completed.


And then install it:

$ sudo ARCH=arm64 dkms install rtl8188fu/4.3.23.6~ppa

rtl8188fu.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.4.0-1053-raspi/updates/dkms/

depmod...

DKMS: install completed.


The load the driver:

$ sudo modprobe rtl8188fu

** Changed in: linux-raspi (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1961395

Title:
  I am using ZEB-USB150WF1 for external wifi adapter in raspberry pi
  with Ubuntu server but I am not finding the adpater. It should show
  wlan1 for external adapter.

Status in linux-raspi package in Ubuntu:
  Invalid

Bug description:
  I am using Zerbronics ZEB-USB150WF1 for external wifi adapter in
  Raspberry pi 3B+ with Ubuntu server but I am not seeing the adapter
  for that. What could be the reason?

  USB adapter is detected by the OS :
  lsusb

  Bus 001 Device 004: ID 0461:0010 Primax Electronics, Ltd HP PR1101U / Primax 
PMX-KPR1101U Keyboard
  Bus 001 Device 005: ID 0bda:f179 Realtek Semiconductor Corp.
  Bus 001 Device 006: ID 0424:7800 Microchip Technology, Inc. (formerly SMSC)
  Bus 001 Device 003: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) 
USB 2.0 Hub
  Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) 
USB 2.0 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  but adapter is not showing
  ip a

  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
  valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
  valid_lft forever preferred_lft forever
  2: eth0:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
  link/ether b8:27:eb:39:12:6e brd ff:ff:ff:ff:ff:ff
  inet 192.168.0.104/24 brd 192.168.0.255 scope global dynamic eth0
  valid_lft 85111sec preferred_lft 85111sec
  inet6 fe80::ba27:ebff:fe39:126e/64 scope link
  valid_lft forever preferred_lft forever
  3: wlan0:  mtu 1500 qdisc noop state DOWN group default 
qlen 1000
  link/ether b8:27:eb:6c:47:3b brd ff:ff:ff:ff:ff:ff

  It should show wlan1 for external adqapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-raspi 5.4.0.1052.86
  ProcVersionSignature: User Name 5.4.0-1052.58-raspi 5.4.162
  Uname: Linux 5.4.0-1052-raspi aarch64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.4.0-1052-raspi.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/pcmC1D0p', '/dev/snd/controlC0', 
'/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  CasperMD5CheckResult: skip
  Date: Fri Feb 18 08:47:50 2022
  ImageMediaBuild: 20210819.1
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci:
   
  Lspci-vt: -[:00]-
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 simple
   1 BCM2708 FB
  ProcKernelCmdLine: 

[Kernel-packages] [Bug 1961395] Re: I am using ZEB-USB150WF1 for external wifi adapter in raspberry pi with Ubuntu server but I am not finding the adpater. It should show wlan1 for external adapter.

2022-02-18 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux-raspi (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1961395

Title:
  I am using ZEB-USB150WF1 for external wifi adapter in raspberry pi
  with Ubuntu server but I am not finding the adpater. It should show
  wlan1 for external adapter.

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  I am using Zerbronics ZEB-USB150WF1 for external wifi adapter in
  Raspberry pi 3B+ with Ubuntu server but I am not seeing the adapter
  for that. What could be the reason?

  USB adapter is detected by the OS :
  lsusb

  Bus 001 Device 004: ID 0461:0010 Primax Electronics, Ltd HP PR1101U / Primax 
PMX-KPR1101U Keyboard
  Bus 001 Device 005: ID 0bda:f179 Realtek Semiconductor Corp.
  Bus 001 Device 006: ID 0424:7800 Microchip Technology, Inc. (formerly SMSC)
  Bus 001 Device 003: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) 
USB 2.0 Hub
  Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) 
USB 2.0 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  but adapter is not showing
  ip a

  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
  valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
  valid_lft forever preferred_lft forever
  2: eth0:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
  link/ether b8:27:eb:39:12:6e brd ff:ff:ff:ff:ff:ff
  inet 192.168.0.104/24 brd 192.168.0.255 scope global dynamic eth0
  valid_lft 85111sec preferred_lft 85111sec
  inet6 fe80::ba27:ebff:fe39:126e/64 scope link
  valid_lft forever preferred_lft forever
  3: wlan0:  mtu 1500 qdisc noop state DOWN group default 
qlen 1000
  link/ether b8:27:eb:6c:47:3b brd ff:ff:ff:ff:ff:ff

  It should show wlan1 for external adqapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-raspi 5.4.0.1052.86
  ProcVersionSignature: User Name 5.4.0-1052.58-raspi 5.4.162
  Uname: Linux 5.4.0-1052-raspi aarch64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.4.0-1052-raspi.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/pcmC1D0p', '/dev/snd/controlC0', 
'/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  CasperMD5CheckResult: skip
  Date: Fri Feb 18 08:47:50 2022
  ImageMediaBuild: 20210819.1
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci:
   
  Lspci-vt: -[:00]-
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 simple
   1 BCM2708 FB
  ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=1 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 
bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 
vc_mem.mem_base=0x3ec0 vc_mem.mem_size=0x4000  net.ifnames=0 
dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=LABEL=writable 
rootfstype=ext4 elevator=deadline rootwait fixrtc quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1052-raspi N/A
   linux-backports-modules-5.4.0-1052-raspi  N/A
   linux-firmware1.187.26
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux-raspi
  StagingDrivers: bcm2835_v4l2 vc_sm_cma bcm2835_mmal_vchiq snd_bcm2835 
bcm2835_codec bcm2835_isp
  UpgradeStatus: No upgrade log present (probably fresh install)
  acpidump:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1961395/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp