Re: installer can't detect my usb adapter

2023-01-02 Thread Timothy M Butterworth
On Mon, Jan 2, 2023 at 7:55 PM lou  wrote:

> On 1/3/23 08:41, Timothy M Butterworth wrote:
>
> >
> >
> > Which installation medium are you using? I have a RealTek WiFi adapter
> > and it requires the non-free installer for binary blobs to work.
> >
> >
> https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.6.0+nonfree/amd64/iso-dvd/
> >
> > Tim
> >
> Thank Tim, i use debian-11.6.0-amd64-netinst.iso, i don't use unofficial
> images
>
> non-free is an official image and it is merging with the free installer
for Bookworm.


> after recognition it shall prompt me for non-free firmware, but it can't
> recognize it
>
>

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: installer can't detect my usb adapter

2023-01-02 Thread David Wright
On Tue 03 Jan 2023 at 08:52:07 (+0800), lou wrote:
> On 1/3/23 08:41, Timothy M Butterworth wrote:
> > 
> > Which installation medium are you using? I have a RealTek WiFi
> > adapter and it requires the non-free installer for binary blobs to
> > work.
> > 
> > https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.6.0+nonfree/amd64/iso-dvd/
> > 
> Thank Tim, i use debian-11.6.0-amd64-netinst.iso, i don't use
> unofficial images
> 
> after recognition it shall prompt me for non-free firmware, but it
> can't recognize it

One approach you might be able to use is to copy the firmware that
buster is using and place it in the equivalent location in your
bullseye.

For example, my NIC uses (as seen by dmesg):

  r8169 :03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-2.fw

and my old buster installation on this machine has that file at:

  $ ls -l /buster/lib/firmware/rtl_nic/rtl8168g-2.fw 
  -rw-r--r-- 1 root root 4896 Aug 22  2019 
/buster/lib/firmware/rtl_nic/rtl8168g-2.fw
  $ 

(/buster is where I mounted the old buster root filesystem,
readonly, when bullseye is running.)

My bullseye has:

  $ ls -l /lib/firmware/rtl_nic/rtl8168g-2.fw 
  -rw-r--r-- 1 root root 4896 Jul 25  2021 /lib/firmware/rtl_nic/rtl8168g-2.fw
  $ 

and cmp shows that the two versions are identical, despite the timestamps.

Just take care to create any subdirectories required (like the rtl_nic
here).

Cheers,
David.



Re: installer can't detect my usb adapter

2023-01-02 Thread lou

On 1/3/23 08:41, Timothy M Butterworth wrote:




Which installation medium are you using? I have a RealTek WiFi adapter 
and it requires the non-free installer for binary blobs to work.


https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.6.0+nonfree/amd64/iso-dvd/

Tim

Thank Tim, i use debian-11.6.0-amd64-netinst.iso, i don't use unofficial 
images


after recognition it shall prompt me for non-free firmware, but it can't 
recognize it




Re: installer can't detect my usb adapter

2023-01-02 Thread Timothy M Butterworth
On Mon, Jan 2, 2023 at 7:35 PM lou  wrote:

> i have realtek 8188eus usb adapter, it works in buster
>
> but after reboot, it can't be recognized, i have to unplug and plug usb
> adapter to help detection. this isn't big inconvenience for me because i
> rarely reboot
>
> my problem is bullseye installer can't detect it even after i unplug and
> plug it. i run "modprobe r8188eu" in installer's terminal, it doesn't
> help detection. lsusb command doesn't exist. if wifi isn't setup by
> installer, then i am unable to setup it after installation because of
> some debian bug
>
>
Which installation medium are you using? I have a RealTek WiFi adapter and
it requires the non-free installer for binary blobs to work.

https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.6.0+nonfree/amd64/iso-dvd/

Tim

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