بله متوجهم. والا گشتن که گشتم ولی چیز بدرد بخوری گیرم نیومد. حالا بازم میگردم. مرسی
اتفاقا منم به این دلیل مهاجرت به لینوکس این بود که با چهارتا چیز جدید آشنا شم و یاد بگیرم. وگرنه اگه همون استفاده رو داشته باشم فایده ای نداره. البته الان که اینو میگم هنوز کلی علامت سوال تو ذهنمه
مرسی .
والا امروز تونستم یه نسخه از درایور پیدا کنم ولی الان توی نصبشش مشکل دارم.
تو مرحله 3 به مشکل میخورم. که دستور make menuconfig انجام نمیشه . و این ارور رو میده.
1) Get the complete v4l-dvb driver tree from 2008-07-07 (*) and extract it
# wget
http://linuxtv.org/hg/v4l-dvb/archive/0276304b76b9.tar.bz2 # tar xfj 0276304b76b9.tar.bz2
# cd v4l-dvb-0276304b76b9
2) Apply the patch and copy the appropriate driver-binary
# patch -p1 < <path-to-patch-file>/skystar2-rev2.8-v4l-dvb.patch
# cp <path-to-binary-file>/cx24113_blob.o.x86-64 v4l/cx24113_blob.o_shipped # for 64-bit installations
or
# cp <path-to-binary-file>/cx24113_blob.o.i386 v4l/cx24113_blob.o_shipped # for 32-bit installations
3) (optional) select the device/card-drivers to compile and install
# make menuconfig follow the menus and enable at least
<M> Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters
<M> Technisat/B2C2 Air/Sky/Cable2PC PCI
<M> Technisat/B2C2 Air/Sky/Cable2PC USB
4) compile all/selected modules and install them
# make
# make install
the last command will replace the modules which were delivered by the install kernel by the ones you just compiled.
5) Loading the modules. The command 'make install' installed the new driver into the right place and replaced old ones. The next reboot will load these modules automatically. To force a reload of the new modules without rebooting run:
# make reload