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

Slimbook EVO14 with network card Motorcomm MicroElectronics Y6801 Ethernet not working in OPenSUSE 15.6

Avatar
mjgumbau

I can see network car with command

lspci|grep network:

02:00.0 Ethernet controller: Motorcomm Microelectronics. YT6801 Gigabit Ethernet Controller (rev 01)

But I cannot foind the module in the repositories OS

I cannot compile downloaded from github.com/Slimbook-Team/slimbook-yt6801-dkms


Any clue?

Evo14-A8
Avatar
Discard
2 Answers
0
Avatar
mjgumbau
Best Answer

I have found the solution here

https://forums.opensuse.org/t/dkms-tuxedo-yt6801-driver-not-installed/183595 

SOLUTION: 
1.- I have download the module from:
https://deb.tuxedocomputers.com/ubuntu/pool/main/t/tuxedo-yt6801/tuxedo-yt6801_1.0.30tux2.tar.xz

2.- After uncompress

tar xf slimbook-yt6801-dkms_1.0.30+slimbook0.tar.xz

3.- Go to src directory:

cd slimbook-yt6801-dkms/src

4.- Change 6,8,0  to 6,4,0 in the file fuxi-gmac-ethtool.c (line 286)

#if ( LINUX_VERSION_CODE >= KERNEL_VERSION(6,4,0) )


Now it can be compiled: 

5.- cd .. ; make ; make install


That's all.


Avatar
Discard
0
Avatar
mjgumbau
Best Answer

Solucionat

Solved

Resuelto


Avatar
Discard