Re: Scripting for /bin/ksh

2021-08-02 Thread Todd Gruhn
Thanks for the code Matt. I will try this. By 'execute' I mean generate ${cmd} then execute/do whatever ${cmd} turns out to be. On Mon, Aug 2, 2021 at 8:35 AM matthew sporleder wrote: > > On Mon, Aug 2, 2021 at 8:23 AM Todd Gruhn wrote: > > > > I am attempting to writ

Scripting for /bin/ksh

2021-08-02 Thread Todd Gruhn
I am attempting to write some ksh-scripts that invoke "borg" . How does one tell ksh to cat the 2 vars together and invoke the resulting command? $foo <--> /umass1/BORG-REPOS $FIRSThalf <--> borg-3.8 list $cmd= $FIRSThalf . $foo #thats how it is coded in PERL execute $cmd I never learned

Re: Thoughts regarding system-backups

2021-07-31 Thread Todd Gruhn
PM Michael van Elst wrote: > > On Sat, Jul 31, 2021 at 01:08:31PM -0400, Todd Gruhn wrote: > > I might have seen that -- is it in ./pkgsrc/wip also? > > If it is in pkgsrc, there shouldn't be any need to keep it in wip. > > > Isnt that just the GUI written in python? &g

Re: Thoughts regarding system-backups

2021-07-31 Thread Todd Gruhn
I might have seen that -- is it in ./pkgsrc/wip also? Isnt that just the GUI written in python? On Sat, Jul 31, 2021 at 10:51 AM Michael van Elst wrote: > > tgru...@gmail.com (Todd Gruhn) writes: > > >I hit borgbackup,org. It said its part of pkgsrc. > >I did a search wi

Re: Thoughts regarding system-backups

2021-07-31 Thread Todd Gruhn
at 3:46 AM Julian Suschlik wrote: > > Check https://www.borgbackup.org/ and https://restic.net/ out. > Both do a great job using compression, deduplication and encryption. > > On Fri, Jul 30, 2021 at 5:08 PM Todd Gruhn wrote: > > > > I acquired a 500MB disk from a lappy.

Re: Thoughts regarding system-backups

2021-07-30 Thread Todd Gruhn
way since then :-) On Fri, Jul 30, 2021 at 3:41 PM Todd Gruhn wrote: > > I am playing with "bacula". I had no idea that it was so advanced, and > widely used. > My big thing is I need something to replace "bru" (I bought it around > 2005). I needed to > ad

Re: Thoughts regarding system-backups

2021-07-30 Thread Todd Gruhn
. I find the config stuff for bacula intimidating -- not used to the /bin/ksh stuff. I program mainly in PERL. I recall bru required me to make two named-pipes and set one device name in the config file... On Fri, Jul 30, 2021 at 3:00 PM Miko Larsson wrote: > > On Fri, 30 Jul 2021 11:08:00

Re: Thoughts regarding system-backups

2021-07-30 Thread Todd Gruhn
GRRR! I just noticed -- that 500GB... On Fri, Jul 30, 2021 at 12:54 PM Andy Ruhl wrote: > > On Fri, Jul 30, 2021 at 8:08 AM Todd Gruhn wrote: > > > > I acquired a 500MB disk from a lappy. > > > > Ideas for a package to do system-wide backups? > > Can I put

Thoughts regarding system-backups

2021-07-30 Thread Todd Gruhn
I acquired a 500MB disk from a lappy. Ideas for a package to do system-wide backups? Can I put the backup in a specific dir -- ORRR must I use the entire disk? Thank you

Re: using Xine to play music

2021-07-28 Thread Todd Gruhn
is fixed. On Wed, Jul 28, 2021 at 12:13 PM wrote: > > On Wed, Jul 28, 2021 at 09:25:21AM -0400, Todd Gruhn wrote: > > I tried the command "xine cdda:/dev/cdrom" #cdrom is a symlink to cd0 > > > > It is considered like an URL so one has to double the leading slash

using Xine to play music

2021-07-28 Thread Todd Gruhn
I tried the command "xine cdda:/dev/cdrom" #cdrom is a symlink to cd0 If I click on the "logs" widget I see the message : "input plugin cannot opem MRL [cdda:/dev/cdrom] " If I cd to ./xine/plugins/2.9 I can find the the following files: xineplug_input_cdda.a

Using xine

2021-07-27 Thread Todd Gruhn
I got xine to start playing a CD. I used the command: xine cdda:/dev/cd0 Just like the GUI , it plays music for 5 sec, then I get the error "there is no plugin available to handle cdda:/dev/cd0 " Am I missing a plugin? Does something need to be fixed in the config file?

XINE and Music CDs

