Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with WLAN #796

Open
scritrolf opened this issue Nov 4, 2023 · 8 comments
Open

Problems with WLAN #796

scritrolf opened this issue Nov 4, 2023 · 8 comments

Comments

@scritrolf
Copy link

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:

  • All WIRELESS_* entries commented out in thinstation.conf.buildtime: The soon-to-be thinclient boots up in a couple of seconds and on the terminal, I can populate /etc/wpa.conf and run wpa_supplicant manually which established a connection to the network I configured
  • All WIRELESS_* entries (show below) in thinstation.conf.buildtime: The soon-to-be-thinclient boots up, shows the splash, gets to approx 60% of the progress bar, stays there for 1-2 minutes, continues to about 90% of the progress bar where it hangs indefinitely. I cannot debug this as altough I loaded debug modules, disabled boot splash, and set haltonerror to false, I don't get a console anywhere.
    Here's the relevant config:
    WIRELESS_ESSID="MYESSID"
    WIRELESS_NWID=""
    WIRELESS_MODE="Managed"
    #WIRELESS_FREQ=""
    #WIRELESS_CHANNEL=""
    #WIRELESS_SENS=""
    #WIRELESS_RATE=""
    #WIRELESS_RTS=""
    #WIRELESS_FRAG=""
    WIRELESS_IWCONFIG=""
    WIRELESS_IWSPY=""
    WIRELESS_IWPRIV=""
    WIRELESS_WPAKEY="MYWPAPASSWORD"

Any ideas?

@Doncuppjr
Copy link
Contributor

Doncuppjr commented Nov 4, 2023 via email

@Doncuppjr
Copy link
Contributor

Doncuppjr commented Nov 4, 2023 via email

@scritrolf
Copy link
Author

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
Copy link
Author

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
Copy link
Contributor

Doncuppjr commented Nov 5, 2023 via email

@scritrolf
Copy link
Author

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
Copy link
Contributor

Doncuppjr commented Nov 5, 2023 via email

@scritrolf
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants