morfey 82 Posted 2010-04-24 07:15:42 Share Posted 2010-04-24 07:15:42 freebsd 8 Поставив карточку test# pciconf -lv none2@pci0:0:8:0: class=0x028000 card=0x210313d0 chip=0x210313d0 rev=0x02 hdr=0x00 vendor = 'Techsan Electronics Co Ltd' device = 'B2C2 Sky2PC Core Chip sky star 2 <technisat> (T228502)' class = network поставив дрова /usr/ports/net/skystar2 test# ls /boot/modules/ linker.hints skystar2.ko а модуль не грузиться((( test# kldload skystar2 kldload: can't load skystar2: No such file or directory test# tail -f /var/log/messages Apr 24 09:13:57 test kernel: link_elf: symbol suser undefined Apr 24 09:14:02 test kernel: link_elf: symbol suser undefined дмесг test# dmesg -a | grep sky KLD file skystar2.ko - could not finalize loading Link to post Share on other sites
morfey 82 Posted 2010-04-27 10:50:41 Author Share Posted 2010-04-27 10:50:41 Написав автору драйверів Для моєї карточки rev. 2.6D Цитата з пошти http://paradox.lissyara.su/skystar2_131.tar.bz2 распакуйте в файле skystar2/skystar2/dvbnet.c найдите все вот такие строки (их там два раза повтора) #if __FreeBSD_version < 500000 if ((res = suser(curproc)) != 0) #else if ((res = suser(curthread)) != 0) #endif return res; и удалите их і пересобираєм , все працює P.S. автору респект Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now