2021-07-25 Thread Todd Gruhn
I got Xine to play a DVD. I cant get it to play a Music CD. if I enter the command-line: xine cdda:/dev/cd0 I get the message "the is no plugin available to handle cdda:/dev/cd0 " If I use the menu, it plays the CD for 5 seconds and then quits. Do I need to add something to listen to music?

Re: MPV results

2021-07-25 Thread Todd Gruhn
tlarond: "I'm a freak" -- not if the economy or China does as I expect. Even ones entertainment needs to be backed up. On Sun, Jul 25, 2021 at 2:10 PM wrote: > > On Sun, Jul 25, 2021 at 10:40:08AM -0700, Michael Cheponis wrote: > > VLC on non-NetBSD machines sometimes operates this way

Re: MPV results

2021-07-25 Thread Todd Gruhn
As much as I hate the command-line inteface of MPV -- I am quite convinced that it is superior to VLC, now... On Sun, Jul 25, 2021 at 11:26 AM Rhialto wrote: > > On Sat 24 Jul 2021 at 22:15:45 -0400, Todd Gruhn wrote: > > I attached a copy of some errors I noticed. Some of them may h

MPV results

2021-07-24 Thread Todd Gruhn
I watched War of the Worlds starring Tom Cruise. It freezes terribly when viewed with VLC. It froze several times under MPV -- but it was hard th notice. WHY? What is MPV doing that it gives results SO MUCH BETTER than VLC? I attached a copy of some errors I noticed. Some of them may have

MPV: aspect ratios, big windows, and filling the screen

2021-07-24 Thread Todd Gruhn
I played with --fs and --video-aspect-override. '--fs' gives a window that fills the entire screen. It still does not fix the problem: I have a window that fills the entire screen -- but the video/picture is a slice in the middle of the window with a black top and a black bottom. I beleiv I

Re: MPV, VLC, and screen-freezes

2021-07-23 Thread Todd Gruhn
I have libdvdcss. I believe MPV uses it also. But according to the output I see, MPV scans for keys first; VLC does it on the fly -- am I correct ? On Fri, Jul 23, 2021 at 5:25 PM RVP wrote: > > On Fri, 23 Jul 2021, Todd Gruhn wrote: > > > I have MPV working; I can play a DVD

MPV, VLC, and screen-freezes

2021-07-23 Thread Todd Gruhn
I got MPV showing my CDs correctly (I would REALLY line fullscreen like VLC does in Windoze). I stuck the James Bond disk in and tested. The first thing I noticed is that it found many keys. I slid the progress bar to 0:58:30 (prob is at ca. 0:50:09). I saw no freezes when I got to 0:50:30. I

Using MPV

2021-07-23 Thread Todd Gruhn
I have MPV working; I can play a DVD -- BUT NO SOUND! Is there a command line option to play the sound? Does a language need to be specified?

Re: VLC strangeness

