Tiny Core Base > CorePlus
wifi lenovo t410. and apps not opening
coreplayer2:
While waiting to hear back regarding the ping and route exercise, I couldn't help notice all the unnecessary erroneous files and conflicting extensions listed in " Onboot.lst "
I strongly recommend a clean up and suggest editing your onbool.lst to this
--- Code: ---aterm.tcz
fltk-1.3.tcz
flwm_topside.tcz
freetype.tcz
imlib2-bin.tcz
imlib2.tcz
libfontenc.tcz
libICE.tcz
libjpeg-turbo.tcz
libpng.tcz
libSM.tcz
libX11.tcz
libXau.tcz
libxcb.tcz
libXdmcp.tcz
libXext.tcz
libXfont.tcz
libXi.tcz
libXmu.tcz
libXpm.tcz
libXrandr.tcz
libXrender.tcz
wbar.tcz
Xlibs.tcz
Xprogs.tcz
Xvesa.tcz
pci-utils.tcz
firmware-rtlwifi.tcz
rtlwifi-4.8.17-tinycore.tcz
wifi.tcz
QtWeb.tcz
glib2.tcz
--- End code ---
Note: firmware-rtlwifi.tcz doesn't need to be listed in "onboot.lst" if "rtlwifi-4.8.17-tinycore.tcz" extension was installed using one of the recommend methods like APPS or tce-load -wi since it is listed in rtlwifi-4.8.17-tinycore.tcz's dep file, but it will not hurt being listed either.
Also, I suggest a reboot between attempting to connect between Ethernet and Wifi.
aime:
Hey Rich
I have taken a screenshot of everything you asked. I will also print the outputs for you as requested.
/etc/resolv.conf:
--- Code: ---search attlocal.net
nameserver 192.168.1.254
--- End code ---
sudo ping -c3 8.8.8.8 :
--- Code: ---tc@box:~$ sudo ping -c3 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=55 time=26.130 ms
64 bytes from 8.8.8.8: seq=1 ttl=55 time=25.200 ms
64 bytes from 8.8.8.8: seq=2 ttl=55 time=25.884 ms
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 25.200/25.738/26.130 ms
--- End code ---
the ping command i printed is different than the screenshot, either way i still have connectivity with ' wifi ' but not the internet or repository.
route -n :
--- Code: ---tc@box:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 wlan0
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
--- End code ---
coreplayer2, i have applied your recommendation.
aime:
I copy and pasted coreplayer2's onboot.lst suggestion and now the wifi works.
Rich, for reference i will give the ping and rout -n outputs, also i will include a screenshot of what my desktop looked like when i first saw your post.
--- Code: ---tc@box:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 wlan0
127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
tc@box:~$ ping -c3 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=1 ttl=55 time=28.780 ms
64 bytes from 8.8.8.8: seq=2 ttl=55 time=25.716 ms
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 2 packets received, 33% packet loss
round-trip min/avg/max = 25.716/27.248/28.780 ms
--- End code ---
aime:
Thank yall for welcoming me to the community in such fantastic fashion. This community is priceless and a true gift, I am fortunate and thankful for the help. I have learned alot from this process and am extremely pleased. Case closed.
Rich:
Hi aime
--- Quote ---192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
--- End quote ---
Having the same IP address assigned to two NICs probably caused some conflict.
Navigation
[0] Message Index
[*] Previous page
Go to full version