Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help new install debian via WiFi

18 views
Skip to first unread message

황병희

unread,
Sep 13, 2021, 8:30:04 AM9/13/21
to
hellow

i did buy new notebook thinkpad ryzen.
and there is samsung galaxy phone (android).
this phone is internet router of my home.

and i am writing letter another chromebook.
this chromebook have debian 11 under chrome os.
this debian 11 is easy to connect internet.
because chrome os is detecting WiFi auto with easy.

ok man again i have to say my work in progress.

i have new another notebook that is thinkpad (not chromebook).
and i have one usb stick.
i downloaded mini.iso file.
and i put mini.iso in usb stick as follow commands:

#+begin_src: sh
$ sudo cp mini.iso /dev/sda1
$ sudo sync
#+end_src

then i did try to boot with usb stick on thinkpad notebook.

and that showed well the some configs such as lang/contry/keyboard
but faild to detacting internet zone.
that did to try searching some DHCP thing all the time.
fail and fail and so on...

so i did open chromebook and Gnus.

How can i connect WiFi zone (not DHCP) at new install (Debian 11)?


Sincerely, Byung-Hee from South Korea

Stanislav Vlasov

unread,
Sep 13, 2021, 8:40:04 AM9/13/21
to
2021-09-13 17:28 GMT+05:00, 황병희 <soye...@doraji.xyz>:

> How can i connect WiFi zone (not DHCP) at new install (Debian 11)?

Try https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/
It's help me on Lenovo netbook and many HP servers.

--
Stanislav

Eduardo M KALINOWSKI

unread,
Sep 13, 2021, 8:40:05 AM9/13/21
to
On 13/09/2021 09:28, 황병희 wrote:
> and i put mini.iso in usb stick as follow commands:
>
> #+begin_src: sh
> $ sudo cp mini.iso /dev/sda1

That should have been /dev/sda, but since you said the installer booted
and started, I assume it's just a typo.

> $ sudo sync
> #+end_src
>
> then i did try to boot with usb stick on thinkpad notebook.
>
> and that showed well the some configs such as lang/contry/keyboard
> but faild to detacting internet zone.
> that did to try searching some DHCP thing all the time.
> fail and fail and so on...
>
> so i did open chromebook and Gnus.
>
> How can i connect WiFi zone (not DHCP) at new install (Debian 11)?

Try the installer with non-free firmware, pretty much all Wi-Fi cards
require non-free firmware:
https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/


--
'Back in the USSR' musica dos Beatles, por John Lenin e Ringo Stalin.

Eduardo M KALINOWSKI
edu...@kalinowski.com.br

황병희

unread,
Sep 13, 2021, 8:50:05 AM9/13/21
to
Hellow! Eduardo^^^

Eduardo M KALINOWSKI <edu...@kalinowski.com.br> writes:

> Try the installer with non-free firmware, pretty much all Wi-Fi cards
> require non-free firmware:
> https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/

Wow you are my hero!
How can i input the file into *the usb stick*?

With no error, i did download firmware-11.0.0-amd64-netinst.iso.
(My file system is Chrome OS that have linux shell and commands)

Thanks in advance,

Eduardo M KALINOWSKI

unread,
Sep 13, 2021, 9:00:06 AM9/13/21
to
On 13/09/2021 09:45, 황병희 wrote:
> Hellow! Eduardo^^^
>
> Eduardo M KALINOWSKI <edu...@kalinowski.com.br> writes:
>
>> Try the installer with non-free firmware, pretty much all Wi-Fi cards
>> require non-free firmware:
>> https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/
>
> Wow you are my hero!
> How can i input the file into *the usb stick*?
>
> With no error, i did download firmware-11.0.0-amd64-netinst.iso.
> (My file system is Chrome OS that have linux shell and commands)

The same way you copied the other installed: just cp the file to the
drive. Something like

# cp firmware-11.0.0-amd64-netinst.iso /dev/sdX

Substitute sdX for the device your USB drive gets assigned. Be sure to
use the whole drive, not a partition.


--
Eduardo M KALINOWSKI
edu...@kalinowski.com.br

Andrei POPESCU

unread,
Sep 13, 2021, 9:50:04 AM9/13/21
to
On Lu, 13 sep 21, 21:28:24, 황병희 wrote:
>
> i have new another notebook that is thinkpad (not chromebook).
> and i have one usb stick.
> i downloaded mini.iso file.
> and i put mini.iso in usb stick as follow commands:
>
> #+begin_src: sh
> $ sudo cp mini.iso /dev/sda1
> $ sudo sync
> #+end_src
>
> then i did try to boot with usb stick on thinkpad notebook.
>
> and that showed well the some configs such as lang/contry/keyboard
> but faild to detacting internet zone.
> that did to try searching some DHCP thing all the time.
> fail and fail and so on...
>
> so i did open chromebook and Gnus.
>
> How can i connect WiFi zone (not DHCP) at new install (Debian 11)?

Hello,

When you copied the mini.iso to the stick it should have created a FAT
partition that you can use to provide the necessary firmware to the
installer, e.g. this file:

https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/bullseye/current/firmware.tar.gz

Just unplug and replug the stick and the partition should show up.

Hope this help,
Andrei
--
http://wiki.debian.org/FAQsFromDebianUser
signature.asc

황병희

unread,
Sep 14, 2021, 2:40:05 AM9/14/21
to
Eduardo M KALINOWSKI <edu...@kalinowski.com.br> writes:

> On 13/09/2021 09:45, 황병희 wrote:
>> Hellow! Eduardo^^^
>> Eduardo M KALINOWSKI <edu...@kalinowski.com.br> writes:
>>
>>> Try the installer with non-free firmware, pretty much all Wi-Fi cards
>>> require non-free firmware:
>>> https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/
>> Wow you are my hero!
>> How can i input the file into *the usb stick*?
>> With no error, i did download firmware-11.0.0-amd64-netinst.iso.
>> (My file system is Chrome OS that have linux shell and commands)
>
> The same way you copied the other installed: just cp the file to the
> drive. Something like
>
> # cp firmware-11.0.0-amd64-netinst.iso /dev/sdX
>
> Substitute sdX for the device your USB drive gets assigned. Be sure to
> use the whole drive, not a partition.

Thank you very so much all guys!
Eduardo, Stanislav, Andrei, thanks thanks thanks!

Here are the last screenshots:
http://forum.ubuntu-kr.org/viewtopic.php?f=15&t=31119&p=130056&sid=cbfeb3d3e0982466ae84f1b6bd42255a#p130056
0 new messages