Search results

  1. E

    Trying to compile jack2

    Yes, I got the jack installed. But as I want to use the Netjack which is supported only in jack2 I had to manually build the package. I downloaded the package jack-1..9.8 gives me http://pastebin.com/RUikCmbL About thesamplerate.h and sndfile.h sudo ln -s /usr/local/include/samplerate.h...
  2. E

    Trying to compile jack2

    Hello there, I'm trying to compile jack2. When I do ./waf configure I get the following error: Checking for header samplerate.h : not found As I try to locate the header file is inside my /usr/local/include folder. I try to link the file but I don't know where to link it. Please help...
  3. E

    double panic kernel

    I boot via live CD and logged in a shell. mount -t ufs /dev/ada0p2 <inside a folder of cd> I gave the above commands again and delete some changes I had made in /boot/loader.conf, /etc/sysctl.conf and /etc/rc.conf. mv /boot/kernel /boot/kernel.backup mv /boot/kernel.old /boot/kernel...
  4. E

    double panic kernel

    jb_fvwm2 the code you post works fine but upon login / mount fine, but kernel panic again. panic: page fault cpuid = 0 KDB: stack backtrace: #0 .... at kdb_backtrace #1 ... at panic #2 trap_fatal #3 trap_pfault #4 trap #5 calltrap #6 exec_new_vmspace $7 exec_elf32_imact #8 kern_execve #9...
  5. E

    double panic kernel

    Hello ppl people, After a non-proper shutdown I can't boot. The error: Trying to mount root from ufs:/dev/ada0p2 [rw]... WARNING: / was not properly dismounted Setting hostuid: Setting hostid: pid 76 (fsck_ufs), uid 0: exited on signal 11 I did an fsck and a reboot. Upon login: error...
  6. E

    Wake on LAN (Howto?)

    Change in BIOS the state from S1 to S3. Ok. Wake on LAN works fine here. Commands are acpiconf -s4 and from the other machine wakeonlan <mac addrs>
  7. E

    ALSA to OSS via PCM plugin

    SC (the server) uses JACK, it doesn't really care about the backend that JACK uses. The only ALSA that SC (the language) uses is for MIDI support. Is that what you are trying to get running?
  8. E

    ALSA to OSS via PCM plugin

    Hello ppl people, I need help. I have an application that runs with ALSA. I installed from ports alsa-lib, alsa-plugins and alsa-utils. I know already that freebsd FreeBSD doesn't support ALSA dirvers. I found a plugin that converts the ALSA API to OSS API. With this plugin, five ALSA-native...
  9. E

    Wake on LAN (Howto?)

    Hello there, An xseries200 IBM with n1996 motherboard that can handle WOL is set. I enable Wake on LAN from the BIOS. ifconfig gives me the parameter Wake on LAN magic acpiconf -s4 closes my server and leaves the on-board internet card powered From a Ubuntu 12.04 with ethernet cable connected...
  10. E

    command run on another terminal

    You can do it easy by checking the history file on your login shell.
  11. E

    Little help with updating ports

    Is it possible that portsnap update or sysinstall help?
  12. E

    make(1) arguments

    I find this for you. If it helps! The most common are make install, make depend, make uninstall or deinstall GNU "make"
Back
Top