wifi problem... - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: wifi problem... (/showthread.php?tid=1267) Pages:
1
2
|
wifi problem... - millerose23 - 12-13-2014 Hello and thnx for sharing with me that great and free linux edition...!! I have the following problem with my wifi card...i can see all available wifi networks but i cant connect..any idea?(I use TL-WN8200ND wifi card) Re: wifi problem... - bitsnpcs - 12-13-2014 Post #2 here offers some advice for fixes http://ubuntuforums.org/showthread.php?t=2244069 Although, here says there are no working fixes for this with Linux OS. https://github.com/pvaret/rtl8192cu-fixes/issues/19 Re: wifi problem... - rokytnji - 12-13-2014 A inxi -F does wonders when asking for help. Cntrl+Alt+t to open a terminal Code: inxi -F a Code: sudo ifconfig -a readout does not hurt your cause when asking for wifi help also as well as a Code: rfkill list Re: wifi problem... - millerose23 - 12-15-2014 Really tnx for your help guys...i really appriciate! a)inxi F command Quote:ipconfig -a command ifconfig -a Quote:eth0 Link encap:Ethernet HWaddr --:--:--:--:--:--rfkill list Quote:0: phy0: Wireless LAN Re: wifi problem... - rokytnji - 12-15-2014 Quote:wifi card wlan0 which is your wireless is showing up. Your keyboard and bios and operating system is not blocking wifi. You threw me off with wireless card. Which I guess it is not (inxi would have shown it if it was a card) so now. Code: sudo lsusb -v with the wireless adapter hooked up and a fresh boot. Also a Code: sudo dmesg | less you're running the dmesg command and then giving the output to the less command. (thats what the "|" does) the less command receives that output and allows you to browse through it with the arrow keys. So far I see nothing blocking your wifi connection at all. Re: wifi problem... - millerose23 - 12-15-2014 to do Re: wifi problem... - millerose23 - 12-15-2014 tnx again for responding!!! i just upload a file... [attachment deleted by admin, more than 25 days old] Re: wifi problem... - rokytnji - 12-15-2014 Quote:[ 264.765661] usb 1-4: New USB device found, idVendor=2357, idProduct=0100 Well, that is what is stopping wifi. I see no firmware missing messages. rtl8i92CU is the driver powering you wireless N usb dongle. I see a mobile phone also. Maybe a conflict between the desktop trying to use the mobile phone wireless and your wireless usb , but me being in Texas. I can't tell. It seemed to me that the phone showed its own wireless interface as "usb0" in "ifconfig -a" previous readout. Frankly I am stumped a little with the many port usb hub you are using listed as usb 1.1. So I am wondering if a hardware fault is what is going on here. Like if you have the wireless usb dongle plugged into the hub and the hub is interfering with the connection. Just in case wireless firmware is missing Code: sudo dmesg | grep firmware Re: wifi problem... - millerose23 - 12-15-2014 no matters for now what device i have plugged in...couse if i disable my phone..nothing change... sudo dmesg | grep firmware this command give empty output... really tnx again for your answer and sorry for my sad english!! Re: wifi problem... - rokytnji - 12-15-2014 Empty message on dmesg grep firmware means no firware requested or missing. If something would have been spit out. Then firmware missing would have shown. No message. No missing firmware. http://ubuntuforums.org/showthread.php?t=2219037&p=13001798#post13001798 That post was dated in April and is relevant since Linux Lite is based on Ubuntu 14.04 Truthfully. I have not used ndis-gtk in ages. https://www.youtube.com/watch?v=hH-4u9x0e-Y&html5=1 Here is the download link for your Windows wireless drivers to use in ndiswrapper or ndis-gtk. http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PFid=48&Level=5&Conn=4&ProdID=277 Here is what kernel.org has to say. http://wireless.kernel.org/en/users/Drivers/rtl819x With that amount of info I could get that working on my box here in Texas. But because I am so far away. I cannot seem to help you much further on this issue. Maybe some other member can assist in this. Sorry Man. I tried. :-[ |