Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
775 stars 188 forks source link

Problems with WLAN #796

Open scritrolf opened 8 months ago

scritrolf commented 8 months ago

Hello all, I greatly appreciate this project and so far had lots of fun with the rather lower levels of linux deployments :) I cannot get the wifi to work, however. There's two scenarios:

Any ideas?

Doncuppjr commented 8 months ago

I think you only need MODE ESSID and WPAKEY Possibly the WEXT line

Sent from Yahoo Mail for iPhone

On Saturday, November 4, 2023, 12:52 PM, scritrolf @.***> wrote:

Hello all, I greatly appreciate this project and so far had lots of fun with the rather lower levels of linux deployments :) I cannot get the wifi to work, however. There's two scenarios:

Any ideas?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Doncuppjr commented 8 months ago

This is example that I use often

thinstation/ts/build/conf/octoprint/thinstation.conf.buildtime at 6.2-Stable · Thinstation/thinstation 

|

thinstation/ts/build/conf/octoprint/thinstation.conf.buildtime at 6.2-Stable · Thinstation/thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients. - Thinstation/thinstation | |

|

|

Sent from Yahoo Mail for iPhone

On Saturday, November 4, 2023, 12:52 PM, scritrolf @.***> wrote:

Hello all, I greatly appreciate this project and so far had lots of fun with the rather lower levels of linux deployments :) I cannot get the wifi to work, however. There's two scenarios:

Any ideas?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

scritrolf commented 8 months ago

Thanks for the very quick reply. I tried the config you mentioned but it's still getting stuck at about 90% of the progress bar of the splash screen. Here's the config files I'm using right now: https://scrit-my.sharepoint.com/:u:/g/personal/rolf_scr-it_de/ETNksjSd_aFFkRQ4mFfJhBwBK485WwBrEJ62yuSLkTy3jw?e=HtShIi

Booting from an USB Image written with mkmbrdrive btw...

Do you have any tips on how I could actually see what the kernel does when it's stuck? I tried the things mentioned in the wiki and also tried to mount /var/ from an extra partition on that stick but there's no logs on it.

Best regards,RS

scritrolf commented 8 months ago

Finally managed to make the boot process visible (via param kernelcmdline "loglevel=7" , param bootlogo false, param splash 0) but now I see the place where it stalls at first is when loading the bluetooth module. What could be the reason for this?

Doncuppjr commented 8 months ago

Idk, We never implemented Bluetooth. You can drop the module.

Sent from Yahoo Mail for iPhone

On Saturday, November 4, 2023, 5:38 PM, scritrolf @.***> wrote:

Finally managed to make the boot process visible (via param kernelcmdline "loglevel=7" , param bootlogo false, param splash 0) but now I see the place where it stalls at first is when loading the bluetooth module. What could be the reason for this?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

scritrolf commented 8 months ago

Thanks, good idea :) I don't need it anyway. But the boot still stalls. I've no idea what it tries to tell me :( (the messages about the sda partitions are ok, there's a windows on it) ScreenShotIdeapad

Doncuppjr commented 8 months ago

set param kernelcmdline "systemd.show_status=true rd.systemd.show_status=true"

On Sunday, November 5, 2023 at 01:10:22 AM MST, scritrolf ***@***.***> wrote:  

Thanks, good idea :) I don't need it anyway. But the boot still stalls. I've no idea what it tries to tell me :( (the messages about the sda partitions are ok, there's a windows on it)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

scritrolf commented 8 months ago

Thanks!