You are not logged in.
hi dear friends
i have a dvb pcie card named tbs6922 from tbsdtv
this device uses closed source driver and tbsdtv recomands this commands to install driver
make
make installthis commands install driver as kernel modules like module.ko
but archlinux uses modules.ko.gz
for me module.ko dont work at all
is there any command to install modules as module.ko.gz?
Last edited by blue-sky (2012-06-04 20:12:36)
Offline
You can just gzip it yourself?
ᶘ ᵒᴥᵒᶅ
Offline
It doesn't matter whether the module is compressed or not. The issue must be elsewhere. But you haven't provided exact error messages, so it's impossible to know where.
Offline
thanks for the answer
i must find around 500 modules ! that will take too much time
any idea?
Offline
It doesn't matter whether the module is compressed or not. The issue must be elsewhere. But you haven't provided exact error messages, so it's impossible to know where.
thanks for the answer ... i[sic] must find around 500 modules ! that will take too much time ...any idea?
@Blue-sky:
Welcome to Arch. I have no idea how to parse your response to Gusar. What modules, and why do you have to find them?
How, explicitly, are you trying to use your module?
When you try that, what does your system report?
Please use your shift keys.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Online
hi my card worked finally-hurrah!!!
but i am looking for a better and clean way
i gzipped all modules that i need
but i have strange problem
when i try modprobe modulename i give this message
modprobe saa716x_tbs_dvb
FATAL: Module saa716x_tbs_dvb not found.i must go to path of the module and use insmode instead of modprobe see below
cd /lib/modules/3.3.7-1-ARCH/kernel/drivers/media/common/saa716x
insmod saa716x_tbs-dvb.ko.gzwhen i use this method my card works( i must call about 12 moduls Respectively)
thanks for replys
i am proud for being arch user!!!
Offline
Did you run "depmod -a" after installing the modules? That registers new modules and sets up their dependencies and everything.
Offline
gusar said
Did you run "depmod -a" after installing the modules? That registers new modules and sets up their dependencies and everything.
thanks for the answer
problem solved
Offline