General TC > Tiny Core Netbooks

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

<< < (6/15) > >>

Juanito:
wireless-KERNEL=wireless-5.4.3-tinycore64

Did you try "sudo modprobe rt2800pci"?

RYTCL:
$> sudo modprobe rtl2800pci

no output

Is there a wireless-kernel.tcz module - I could not find one in 11.1 64 bit TCZ folder

Juanito:
After "sudo modprobe rtl2800pci" you need to look at "lsmod" and "dmesg"

RYTCL:
I do see some rt2800 lines in LSMOD,   but no new messages in DMESG. dmesg.3 attachment included...

Is RT2800, the equivalent driver for RaLink RT3290 card for my laptop ?


--- Code: ---~> lsmod

Module                  Size  Used by    Not tainted
rt2800pci              12288  0
rt2800mmio             12288  1 rt2800pci
rt2800lib              86016  2 rt2800pci,rt2800mmio
rt2x00mmio             12288  2 rt2800pci,rt2800mmio
rt2x00pci              12288  1 rt2800pci
rt2x00lib              28672  5 rt2800pci,rt2800mmio,rt2800lib,rt2x00mmio,rt2x00pci
mac80211              274432  3 rt2800lib,rt2x00pci,rt2x00lib
cfg80211              208896  2 rt2x00lib,mac80211
eeprom_93cx6           12288  1 rt2800pci
cpufreq_userspace      12288  0
cpufreq_conservative    12288  0
cpufreq_powersave      12288  0
squashfs               32768  0
zstd_decompress        65536  1 squashfs
wmi_bmof               12288  0
rtsx_pci_ms            12288  0
mei_hdcp               12288  0
hp_wmi                 12288  0
memstick               12288  1 rtsx_pci_ms
rtsx_pci_sdmmc         16384  0
mmc_core               73728  1 rtsx_pci_sdmmc
realtek                16384  0
r8169                  57344  0
video                  32768  0
backlight              12288  1 video
battery                16384  0
lpc_ich                20480  0
pcspkr                 12288  0
xhci_pci               12288  0
xhci_hcd               94208  1 xhci_pci
ac                     12288  0
wmi                    16384  2 wmi_bmof,hp_wmi
mei_txe                16384  1
mei                    40960  3 mei_hdcp,mei_txe
rtsx_pci               36864  2 rtsx_pci_ms,rtsx_pci_sdmmc
intel_vbtn             12288  0
sparse_keymap          12288  2 hp_wmi,intel_vbtn
loop                   20480  0
hp_wireless            12288  0

--- End code ---

Rich:
Hi RYTCL
When extensions have the text  KERNEL  as part of their name, KERNEL is a symbol representing the kernel version you are
currently running. When  tce-load  encounters the  KERNEL  symbol, it replaces it with the output of this command:

--- Code: ---uname -r
--- End code ---
which in your case would return  5.4.3-tinycore64.  So  wireless-KERNEL.tcz  becomes  wireless-5.4.3-tinycore64.tcz

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version