WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: I insmod 8152. Ko, but my USB network card still can't drive  (Read 3985 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14570
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #15 on: March 29, 2021, 03:20:25 AM »
If you want any extension to be loaded at boot, add it to onboot.lst:
Code: [Select]
echo myr8152.tcz >> /etc/sysconfig/tcedir/onboot.lst

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #16 on: March 29, 2021, 03:23:39 AM »
If it's a software, I can   . /xxx  ?

Use full path to prevent unwanted behavior.

How to load. Ko file, insmod xx.ko

Simply add the required files to the backup.
Code: [Select]
vi /opt/.filetool.lst

Note that you'll need to drop the leading "/"

I didn't find the Filetools folder.  are you sure

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14570
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #17 on: March 29, 2021, 04:31:38 AM »
Note the "." in /opt/.filetool.lst, which makes it hidden..

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #18 on: March 29, 2021, 06:35:54 PM »
After I follow this setting, the restart settings are gone. Do I need to remake the file system

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #19 on: March 29, 2021, 06:45:31 PM »
Hi GAI
After you edit  /opt/.filetool.lst  you need to run a backup:
Code: [Select]
filetool.sh -b

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #20 on: March 29, 2021, 07:28:08 PM »
filetools not found

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #21 on: March 29, 2021, 07:43:29 PM »
Hi GAI
It is not  filetools
It is filetool.sh -b

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I insmod 8152. Ko, but my USB network card still can't drive
« Reply #22 on: March 29, 2021, 08:32:06 PM »
thaks