Search results

  1. E

    pass parameter to kernel module

    OK; that is done: cd /sys/modules mv sound sound-old svn co http://svn.freebsd.org/base/head/sys/modules/sound cd /sys/dev mv sound sound-old svn co http://svn.freebsd.org/base/head/sys/dev/sound cd /sys/modules/sound/driver/hda make depend all install (make depend; make all; make install;)
  2. E

    pass parameter to kernel module

    freshen snd_hda kernel module How should I freshen the snd_hda kernel module? /usr/src/sys/modules/sound/driver/hda solely contains a single Makefile which has not been updated in the HEAD release.
  3. E

    enable unicode

    The following entries are the correct entries for /etc/login.conf: :charset=de_DE.UTF-8: \ :lang=de_DE.UTF-8: \ do not prepend LANG to de_DE.UTF-8 because otherwise LANG will go into the MM_CHARSET and LANG environment variables.
  4. E

    enable unicode

    cap_mkdb /etc/login.conf Besides this it is important the LC_ALL environment variable is already set on program invocation. Then it should also work with konsole & konqueror.
  5. E

    mp3 support for amarok

    > pkg_info | egrep "phonon|amarok|kdelib" amarok-1.4.10 Media player for KDE kdelibs-3.5.10 Base set of libraries needed by KDE programs > pkgs gstreamer gstreamer-0.10.20 gstreamer-ffmpeg-0.10.4_1 gstreamer-plugins-0.10.20_2,3 gstreamer-plugins-a52dec-0.10.9_3,3...
  6. E

    mp3 support for amarok

    output of amarok run upon an mp3 > amarok /home/Musik/lea/02.\ Enya\ -\ Orinoco\ Flow\ \(sail\ Away\).mp3 >amarok-mp3.msg 2>& You may download the output from: http://www.elstel.com/freebsd-bugs/amarok-mp3.msg
  7. E

    mp3 support for amarok

    No, not yet.
  8. E

    pass parameter to kernel module

    As I have not found out on how to post attachements I have simply uploaded /var/log/messages at http://wwwu.edu.uni-klu.ac.at/estellnb/freebsd-bugs/messages .
  9. E

    pass parameter to kernel module

    Unfortunately simply adding hint.hdac.0.cad0.nid21.config="as=4 seq=15" seems to have no effect. Unfortunately I do not understand what the 'nid', 'as' and 'seq' parameters are ment to be for.
  10. E

    pkg_add -r can not find package

    How is portupgrade to be used? It does not seem to do anything at me: > portupgrade -F -r -P -p linux_base-fc4_14 [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 967 packages found (-0 +146) ...
  11. E

    enable unicode

    However, konqueror still displays unicode file names wrong and VLC still refuses to open files which names contain unicode characters; - despite of a customized locale & cap_mkdb.
  12. E

    enable unicode

    cap_mkdb /etc/login.conf konsole & ... and any newly launched konsole will use unicode characters
  13. E

    pkg_add -r can not find package

    portsnap fetch&update does not install linux_base-fc4_14. Having downloaded and maked linux_base-fc4_14 from http://www.freebsd.org/cgi/ports.cgi I am now prompted to remove the existing linux_base-fc-4_13 package which is however required by many other packages: > pkg_delete linux_base-fc-4_13...
  14. E

    enable unicode

    LC_ALL=en_US.UTF-8 xterm works well while no other program seems to be capable of processing unicode characters by the time. f.i. 'LC_ALL=en_US.UTF-8 konsole' does not work at all.
  15. E

    enable unicode

    What should cap_mkdb be good for? What file should I run it upon?
  16. E

    pkg_add -r can not find package

    > pkg_info -Ex linux_base linux_base-fc-4_13 > grep --after 8 20090121 /usr/ports/UPDATING 20090121: AFFECTS: users of devel/linux-glib2, emulation/linux_base-f4 AUTHOR: bsam@FreeBSD.org Glib2 now is incorporated to emulation/linux_base-fc4 (it has always been a part of more recent...
  17. E

    mp3 support for amarok

    > find /usr/local/lib/xine/ | grep xineplug_decode_mad.so /usr/local/lib/xine/plugins/1.23/xineplug_decode_mad.so
  18. E

    pkg_add -r can not find package

    > brandelf /usr/local/lib/libpcre.so.0 File '/usr/local/lib/libpcre.so.0' is of brand 'FreeBSD' (9). Should I brand the file as Linux.so or is this no good idea?
  19. E

    pkg_add -r can not find package

    > kldstat|grep linux 2 2 0xc0d80000 284a4 linux.ko > mount |grep linux linprocfs on /usr/compat/linux/proc (linprocfs, local) > sysctl compat.linux.osrelease compat.linux.osrelease: 2.6.16
  20. E

    mp3 support for amarok

    libxine & libmad are already installed. Perhaps a configuration issue. > pkgs libxine libxine-1.1.14 > pkgs libmad libmad-0.15.1b_2
Back
Top