General TC > Tiny Core Netbooks

Wifi Setup on a HP Laptop running TinyCore 11.1 (64 bit)

<< < (5/15) > >>

Juanito:
Does "lsmod" show if the driver for your wifi hardware (rt2800pci?) was loaded?

RYTCL:
Here is the lsmod output

--- Code: ---/$> lsmod
Module                  Size  Used by    Not tainted
cpufreq_conservative    12288  0
cpufreq_powersave      12288  0
cpufreq_userspace      12288  0
squashfs               32768  0
zstd_decompress        65536  1 squashfs
hp_wmi                 12288  0
pcspkr                 12288  0
wmi_bmof               12288  0
video                  32768  0
backlight              12288  1 video
rtsx_pci_sdmmc         16384  0
wmi                    16384  2 hp_wmi,wmi_bmof
mmc_core               73728  1 rtsx_pci_sdmmc
rtsx_pci_ms            12288  0
memstick               12288  1 rtsx_pci_ms
mei_hdcp               12288  0
battery                16384  0
realtek                16384  0
rtsx_pci               36864  2 rtsx_pci_sdmmc,rtsx_pci_ms
intel_vbtn             12288  0
sparse_keymap          12288  2 hp_wmi,intel_vbtn
ac                     12288  0
loop                   20480  0
r8169                  57344  0
xhci_pci               12288  0
xhci_hcd               94208  1 xhci_pci
hp_wireless            12288  0
lpc_ich                20480  0
mei_txe                16384  1
mei                    40960  3 mei_hdcp,mei_txe

--- End code ---

Juanito:
There do not appear to be any wifi drivers loaded.

You can verify that the wireless-KERNEL extension is loaded with:
--- Code: ---$ tce-status -i | grep wireless
--- End code ---

If wireless-KERNEL is loaded, you can try this:
--- Code: ---$ sudo modprobe rt2800pci
--- End code ---
..and then check lsmod and dmesg

Rich:
Hi Juanito
I found this in his Ubuntu dmesg:

--- Code: ---tc@box:~$ grep -E "wlp2s0f0|rt2|80211|02:00.0" .opera-11/temporary_downloads/dmesg.ubuntu
[    1.135971] pci 0000:02:00.0: [1814:3290] type 00 class 0x028000
[    1.136005] pci 0000:02:00.0: reg 0x10: [mem 0x90710000-0x9071ffff]
[    1.136140] pci 0000:02:00.0: PME# supported from D0 D3hot
[    4.956207] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/wpa_supplicant-nl80211@.service
[    7.049144] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.052037] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.236988] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0015 detected
[    7.245501] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 3290 detected
[    7.245561] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    7.720001] rt2800pci 0000:02:00.0 wlp2s0f0: renamed from wlan0
[   11.789939] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
[   11.792261] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
[   13.310515] wlp2s0f0: authenticate with 50:6a:03:ba:48:fb
[   13.312530] wlp2s0f0: send auth to 50:6a:03:ba:48:fb (try 1/3)
[   13.314619] wlp2s0f0: authenticated
[   13.315821] wlp2s0f0: associate with 50:6a:03:ba:48:fb (try 1/3)
[   13.319281] wlp2s0f0: RX AssocResp from 50:6a:03:ba:48:fb (capab=0x1411 status=0 aid=7)
[   13.319371] wlp2s0f0: associated
[   13.375871] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0f0: link becomes ready
tc@box:~$
--- End code ---

The Tinycore dmesg stops after the first 3 lines.

RYTCL:

--- Quote from: Juanito on November 25, 2020, 10:21:32 AM ---There do not appear to be any wifi drivers loaded.

You can verify that the wireless-KERNEL extension is loaded with:
--- Code: ---$ tce-status -i | grep wireless
--- End code ---

If wireless-KERNEL is loaded, you can try this:
--- Code: ---$ sudo modprobe rt2800pci
--- End code ---
..and then check lsmod and dmesg

--- End quote ---

It looks like WIRELESS-KERNEL is not loaded.


--- Code: ---]~> tce-status -i | grep wire
wireless-5.4.3-tinycore64
wireless_tools
~>
~> tce-status -i | grep ral
firmware-ralinkwifi


--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version