۳. بگردی هست. توی انجمن زیاد نمیشه از این داستان صحبت کرد. به علت اعمال قانون، ممنوع هست.
بله متوجهم. والا گشتن که گشتم ولی چیز بدرد بخوری گیرم نیومد. حالا بازم میگردم. مرسی
4. از کامپایلر g++ استفاده کنید. واسه اجرای خط به خط نیاز به دیباگر دارین که gdb دیباگر خیلی خوبیه. ولی اینجور که از صحبتهای شما برمیآد شما دنبال IDE واسه سی پلاس هستین که کامپایلر و دیباگر رو خودش داره، که زیاده از codeblock گرفته تا qtcreator.
یکی از خوبیهای لینوکس اینه که آدم از جهل بیرون میآد. مثلا خودم توی ویندوز فکر میکردم زبان سی یعنی بورلند و توربو. فرق IDE کامپایلر فریمورک رو نمیدونستم، نه اینکه الان حرفهای باشم ولی نسبت به اون موقع دیدم خیلی عوض شده.
اتفاقا منم به این دلیل مهاجرت به لینوکس این بود که با چهارتا چیز جدید آشنا شم و یاد بگیرم. وگرنه اگه همون استفاده رو داشته باشم فایده ای نداره. البته الان که اینو میگم هنوز کلی علامت سوال تو ذهنمه :D
مرسی .
مدل کارت و نسخه اوبونتو ؟
کارت : اسکای استار ۲ ( نصب روی برد )
اوبونتو : 13.10
والا امروز تونستم یه نسخه از درایور پیدا کنم ولی الان توی نصبشش مشکل دارم.
تو مرحله 3 به مشکل میخورم. که دستور make menuconfig انجام نمیشه . و این ارور رو میده.
make[1]: Entering directory `/home/soheil/Desktop/bin2/v4l'
make -C /lib/modules/3.1.0-15-generic/build -f /home/soheil/Desktop/bin2/v4l/Makefile.kernel config-targets=1 mixed-targets=0 dot-config=0 SRCDIR=/lib/modules/3.1.0-15-generic/build v4l-mconf
make: Entering an unknown directory
make: *** /lib/modules/3.1.0-15-generic/build: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [/lib/modules/3.1.0-15-generic/build/scripts/kconfig/mconf] Error 2
make[1]: Leaving directory `/home/soheil/Desktop/bin2/v4l'
make: *** [menuconfig] Error 2
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