Search results

  1. R

    Microphone only works when I switch inputs

    I rebooted my server and tested this using Audacity. There was no microphone plugged in when I rebooted. I plugged in my microphone and it did not work correctly. Doing the following made the microphone work for me: [tethys]:/home/rnejdl> mixer =rec mix Recording source: mix...
  2. R

    Microphone only works when I switch inputs

    I am on FreeBSD 9.1-STABLE on amd64. [tethys]:/home/rnejdl> mixer =rec mixer: no recording device specified usage: mixer [-f device] [-s | -S] [dev [+|-][voll[:[+|-]volr]] ... mixer [-f device] [-s | -S] recsrc ... mixer [-f device] [-s | -S] {^|+|-|=}rec rdev ... devices: vol...
  3. R

    Microphone only works when I switch inputs

    I have had this problem for a while and have a work around for it but would love a better solution. Whenever I reboot, my microphone no longer works. I have to use the mixer command to switch the input from mic to mix and then back to mic and then the microphone works just fine. I'm using...
  4. R

    Issues after latest FreeBSD 9.1

    I wanted to follow up with this and to say I fixed the issues. I found that my /boot/devices.hints file had a typo in it, missing #, that was caused when I merged. After fixing that, everything in that file loaded correctly and everything in /boot/loader.conf loaded correctly as well.
  5. R

    IPFW and nat problem

    That's what I ended up doing for the ipnat stuff was simply to compile it into the kernel instead of as kernel modules as something is messed up on that as most of my kernel modules just don't load, without any error. NVIDIA, AIO, HTTP_*, VIRTUALBOX, they are just plain skipped.
  6. R

    IPFW and nat problem

    Same NAT issue We're you ever able to resolve this as I have the EXACT same issue. This config worked for a while too but somewhere in upgrading to the latest FreeBSD it got broken. Thanks! Rusty Nejdl
  7. R

    Issues after latest FreeBSD 9.1

    Regarding #2, it looks like I need the keyword natd instead: $IPF 50 divert natd ip from any to any via em0 I haven't tested on reboot but re-running the script seems to work. Rusty Nejdl
  8. R

    Issues after latest FreeBSD 9.1

    I managed to at least figure out half of the first one and I'm not quite happy with that. What essentially happens is that the driver changed names from hdac to hdaa, the devices changed numbers (why?), and the as # changed so I ended up with: hint.hdaa.0.nid17.config="as=1 seq=15...
  9. R

    Issues after latest FreeBSD 9.1

    I recently did a buildworld from the latest FreeBSD 9.1 and after rebooting, I ran into several very strange problems that I haven't seen posted anywhere. 1) The hints I had in /boot/loader.conf no longer work so that my line out and my headphones as in the same association. They are...
  10. R

    Using ${PREFIX} with xdg-desktop-menu

    I am the maintainer of the calibre port and I found this week that when building a package using PREFIX, it fails because the installer calls xdg-desktop-menu and that app doesn't have PREFIX passed to it, so it tries to install outside of PREFIX and fails. I've been searching on how to pass...
  11. R

    How to disable Sendmail Submission

    Oh now that just makes my morning. Thank you!!!! Rusty Nejdl
  12. R

    How to disable Sendmail Submission

    I am trying to use ASSP and redirect sendmail to have submission run on port 588 instead of 587. From what I can tell, this is impossible without directly editing /etc/mail/sendmail.cf. I have updated numerous configurations but when I do a make install in /etc/mail, this line just pops right...
  13. R

    KDE4 and huge open descriptor

    I turned off Oxygen animations and kdeinit is now at 0%. I have no clue on that one. Rusty Nejdl http://networking.ringofsaturn.com
  14. R

    KDE4 and huge open descriptor

    It seems to be as I have a similar number. [tethys]:/home/rnejdl> procstat -fa | grep kdeinit |wc -l 3599 [tethys]:/home/rnejdl> I came across this thread as I was wondering why kdeinit always consumes about 5% of cpu just sitting there. Thanks! Rusty Nejdl...
  15. R

    Distfile with Spaces in it

    That's about what I was thinking myself and just send an email to the dev list requesting just that. This is just going to break way too much with spaces in it. Rusty Nejdl
  16. R

    Distfile with Spaces in it

    Thanks! I tried both single and double quotes and it really didn't like it: DISTNAME= "${PORTNAME:U} ${PORTVERSION} ${PORTSUBVERSION}-Install" Gives: > sudo make "/usr/ports/Mk/bsd.sites.mk", line 1462: Malformed conditional (${_site_url_} == 2.0.12-Install" CSME &&...
  17. R

    Distfile with Spaces in it

    I am trying to make a port of ASSP version 2 as I am the maintainer of ASSP V1. However, the V2 is proving difficult for me since the distfile looks like: ASSP 2.0.1 2.0.12 install.ZIP I am open to suggestions about how to setup the Makefile to account for that. I've tried this but this...
  18. R

    USB Bluetooth Dongles

    I don't believe this is what I am looking for as I am looking for a bluetooth usb adapter. I searched for edimax and only found Wifi adapters and I have never seen an antenna for a bluetooth interface. I also did indeed search the forums but found so much noise in my search that I decided...
  19. R

    USB Bluetooth Dongles

    I am looking for recommendations on USB bluetooth dongles that work under FreeBSD. I just bought an Asus one: ASUS USB-BT211 USB 2.0 Mini Bluetooth Dongle It doesn't work with the drivers I found... not picked up. I'll see what I can do to get it to be picked up but I am just not able to...
  20. R

    /libexec/ld-elf.so.1: /usr/local/lib/libintl.so.8: unsupported file layout

    Solved! What was going on was that I also have an i386 environment setup for wine. I had done some clean up and removed gmake in the root environment and still had gmake installed in the 32bit one. Since the 32bit one is in my path lines, but later, it only picked up the 32 bit one after I...
Back
Top