General TC > Tiny Core Netbooks
Wifi Setup on a HP Laptop running TinyCore 11.1 (64 bit)
RYTCL:
Ubuntu - nmcli - command-line tool for controlling NetworkManager
$> nmcli
--- Code: ---wlp2s0f0: connected to A.RY.NETGEAR.2.4G
"Ralink RT3290 1T/1R"
wifi (rt2800pci), 74:29:AF:24:3B:87, hw, mtu 1500
ip4 default
inet4 192.168.1.44/24
route4 0.0.0.0/0
route4 192.168.1.0/24
route4 169.254.0.0/16
inet6 fe80::a3ae:9f16:ce63:de6/64
route6 fe80::/64
route6 ff00::/8
enp4s0: unavailable
"Realtek RTL810xE"
ethernet (r8169), 38:63:BB:E6:A7:E0, hw, mtu 1500
lo: unmanaged
"lo"
loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
DNS configuration:
servers: 192.168.1.1
domains: RRR
interface: wlp2s0f0
--- End code ---
Juanito:
The firmware-ralinkwifi extension provides rt3290.bin, which I would guess is the firmware for your device.
Try this after reboot:
--- Code: ---$ tce-load -i firmware-ralinkwifi wifi
$ dmesg | tail -20
--- End code ---
..and check if you see a message about loading firmware.
If not, try this:
--- Code: ---$ sudo rfkill list all
--- End code ---
RYTCL:
1) Removed all WiFI Firmware.TCZ & WiFi.tcz from the onboot and rebooted the machine.
2) Installed rfkill.tcz through $> tce-ab
3) captured dmesg into a log file
$> dmesg > dmesg.1
4) Load extensions
$> tce-load -i firmware-ralinkwifi.tcz wifi.tcz
5) captured dmesg into a log file
$> dmesg > dmesg.2
6) DMESG analysis - no new lines added after installing extensions
7) Run RFKILL
$> sudo rfill list all
No output
I have the showapps pause bootcodes in my Grub Menu.
I see the following error message immediately after listing all the extensions:
udevd[183] : unknown key 'RUN{program}' in /etc/udev/rules.d/73-seat-late.rules:17
Is it possible to see the boot messages in some log file once the GUI window manager shows up ?
Rich:
Hi RYTCL
--- Quote from: RYTCL on November 25, 2020, 09:07:06 AM --- ... I see the following error message immediately after listing all the extensions:
udevd[183] : unknown key 'RUN{program}' in /etc/udev/rules.d/73-seat-late.rules:17 ...
--- End quote ---
I just fixed that. Update your system and it will go away:
--- Code: ---tce-audit builddb
tce-audit updatedeps
tce-audit fetchmissing
tce-update
--- End code ---
Then click the Exit icon and select reboot.
RYTCL:
--- Quote from: Rich on November 25, 2020, 09:36:25 AM ---Hi RYTCL
--- Quote from: RYTCL on November 25, 2020, 09:07:06 AM --- ... I see the following error message immediately after listing all the extensions:
udevd[183] : unknown key 'RUN{program}' in /etc/udev/rules.d/73-seat-late.rules:17 ...
--- End quote ---
I just fixed that. Update your system and it will go away:
--- Code: ---tce-audit builddb
tce-audit updatedeps
tce-audit fetchmissing
tce-update
--- End code ---
Then click the Exit icon and select reboot.
--- End quote ---
Error message disappeared. Thanks.... 8)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version