Latest activity

  • B
    How would I go about building FreeBSD 9.0 i386 in a jail?
  • B
    balanga reacted to scottro's post in the thread hp deskjet 5150 with Like Like.
    Assuming you got it installed with cups, there's a print test page option. Click the printer, and there will be, to the left a Maintenance option. Click the drop down arrow and there's an option to print a test page.
  • B
    balanga reacted to atax1a's post in the thread hp deskjet 5150 with Like Like.
    should be a test-page button from the web interface. are you getting any, like, meaningful errors? have you tried any amount of reading the documentation or looking at the web interface?
  • robroy
    robroy reacted to Alain De Vos's post in the thread Patriots or Seahawks? with Like Like.
    Never seen American Football match in my whole life. Maximum 30 seconds. Never heard of the teams. :). View: https://www.youtube.com/shorts/pDKNhRvqJ4s
  • robroy
    robroy reacted to eternal_noob's post in the thread Patriots or Seahawks? with Like Like.
    Patriotic sea hawks.
  • quamenzullo
    quamenzullo reacted to tuxador's post in the thread Typesetting with FreeBSD with Thanks Thanks.
    yes it's called CETZ
  • tuaris
    tuaris replied to the thread pcengines replacement.
    The Advantech rackmount network appliance might be too much overkill (in terms of capabilities) for my needs. I currently have a HUNSN NFA-RS42 that I'm happy with. However I need a second unit, but they are always sold out every time I am...
  • cracauer@
    Well, at least itis trivial to route all output through a jack pluin or a plugin container such as a DAW.. For macOS you have to buy special software to do it. Dunno about winnoze. Given that I don't see the need to go kernel.
  • Zare
    What OP describes is a typical task of a LV2 audio plugin. But then applications are limited to LV2 hosts and Jack clients. In order to connect that to standard audio programs again virtual_oss is needed to provide a virtual cuse device that...
  • D
    I did not know that would still work with ZFS. Cool! I would do that with all my installs.
  • tembun
    Thank you very much for the references and the explanation! I will explore!
  • tembun
    Yes. cuse(3) is used to create DSP character devices from userspace. The OSS sound system under FreeBSD exposes play/rec devices through /dev/dsp entries which are standard Unix character devices, hence standard Unix file stuff is used to...
  • tembun
    Hah, you know, I got the very idea about writing such program because in the last few days I've been exploring and debugging the mixer subsystem, which includes mixer -> mixer (libmixer) -> /usr/src/sys/dev/sound/pcm/mixer.c (generic mixer...
  • tembun
    You probably want to start out studying the in-kernel mixer if you really want to stay in kernel space and use that as a template.
  • S
    scottro replied to the thread Patriots or Seahawks?.
    Ok Beastie7 you made me laugh. Or at least CATM. (Chuckle Audibly To Myself)
  • S
    scottro reacted to Beastie7's post in the thread Patriots or Seahawks? with Like Like.
    Rootin for the New Seattle Patrihawks. Cause ‘Murica.
  • S
    scottro replied to the thread hp deskjet 5150.
    Assuming you got it installed with cups, there's a print test page option. Click the printer, and there will be, to the left a Maintenance option. Click the drop down arrow and there's an option to print a test page.
  • B
    balanga replied to the thread hp deskjet 5150.
    Is there any way to try and print a test page? The printer has not been used for a long time and I don't know what the state of the ink is like. Maybe I should take it to a cartridge shop and someone may be able to tell me if it works if I buy...
  • T
    Creating a custom pkgbase kernel package alone is unsupported, currently. There are plans to add support for this. A custom pkgbase kernel package can be created, but it requires "buildworld" and other steps, unnecessarily IMHO. Aside from that...
  • B
    balanga replied to the thread hp deskjet 5150.
    I had lpadmin -p myprinter.
  • MG
    MG replied to the thread hp deskjet 5150.
    While the problem is unclear to me, what I at least would make sure is that the printer shows up as selectable printer in the cupsd web-interface, and the file /usr/local/etc/cups/printers.conf exists after finishing the "add printer"...
  • B
    balanga replied to the thread hp deskjet 5150.
    There is supposed to be a USB option. but it doesn't come up when I run lpinfo -v. Should it?
  • B
    balanga replied to the thread hp deskjet 5150.
    /usr/local/bin/lp /etc/rc.conf:- Looks like I haven't set it up properly
  • martinrame
    Ok, the board arrived, but the cable I ordered is not the one I need.... I need an SFF-8643 on the board side, and an SFF-8087 mini sas on the server side. Can anyone help me find one of those in Amazon/Ebay, I searched a lot and wasn't able to...
    • 8.jpeg
    • 7.jpeg
    • 6.jpeg
  • B
    balanga reacted to atax1a's post in the thread hp deskjet 5150 with Like Like.
    once you set up the printer, /usr/local/bin/lp file.txt will send it to your default printer.
  • B
    balanga reacted to elephant's post in the thread hp deskjet 5150 with Like Like.
    Not complete but with get you started. Others can fill the gaps. 1. pkg install cups hplip 2. enable CUPS in /etc/rc.conf cupsd_enable="YES" 3. service cupsd start 4. check dmesg or run lpinfo -v to confirm your host recognizes the USB...
  • D
    drhowarddrfine replied to the thread Patriots or Seahawks?.
    Molina is returning as a special assistant for the Cardinals. We're all thrilled about it. I've pretty much quit watching the NFL.
  • B
    balanga replied to the thread hp deskjet 5150.
    The process seems error prone. How would I send a simple text file to a printer which I have set up using lpadmin -p myprinter?
  • J
    jardows replied to the thread Patriots or Seahawks?.
    That whole scenario was a massive boondogle from the start. It was fun though to see them win while they were there, but it was obvious from the beginning the team was only there for the quick cash given to them by the state. Looks like it's...
  • B
    balanga reacted to atax1a's post in the thread hp deskjet 5150 with Like Like.
    we were mistaken on hpijs — thats the old'n'busted. the new hotness is hplip pkg install cups hplip ought to get you somewhere. CUPS is pretty well documented too: https://www.cups.org/documentation.html
  • D
    drhowarddrfine replied to the thread Patriots or Seahawks?.
    As long as it's not the Rams. F Stan Kroenke! as we like to say here in St Louis
  • H
    hedwards replied to the thread Patriots or Seahawks?.
    It's weird that with all the cheating and the boorish behavior that people still like the Patriots. They're up there with the Yankees and Cowboys as a team that nobody likes.
  • cracauer@
    cracauer@ reacted to elephant's post in the thread Other XML vs. JSON with Thanks Thanks.
    SOAP looks complicated - like it was designed by committee. However, there are code generators that turn a SOAP schema into classes in your language of choice. REST started as one person's idea that became refined over time. It was easier to...
  • Yampress
    Ubuntu. The worst system I've ever used. You never know if it will start up after an update. It throws in a bunch of unnecessary stuff. I like minimal systems that I can expand myself with the software I need, not the one they push on me because...
  • cracauer@
    cracauer@ reacted to lgrant's post in the thread Other XML vs. JSON with Thanks Thanks.
    Do not forget the ecosystem XML brings with it: XML stylesheets (XSLT), XQuery, XLink, XPointer, SOAP (though a lot of people seem to think SOAP is a bad thing), XSL-FO. Also, it is easy to integrate other XML languages. For example, if you need...
  • cracauer@
    cracauer@ replied to the thread Other XML vs. JSON.
    I like that you can write powerful external validators for XML. You can give them to people who want to make XML files to feed into your software and they get (reasonably) good error messages before they hit the main system.
  • S
    scottro replied to the thread Patriots or Seahawks?.
    Alain De Vos the superbowl is worth it mainly for the commercials. According to an old Wall Street Journal article, there's about 11 minutes of action during the game. A Quarz article mentioning the figure...
  • SirDice
    SirDice replied to the thread Solved Default FreeBSD.conf.
    It doesn't exist by default. You are meant to create it and use it to change the URL in order to switch between 'latest' or 'quarterly' package repositories for example. -RELEASE versions always default to quarterly package repositories, -STABLE...
  • cracauer@
    cracauer@ replied to the thread Patriots or Seahawks?.
    Patriots. I lived in Boston long enough to get infected. Won't watch the game, though.
  • B
    balanga replied to the thread hp deskjet 5150.
    I'm connected by USB cable.
  • B
    balanga replied to the thread hp deskjet 5150.
    usbconfig shows: I've never printed from FreeBSD. I basically hate using printers and have no idea about any drivers. Is this something I can get via pkg install?
  • S
    scottro replied to the thread hp deskjet 5150.
    If it connects by network, I'll plug my own page https://srobb.net/cliscanprint.html#FreeBSD
  • B
    balanga reacted to atax1a's post in the thread hp deskjet 5150 with Like Like.
    It's probably supported by CUPS, and you'll probably need the HPIJS driver.
  • B
    Someone gave me an old hp deskjet 5150. How would I go about finding out if I can do anything useful with it from FreeBSD?
  • Zare
    Yes. cuse(3) is used to create DSP character devices from userspace. The OSS sound system under FreeBSD exposes play/rec devices through /dev/dsp entries which are standard Unix character devices, hence standard Unix file stuff is used to...
  • MG
    MG replied to the thread Patriots or Seahawks?.
    Football with hands and a almost-ball? 😆
  • Espionage724
    But the strange thing is, that command would only work after I copied the file named package_list.txt into my root directory. Very strange, but it did work. Maybe tomorrow I will be able figure out why I cannot log into the
  • cracauer@
    You probably want to start out studying the in-kernel mixer if you really want to stay in kernel space and use that as a template.
  • J
    They are completely different designs. 1. I use a toml format because I found the ports tree makefile to complex. Mine ports.toml name = "expat" version = "2.7.3" summary = "XML 1.0 parser" license = "MIT" deps = [] [src] type = "url" url =...
  • Espionage724
    View: https://www.youtube.com/watch?v=yVFt0szaX_8
Back
Top