Questions and answers from the Slimbook user community

¡Bienvenido al foro de la comunidad!

Si tienes problemas de software, este es tu sitio. Construyamos entre todos un lugar mejor, proporcionando experiencias, información de uso y tips. Si tienes alguna pregunta, procura dar información detallada sobre tu sistema.

Si tienes problemas de hardware, tramita la GARANTÍA AQUÍ, ya que nuestros técnicos no suelen revisar el foro por estar trabajando en reparaciones.

0

Ethernet on the EVO

Avatar
Philipp

Hi guys,
I was trying to connect my new EVO via Ethernet due to some issues with WiFi being flaky (on my side, not the EVO...) but could not get a connection.

lskpci -k gives me:
01:00.0 Ethernet controller: Motorcomm Microelectronics. YT6801 Gigabit Ethernet Controller (rev 01)
    Subsystem: Tongfang Hongkong Limited YT6801 Gigabit Ethernet Controller
    Kernel modules: yt6801

but

lsmod | grep yt6801

comes back empty, meaning that the module is likely not loaded. I found the driver at the motorcomm website (version 1.0.29), but am somewhat hesitant to install as this machine is my main productive computer at the moment.

Any pointers from people more knowledgeable or adventurous?

Thanks!

Avatar
Discard
7 Answers
0
Avatar
Alejandro López Slimbook
Best Answer

Hi Philipp,

You can find the slimbook-yt6801-dkms package in our launchpad repository:

https://launchpad.net/~slimbook/+archive/ubuntu/slimbook

After a few days it will be available for other distributions.

Happy 2025!

Avatar
Discard
0
Avatar
Philipp
Best Answer

Hi Alejandro,

thanks for the quick reply.  I forgot to mention that I have SlimbookOS...

Anyway,

sudo apt-get install slimbook-yt6801-dkms 

told me that I have the latest version already. I then tried

modprobe yt6801

which failed:

modprobe: FATAL: Module yt6081 not found in directory /lib/modules/6.11.0-1010-oem
find /lib/modules/$(uname -r) -type f -name yt*

shows that there is a compressed module in

/lib/modules/6.11.0-1010-oem/updates/dkms/yt6801.ko.zst

but I can't seem to load it (and how-tos on that looked a little scary).

Any help appreciated, this year or next!

Happy 2025!

Avatar
Discard
0
Avatar
Antonio Jesús Clicktic
Best Answer

Hola, con un live usb te funciona la conexión por ethernet ??

Avatar
Discard
0
Avatar
Alejandro López Slimbook
Best Answer

Hola, en el live no funciona, hasta que instalas la ISO con cnexión a internet, y entonces, al reconocer el modelo, se baja el driver en modo DKMS para que continue funcionando en futuras actualizaciones del kernel.

Avatar
Discard
0
Avatar
Alejandro López Slimbook
Best Answer

Hi Philipp
You maybe installed something that made it wrong.
Did you install SlimbookOS connected to wifi?

Avatar
Discard
1
Avatar
Leunam
Best Answer

Good morning and happy new year.
I had the same problem after following this guide and updating the kernel due to Bluetooth (https://slimbook.com/en/forum/community-forum-1/question/bluetooth-no-funciona-en-slimbook-evo-slimbook-os-9328).

I also couldn't load the module into the kernel with the same error as you

In my case i  solved it

sudo apt update && sudo apt upgrade

The oem kernel headers 6.11.0-1011-oem have been downloaded and build dkms yt6081 everything works after reboot.
I hope it works for you too



Avatar
Discard
1
Avatar
Philipp
Best Answer

Hi guys,

I got the EVO with SlimbookOS preinstalled and then followed the thread in the forum to get bluetooth to work.

Following Leunam's suggestion worked like a charm! At one point I will understand why

sudo apt-get update
sudo apt-get upgrade

held back the packages when I tried this morning, but that's neither here nor there.

Thanks a lot!

(send using my now working wired network connection)

Avatar
Discard