2021-07-21 Thread Todd Gruhn
I can recall using mpv. I will check it out. Thanks for the alternative... On Wed, Jul 21, 2021 at 5:14 PM RVP wrote: > > On Wed, 21 Jul 2021, Todd Gruhn wrote: > > > Actually, all James Bond movies do this. > > > > Ironically, none of the animated features (Shrek

Re: VLC strangeness

2021-07-21 Thread Todd Gruhn
I noticed that I have some shared-objects with names such as .../dri/*_dri_nouveau.so missing where do these come from? How do I get them? Does anyone else have problems with *certain* viddeos freezing -- especially non-animated videos ? On Wed, Jul 21, 2021 at 7:19 AM Todd Gruhn wrote

Re: VLC strangeness

2021-07-21 Thread Todd Gruhn
, Jul 21, 2021 at 6:13 AM RVP wrote: > > On Tue, 20 Jul 2021, Todd Gruhn wrote: > > > Below is a pile os messages I got while using VLC to watch a DVD. > > > > Trying to open /usr/X11R7/lib/dri/nouveau_drv_video.so > > DOES nouveau_drv* need to be installed sepa

VLC strangeness

2021-07-20 Thread Todd Gruhn
Below is a pile os messages I got while using VLC to watch a DVD. Trying to open /usr/X11R7/lib/dri/nouveau_drv_video.so DOES nouveau_drv* need to be installed separately? [7970554becd0] main decoder error: Timestamp conversion failed (delay 10089009, buffering 0, bound 900)

Re: Still cant talk to USD ports

2021-07-20 Thread Todd Gruhn
Has anyone done this? Is there a way to do this in any form with NetBSD (in the kernel?) . On Tue, Jul 20, 2021 at 1:44 AM Michael van Elst wrote: > > tgru...@gmail.com (Todd Gruhn) writes: > > >Is it possible to tell the system to access port-x as a USB-3 or USB-2 port >

Re: Still cant talk to USD ports

2021-07-19 Thread Todd Gruhn
gru...@gmail.com (Todd Gruhn) writes: > > >HMMM. I stuck a memory stick in a USB-3.0 port connected to the > >motherboard. > > >I did: > > >mount /dev/sd0 /umass1 > > >it worked. But why didnt I need to specify partition 'a' ? > > /dev

Re: Still cant talk to USD ports

2021-07-19 Thread Todd Gruhn
. I am now confused... On Mon, Jul 19, 2021 at 1:53 AM Michael van Elst wrote: > > tgru...@gmail.com (Todd Gruhn) writes: > > >I just upgraded to the latest version of NETBSD-HEAD. > > >When I do: > >mount /dev/sd0a /umass1 OR > >mount /dev/sd1a /umass1 > &

Still cant talk to USD ports

2021-07-18 Thread Todd Gruhn
I just upgraded to the latest version of NETBSD-HEAD. When I do: mount /dev/sd0a /umass1 OR mount /dev/sd1a /umass1 I get 'device not configured. When I execute mount -t msdos /dev/sd0e /umass1 I can access the Windoze-configured memory stick. I can still do: fswebcam -r 640x480

Re: Cant locate Mojo/Base.pm

2021-07-12 Thread Todd Gruhn
N routines ? On Mon, Jul 12, 2021 at 10:40 AM Mark Carroll wrote: > > On 12 Jul 2021, Todd Gruhn wrote: > (snip) > > "Can't locate Mojo/Base.pm in @INC > > You may need to reinstall ... " > > > > The only Mojo* I can locate is for building and managing websites. > > Could it need p5-Mojolicious? > > -- Mark

Cant locate Mojo/Base.pm

2021-07-12 Thread Todd Gruhn
I am trying to use "abcde" to pull songs off a music CD. the command is: abcde -d /dev/cd0d -o mp3 I have deleted the pkg abcde and all the packages it depends upon, and resintslled them. When I execute the command to pull music off the CD, it get: "Can't locate Mojo/Base.pm in @INC You may

Re: Custom CD mixes

2021-07-10 Thread Todd Gruhn
Hey Benny -- I figgered out how to save the playlists. Luckily the the playlist is in ASCII format. I can strip this, and generate an @array array in perl , and use that array to generate the *.wav file. Thanks On Sat, Jul 10, 2021 at 2:04 PM Todd Gruhn wrote: > > I have a p

Re: Custom CD mixes

2021-07-10 Thread Todd Gruhn
I have a package that creates the .wav file. I just wanna order them the way I want, and then turn that list into a .wav file On Sat, Jul 10, 2021 at 1:43 PM Steffen Nurpmeso wrote: > > Todd Gruhn wrote in > : > |On Sat, Jul 10, 2021 at 6:42 AM Benny Siegert wrote: > |>>

Re: Custom CD mixes

2021-07-10 Thread Todd Gruhn
Thanks Benny. I was hoping I would not have to write my own On Sat, Jul 10, 2021 at 6:42 AM Benny Siegert wrote: > > > > > Am 09.07.2021 um 21:45 schrieb Todd Gruhn : > > > > If I wanna pull the music off CDs and make a custom album, is there a > > package

Custom CD mixes

2021-07-09 Thread Todd Gruhn
If I wanna pull the music off CDs and make a custom album, is there a package that would allow me to choose the songs, and play order?

Mouse movements

2021-07-06 Thread Todd Gruhn
I am watching a video with Roger McNamee -- he brings up "tracking mouse movements" do determine that you are a human. Is anything being done with regards to "watching user devices" ? Any tools available in this arena ?

Re: Configured a kernel a diff way -- and failed

2021-07-03 Thread Todd Gruhn
Here is /etc/mk.conf. I had no idea it was so big... # $NetBSD: mk.conf,v 1.317 2021/01/15 19:47:33 schmonz Exp $ # # This file provides default values for variables that may be overridden # in the MAKECONF file, which is /etc/mk.conf by default. # # Note: This file is included after the

Re: IPF rules

2021-07-03 Thread Todd Gruhn
On a hunch. I did /etc/rc.d/ipfilter onestop; then ping. I got the prompt response I want. I think the prob is in the ipf rulebase. On Sat, Jul 3, 2021 at 4:28 PM Miko Larsson wrote: > > > The site you probably want is gmail.com unless you work for google. > > FWIW, gmail.com is just a redirect

Re: Configured a kernel a diff way -- and failed

2021-07-03 Thread Todd Gruhn
Why am I not using "build.sh" ? This is how I always did it. Did build.sh even exist on NetBSD 5.x ? On Sat, Jul 3, 2021 at 4:37 PM Miko Larsson wrote: > > I'm confused; why aren't using build.sh to build the kernel? Also, what > does your mk.conf look like? To my untrained eye, the error seems

Re: IPF rules

2021-07-02 Thread Todd Gruhn
Thanks. I would have to boot the CD and check. I put the days date on the CD. On Fri, Jul 2, 2021 at 5:10 PM RVP wrote: > > On Fri, 2 Jul 2021, Todd Gruhn wrote: > > > UH, thats NetBSD-HEAD? I am running HEAD currently (from June 25?) > > How does FireFox run on

Configured a kernel a diff way -- and failed

2021-07-02 Thread Todd Gruhn
Below is the piece of the kernel config in question. I put moet of the drivers in "GENERIC.local" and pulled it in. If I execute "config GENERIC*-1-July-2021". It works. If it cd to this dir and execute "make depend". Whats wrong? AAAND what is /etc/mk.conf doing in here? I am trying to avoid

Re: IPF rules

2021-07-02 Thread Todd Gruhn
7/2021 13:38, Rhialto wrote: > > On Fri 02 Jul 2021 at 07:39:20 -0400, Todd Gruhn wrote: > >> I started NetBSD, and shutoff IPF. Pinging mail.google.com and > >> gsuite.google.com both got immediate > >> results. If I left IPF down, and start FireFox, and goto > >&g

Re: IPF rules

2021-07-02 Thread Todd Gruhn
wrote: > > > On Fri, Jul 02, 2021 at 07:39:20AM -0400, Todd Gruhn wrote: > > > >> How much of this prob is IPF and how much is Google? > >> > > > > Probably neither, > > > > Yeah. Firefox is locking up my system too after upgrading to 9.99.86. > E

Re: IPF rules

2021-07-02 Thread Todd Gruhn
I usually find gmail with DDG, then click on it. On Fri, Jul 2, 2021 at 8:17 AM Brett Lymn wrote: > > On Fri, Jul 02, 2021 at 07:39:20AM -0400, Todd Gruhn wrote: > > I started NetBSD, and shutoff IPF. Pinging mail.google.com and > > gsuite.google.com both got immediate > >

Re: IPF rules

2021-07-02 Thread Todd Gruhn
l 01, 2021 at 10:17:48PM -0400, Todd Gruhn wrote: > > I like the point about DNS -- sooo if I accept tcp/53 and udp/53, that > > can speed things > > up? > > > > Well, at least you won't be breaking DNS which is a good start. It is > hard to say if it will or won't

Re: IPF rules

2021-07-01 Thread Todd Gruhn
I like the point about DNS -- sooo if I accept tcp/53 and udp/53, that can speed things up? On Thu, Jul 1, 2021 at 10:03 PM Todd Gruhn wrote: > > How would I know if IPF is the problem? > > I stole the IPF rules from 2 of the IPF examples in /usr/share/examples/ipf > > On Thu

Re: Compiling NetBSD-HEAD kernel sources

2021-07-01 Thread Todd Gruhn
HM -- I like that idea. What I been doing is I take ./conf/GENERIC, copy to a new file, then edit the new file by commenting out all the devices not on my system (thats alot!). I save this conf in CVS. How well can I get this idea to work with NetBSD-HEAD? On Thu, Jul 1, 2021 at 8:43 AM

USB

2021-07-01 Thread Todd Gruhn
I noticed that I can mount and access my USB-2 device -- which is formatted for Ms Windoze. (Ms hmm - feminine Windoze) I still cant access USB-3.0 and USB-3.1 ports.

Re: Compiling NetBSD-HEAD kernel sources

2021-06-29 Thread Todd Gruhn
I have never tried writing my own NetBSD config. I always started with GENERIC, then commented out any hardware that is not on my system. On Tue, Jun 29, 2021 at 12:50 AM Martin Husemann wrote: > > On Mon, Jun 28, 2021 at 08:48:31PM -0400, Todd Gruhn wrote: > > Oh, we > &

Re: Compiling NetBSD-HEAD kernel sources

2021-06-28 Thread Todd Gruhn
Oh, we Thanks On Mon, Jun 28, 2021 at 4:02 PM Chavdar Ivanov wrote: > > On Mon, 28 Jun 2021 at 19:51, Todd Gruhn wrote: > > > > This applies to future releases of NetBSD-HEAD also? > > One can't be sure, future versions may have modifications which make >

Re: Compiling NetBSD-HEAD kernel sources

2021-06-28 Thread Todd Gruhn
This applies to future releases of NetBSD-HEAD also? On Mon, Jun 28, 2021 at 1:33 PM Chavdar Ivanov wrote: > > On Mon, 28 Jun 2021 at 18:29, Todd Gruhn wrote: > > > > When I configure, and compile a kernel from HEAD-sources, can I use a kernel > > config-file from

Compiling NetBSD-HEAD kernel sources

2021-06-28 Thread Todd Gruhn
When I configure, and compile a kernel from HEAD-sources, can I use a kernel config-file from previous NetBSD versions?

I forgot to backup /etc dir when I upgraded

2021-06-27 Thread Todd Gruhn
I just upgraded to NetBSD 9.99* HEAD. The root partition is mounted 'ro'. Is there a way to umount -f / then then remount it as a "rw" filesystem ?

Re: Cant start ipf

2021-06-27 Thread Todd Gruhn
at the bottom :( > > Thanks, > > Jason M. > > Get BlueMail for Android <https://bluemail.me> > On Jun 26, 2021, at 9:59 PM, Todd Gruhn <mailto:tgru...@gmail.com>> wrote: > > Exactly, Jason. Ideas? I also upgraded the rest of the software. > Th

X windows freezes under nouveau

2021-06-25 Thread Todd Gruhn
I have seen nouveau freeze several times -- I had to reboot the system I have seen NetBSD pause for exended periods of time when it loaded the nouveau driver. Is there a way to find the cause and send it in? How do I know the problem is NetBSD (i am running HEAD), or the nouveau driver?

Re: Converting Cat-3 phone to Cat-5 ethernet

2021-06-23 Thread Todd Gruhn
Thanks everyone. I think I will hold off on this idea... On Wed, Jun 23, 2021 at 6:12 PM Diana Eichert wrote: > > I second this exact configuration with voip.ms. I also use anveo direct > and vitelity ( or whatever it is called today ). > > diana > > On Wed, Jun 23, 2021 at 2:37 PM wrote: > >

Converting Cat-3 phone to Cat-5 ethernet

2021-06-23 Thread Todd Gruhn
It is possible to connect an analog phone to a router connected to the cable/internet network? It would require converting 4-wire connection to a 8-wire connection. I wanna be rid of the cable-modem (and possibly block Microsoft upgrades) . Has anyone done such a thing?

Re: USB-HEAD wont talk to USB ports

2021-06-20 Thread Todd Gruhn
Thanks. That simplified my life :-) My new Q is frequency -- How often should I get current sources and upgrade the kernel? On Sun, Jun 20, 2021 at 2:43 PM Martin Neitzel wrote: > > > FIRST MY DMESG: > > [...] > > It looks like it repeated? > > The kernel message ring buffer (that's what

USB-HEAD wont talk to USB ports

2021-06-20 Thread Todd Gruhn
FIRST MY DMESG: ec, 512 bytes/sect x 124735488 sectors [ 4.404990] sd0: fabricating a geometry [ 5.034989] uhub2 at uhub1 port 9: Genesys Logic (0x05e3) USB Hub (0x0604), class 9/0, rev 1.10/3.05, addr 3 [ 5.244989] uhub2: 4 ports with 4 removable, self powered [ 6.234985] uhidev0

Re: ImageMagick Strangeness

2021-06-19 Thread Todd Gruhn
Worked, thanks. On Sat, Jun 19, 2021 at 1:04 PM wrote: > > On Sat, Jun 19, 2021 at 08:22:55AM +, Todd Gruhn wrote: > > I found something strange: > > > > If I run display or display6 , or I type in the entire path, both > > versions work. If I add these to

Re: GeForce GTX 680

2021-06-19 Thread Todd Gruhn
the system without 'disable nouveau' ... IT WORKED!! Aparrently the prob was the nVidia driver in the firmware On Fri, Jun 18, 2021 at 5:30 PM Todd Gruhn wrote: > > I think Wikipedia is correct. Here is the PDF that says so: > > > https://www.nvidia.com/content/PDF/product

ImageMagick Strangeness

2021-06-19 Thread Todd Gruhn
I found something strange: If I run display or display6 , or I type in the entire path, both versions work. If I add these to my .mwmrc, they both fail. Why? Here is the offending line: "ImageMagick"f.exec "/usr/pkg/bin/display6 &"

Re: ImageMagick

2021-06-19 Thread Todd Gruhn
HA! Found it ... Thanks On Sat, Jun 19, 2021 at 7:25 AM Chavdar Ivanov wrote: > > On Sat, 19 Jun 2021 at 02:14, Todd Gruhn wrote: > > > > I just installed ImageMagick using pkgsrc. What happened to the GUI front > > end > > It is /usr/pkg/bin/display

ImageMagick

2021-06-18 Thread Todd Gruhn
I just installed ImageMagick using pkgsrc. What happened to the GUI front end I got with ImageMagick 4.x (Kodak Labs) and ImageMagick 6.x (ImageMagick site) ?

Re: GeForce GTX 680

2021-06-18 Thread Todd Gruhn
NetBSD-HEAD starts fine. If I start X11, windows start after a 5min wait. Ideas here? On Fri, Jun 18, 2021 at 4:29 PM Mr Roooster wrote: > > On Fri, 18 Jun 2021 at 14:04, Todd Gruhn wrote: > > > > I just recieved a GTX 680. I saw *680 in the nouveau(4) page. > > Aparr

GeForce GTX 680

2021-06-18 Thread Todd Gruhn
I just recieved a GTX 680. I saw *680 in the nouveau(4) page. Aparrently that does not also apply to GTX 680. Is anything known about support for the nVidia GTX 680?

Re: web-camera

2021-06-17 Thread Todd Gruhn
I plugged the cam into the 3.1 socket and did: fswebcom -r 640x480 output1.jpeg # From the manpage I got a pic in JPEG format that I could view with FireFox On Thu, Jun 17, 2021 at 11:18 AM Todd Gruhn wrote: > > WOW! That will 'splain a lot. > > On Thu, Jun 17, 2021 at 7:13 AM

Re: OpenOffice exists?

2021-06-17 Thread Todd Gruhn
thanks. On Thu, Jun 17, 2021 at 7:35 PM Rhialto wrote: > > On Thu 17 Jun 2021 at 15:29:52 +, Todd Gruhn wrote: > > I cant find OpenOffice in the pkg tree. > > I pointed a SE at netbsd.org ans asked about OpenOffice. > > Apparently much work has been d

OpenOffice exists?

2021-06-17 Thread Todd Gruhn
I cant find OpenOffice in the pkg tree. I pointed a SE at netbsd.org ans asked about OpenOffice. Apparently much work has been done on NetBSD/OpenOffice. Is OpenOffice currently in ./pkgsrc ?

Re: web-camera

2021-06-17 Thread Todd Gruhn
WOW! That will 'splain a lot. On Thu, Jun 17, 2021 at 7:13 AM Simon Burge wrote: > > Todd Gruhn wrote: > > > Thanks. NetBSD has a config file for the boot sequence? > > That sounds like a major change from v 5.x ... > > Look at boot.cfg(5). The man page say

Re: web-camera

2021-06-17 Thread Todd Gruhn
Thanks. NetBSD has a config file for the boot sequence? That sounds like a major change from v 5.x ... On Thu, Jun 17, 2021 at 12:04 AM Simon Burge wrote: > > Todd Gruhn wrote: > > > I found the 'Utility' option and chose each color option. ALL are very > > difficult

Re: web-camera

2021-06-16 Thread Todd Gruhn
I found the 'Utility' option and chose each color option. ALL are very difficult to read. Its like the power has been cut to both fg and bg. Is there a way to work around this? Is there a way to catch this and pass it along? (like a log file?) On Wed, Jun 16, 2021 at 9:15 PM Todd Gruhn wrote

Re: web-camera

2021-06-16 Thread Todd Gruhn
Thanks for the idea. I will check it out tomorrow. That will prob fix the prob I had last time . On Wed, Jun 16, 2021 at 8:28 PM RVP wrote: > > On Wed, 16 Jun 2021, Todd Gruhn wrote: > > > When I run the INSTALL/UPGRADE utility I get a dark-blue screen that > >

Re: web-camera

2021-06-16 Thread Todd Gruhn
at 2:55 PM Todd Gruhn wrote: > > Thanks. I will try that then... > > On Wed, Jun 16, 2021 at 9:56 PM RVP wrote: > > > > On Wed, 16 Jun 2021, Todd Gruhn wrote: > > > > > S, just download the tar files, and upgrade to HEAD ? > > > > >

Re: web-camera

2021-06-16 Thread Todd Gruhn
Thanks. I will try that then... On Wed, Jun 16, 2021 at 9:56 PM RVP wrote: > > On Wed, 16 Jun 2021, Todd Gruhn wrote: > > > S, just download the tar files, and upgrade to HEAD ? > > > > That sounds like a simple fix. > > > > Rather, install from the image. > > -RVP

Re: web-camera

2021-06-16 Thread Todd Gruhn
S, just download the tar files, and upgrade to HEAD ? That sounds like a simple fix. On Wed, Jun 16, 2021 at 8:59 PM RVP wrote: > > On Wed, 16 Jun 2021, Todd Gruhn wrote: > > > drvctl -l -t > > ... > > It is USB-3.0 . > > > > That's fine. External USB

Re: web-camera

2021-06-16 Thread Todd Gruhn
it stripped stuff. Can I run NetBSD-9-HEAD on a NetBSD-9.2 system? On Wed, Jun 16, 2021 at 7:28 PM RVP wrote: > > On Wed, 16 Jun 2021, Todd Gruhn wrote: > > > Here are the results from the new kernel: > > > > dmesg > > ... > > [ 3.322560] uvideo0 at u

Re: web-camera

2021-06-16 Thread Todd Gruhn
-d uaudio0 drvctl -d uaudio0 drvctl: DRVDETACHDEV: Device not configured Notice the last 3 lines of dmesg: Why did everything detach?? On Wed, Jun 16, 2021 at 8:10 AM Todd Gruhn wrote: > > I dont have a usb-hub -- it goes straight into the back of my computer. > > 'drvctl -d u

Re: web-camera

2021-06-16 Thread Todd Gruhn
I dont have a usb-hub -- it goes straight into the back of my computer. 'drvctl -d uaudio0 ' gives no results, so I am compiling a new kernel. On Wed, Jun 16, 2021 at 9:43 AM RVP wrote: > > On Tue, 15 Jun 2021, Todd Gruhn wrote: > > > [ 3.281559] uaudio0: Logitech (0x46d) prod

Re: web-camera

2021-06-15 Thread Todd Gruhn
0807". We have 2 different cameras? The last block: (uaudio0): trigger_input failed . What caused this? This is a GENERIC kernel config. I renamed it and checked it into cvs. I avoid messing up the original ... On Tue, Jun 15, 2021 at 10:50 PM RVP wrote: > > On Tue, 15 Jun 2021,

Re: web-camera

2021-06-15 Thread Todd Gruhn
I got pkgsrc-wip installed. Ideas here? On Tue, Jun 15, 2021 at 8:10 PM Chavdar Ivanov wrote: > > On Mon, 14 Jun 2021 at 21:12, Rhialto wrote: > > > > On Sun 13 Jun 2021 at 20:03:14 +0100, Chavdar Ivanov wrote: > > > I tested ffplay4 on a -current system, which is a VirtualBox guest > > >

GTX 680 support

2021-06-15 Thread Todd Gruhn
I just reinstalled nouveau driver(s?). It supports GeForce 6xx and GeForce 7xx. What about GeForce GTX 6xx?

Re: getting pkgsrc-wip with CVS

2021-06-14 Thread Todd Gruhn
Thanks. I'll do that. This is the first time I messed with wip since 2005. On Mon, Jun 14, 2021 at 11:58 PM matthew sporleder wrote: > > You unzip it and rename the directory to 'wip' under pkgsrc/ as if it > were a category > > On Mon, Jun 14, 2021 at 6:36 PM Todd Gruhn wrote

Re: getting pkgsrc-wip with CVS

2021-06-14 Thread Todd Gruhn
gt; > On Mon, Jun 14, 2021 at 1:34 PM Todd Gruhn wrote: > > > > Thats fine. I just dont care to learn git. > > > > On Mon, Jun 14, 2021 at 1:30 PM Greg Troxel wrote: > > > > > > > > > Todd Gruhn writes: > > > > > > > On S

Re: getting pkgsrc-wip with CVS

2021-06-14 Thread Todd Gruhn
Thats fine. I just dont care to learn git. On Mon, Jun 14, 2021 at 1:30 PM Greg Troxel wrote: > > > Todd Gruhn writes: > > > On Sun, Jun 13, 2021 at 6:04 PM Benny Siegert wrote: > >> > >> On Sun, 13 Jun 2021, Todd Gruhn wrote: > >> >

Re: getting pkgsrc-wip with CVS

2021-06-14 Thread Todd Gruhn
sibly cached at cdn) > > On Mon, Jun 14, 2021 at 7:31 AM Todd Gruhn wrote: > > > > How often do the snapshots update? I got one last night. > > > > On Mon, Jun 14, 2021 at 12:02 AM Martin Husemann wrote: > > > > > > On Sun, Jun 13, 2021 at 02:46:28PM

Re: getting pkgsrc-wip with CVS

2021-06-14 Thread Todd Gruhn
How often do the snapshots update? I got one last night. On Mon, Jun 14, 2021 at 12:02 AM Martin Husemann wrote: > > On Sun, Jun 13, 2021 at 02:46:28PM +, Todd Gruhn wrote: > > Rats > > You can download a snapshot with your browser though. > > Martin

Re: web-camera

2021-06-13 Thread Todd Gruhn
That looks like what I get. I remember the [video4linux2...] part On Sun, Jun 13, 2021 at 6:40 PM Chavdar Ivanov wrote: > > > On 6/13/21 5:00 PM, Todd Gruhn wrote: > > "libc.so.12" isnt that a C-programming lib? > > > > On Sun, Jun 13, 2021 at 7:03 PM Chavd

Re: web-camera

2021-06-13 Thread Todd Gruhn
"libc.so.12" isnt that a C-programming lib? On Sun, Jun 13, 2021 at 7:03 PM Chavdar Ivanov wrote: > > On Sun, 13 Jun 2021 at 12:15, Todd Gruhn wrote: > > > > Is there a nice way to collect it? I get stuff about a linux device. > > I dont understand why... &g

Re: getting pkgsrc-wip with CVS

2021-06-13 Thread Todd Gruhn
Rats On Sun, Jun 13, 2021 at 6:04 PM Benny Siegert wrote: > > On Sun, 13 Jun 2021, Todd Gruhn wrote: > > > Is it possible to get pkgsrc-wip using cvs ? > > No. You have to use git. > > -- > Benny

getting pkgsrc-wip with CVS

2021-06-13 Thread Todd Gruhn
Is it possible to get pkgsrc-wip using cvs ?

Re: web-camera

2021-06-13 Thread Todd Gruhn
Is there a nice way to collect it? I get stuff about a linux device. I dont understand why... On Sun, Jun 13, 2021 at 7:12 AM nia wrote: > > On Sun, Jun 13, 2021 at 07:11:47AM -0400, Todd Gruhn wrote: > > I built ffplay4 from the current pkgsrc tree. It compiled completely, b

Re: web-camera

2021-06-13 Thread Todd Gruhn
, nia wrote: > > > > > > On Sat, Jun 12, 2021 at 04:12:32PM +, Todd Gruhn wrote: > > > > I dont have a camera in my screen (like a laptop would). I have a > > > > LogiTech > > > > web-cam hooked to my flat-screen, and plugged into a USB port.

Re: web-camera

2021-06-12 Thread Todd Gruhn
Thanks On Sat, Jun 12, 2021 at 9:05 PM nia wrote: > > On Sat, Jun 12, 2021 at 04:12:32PM +, Todd Gruhn wrote: > > I dont have a camera in my screen (like a laptop would). I have a LogiTech > > web-cam hooked to my flat-screen, and plugged into a USB port. > > Woul

Re: web-camera

2021-06-12 Thread Todd Gruhn
I dont have a camera in my screen (like a laptop would). I have a LogiTech web-cam hooked to my flat-screen, and plugged into a USB port. Would this make a difference? On Sat, Jun 12, 2021 at 4:09 PM nia wrote: > > On Sat, Jun 12, 2021 at 11:07:26AM +, Todd Gruhn wrote: > >

web-camera

2021-06-12 Thread Todd Gruhn
I installed Cheese. It does not work on my system. Any other options for web-cameras?

Re: NetBSD trivia

2021-06-10 Thread Todd Gruhn
I didnt know X.org had anything to do with such things. I assumed it was OS specific. On Thu, Jun 10, 2021 at 1:19 AM Miko Larsson wrote: > > >The file had a large list of graphics cards, > their memory capacity, clocks, etc. WHERE did this file go? > Could've been an old and outdated remnant

NetBSD trivia

2021-06-09 Thread Todd Gruhn
When I was running NetBSD-5.x there used to be a file called /usr/X11R6/.../Cards0. The file had a large list of graphics cards, their memory capacity, clocks, etc. WHERE did this file go? How does one know if a card is already supported by NetBSD?

Re: back to "Drive ID Changed"

2021-06-01 Thread Todd Gruhn
DEFERRED ERROR, key = 0x2 [ 147.066959] audio1(uaudio0): trigger_input failed: errno=5 [ 147.226959] audio1(uaudio0): trigger_input failed: errno=5 On Tue, Jun 1, 2021 at 8:37 PM RVP wrote: > > On Mon, 31 May 2021, Todd Gruhn wrote: > > > It says that drives are numbered in t

Re: back to "Drive ID Changed"

2021-05-31 Thread Todd Gruhn
to reinstall NetBSD from scratch? On Mon, May 31, 2021 at 11:24 PM Todd Gruhn wrote: > > Thanks. I will try that. > > On Mon, May 31, 2021 at 5:24 PM RVP wrote: > > > > On Mon, 31 May 2021, Todd Gruhn wrote: > > > > > Here is my fstab. It still does no

Re: back to "Drive ID Changed"

2021-05-31 Thread Todd Gruhn
Thanks. I will try that. On Mon, May 31, 2021 at 5:24 PM RVP wrote: > > On Mon, 31 May 2021, Todd Gruhn wrote: > > > Here is my fstab. It still does not work. > > > > # NetBSD /etc/fstab > > # See /usr/share/examples/fstab/ for more examples. > > > >

<    1   2   3   4   5   >