OK - can you recommend an AC chipset that is supported?
Posts by blm14
-
-
bump again? Nobody?
-
-
Libreelec 8.1.2 on AMD APU system. I just picked up this wifi card:
ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
And the libreelec configuration app doesn't see it.
Code
Display MoreLibreELEC:~ # lsusb Bus 002 Device 004: ID 7392:a833 Edimax Technology Co., Ltd Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.1WLAN Adapter Bus 005 Device 002: ID 05a4:9881 Ortek Technology, Inc. IR receiver [VRC-1100sta MCE Remote Control] Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code
Display MoreLibreELEC:~ # lsusb -t /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M |__ Port 1: Dev 2, If 0, Class=Hman Interface Device, Driver=usbhid, 1.5M |__ Port 1: Dev 2, If 1, Class=Hman Interface Device, Driver=usbhid, 1.5M |__ Port 2: Dev 4, If 0, Class=Vendor Specific Class, Driver=rtl8192cu, 480M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/4p, 12M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/4p, 12M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/4p, 480M |__ Port 1: Dev 4, If 0, Class=Vendor Specific Class, Driver=, 480M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/4p, 480M
It shows up under lsusb as bus 002 device 004. I also have a realtek wifi card in there which is how I am accessing it from SSH. Removing the realtek USB card and leaving the edimax in results in no choices showing up for "connections."
ifconfig with both USB wifi donges attached:
Code
Display MoreLibreELEC:~ # ifconfig eth0 Link encap:Ethernet HWaddr D8:CB:8A:97:8B:D7 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:4 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:352 (352.0 B) TX bytes:352 (352.0 B) wlan0 Link encap:Ethernet HWaddr 00:13:EF:40:3C:D4 inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:517 errors:0 dropped:134 overruns:0 frame:0 TX packets:266 errors:0 dropped:1 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:108957 (106.4 KiB) TX bytes:59449 (58.0 KiB)
output of dmesg: [ 0.000000] Linux version 4.11.12 (chewitt@buildbox) (gcc version 6.2.0 (GCC) - Pastebin.com
-
OK so I have an external drive connected to my main machine running windows 7. This drive has got all of my files on it. I just installed libreelec brand new on an AMD APU based system. I am using a USB wifi card, which libreelec detects and I can connect to my wireless network. I also have another machine running ubuntu 16.04 from which I have created a small samba share just to test things.
IP address of the windows 7 machine: 192.168.1.6
IP address of the LibreElec box: 192.168.1.8
IP address of the ubuntu server with the small SMB share: 192.168.1.14
Now, I cannot ssh directly to the LibreElec box from the windows 7 machine. I have to go to the ubuntu machine first as an intermediary. Pinging 192.168.1.6 from 192.168.1.14 works, and I can ssh to .8 from .14 but not from .6. The SMB share from .14 is visible and works fine in libreelec and I have changed the settings to allow SMB1. I am running v 8.1.2 of LibreElec.
The windows server has a user created with a simple username and password that I set up to be able to access the SMB shares. I would guess that was the problem except that it appears that no network traffic is possible between the two boxes. What gives?
-
right but the point is I don't want to use a scraper. I still want to be able to browse the file structure...
-
I have two Kodi systems - one is an AMD APU A8 running Kodi 16.1 connected to my network via ethernet, and the other is an rPi3 running LE alpha, newest build as of today. It is connected via wireless, in the next room from my router.
I have a NAS which has some directories which are huge. Thousands of directories. The A8 loads that directory in under 2 seconds. On the PI this takes sometimes almost 30 seconds. I realize this is probably due to some limitation in the PI hardware, or something to do with wifi speed vs ethernet. I don't want to use a scraper and I don't want to reorganize my NAS (ie: one folder for each letter of the alphabet).
Is there any way that we can get cached content lists rather than read-every-time on the current directory? So like if I go down into a folder from the browser, it loads the list of files once, and keeps them in memory until I go up out of a directory and back in to force reload? Is that already an option?