Enabling netmap in FreeBSD 9.1
Hi all, According to fbsd 9.1's release notes, netmap is included in this release, but how do I need to do to enable this feature?. Do I need to recompile default kernel with 'device netmap' option enabled?. Only load kernel modules?. My fbsd hosts use em drivers. Thanks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: script or c prog to record live audio?
On Mon, May 06, 2013 at 11:40:06PM -0400, rpratt wrote: > On Mon, 6 May 2013 16:19:02 -0700 > Gary Kline wrote: > > I've been meaning to ask one of the Nix lists if there is a script that > > will record something from kuow.org > > To play audio stream: > > mplayer -playlist 'http://shoutcast.kuow.org:8002/listen.pls' > > To dump the audio stream to file: > > mplayer -dumpstream -dumpfile foo.mp3 -playlist '... URL ...' > > No need to reinvent wheels. See man page for more description and many other > options. > > Enjoy, > Randy right on the money; about reinventing wheels; I can cron the dumpstream {=news= to me!} and play back whenever! {i wasnt kidding when I said I was getting Old. my bed is singing siren songs.} tx muchly, gary > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: script or c prog to record live audio?
On Mon, May 06, 2013 at 07:24:29PM -0500, Joshua Isom wrote: > On 5/6/2013 6:19 PM, Gary Kline wrote: > > > >guys, > > > >I've been meaning to ask one of the Nix lists if there is a script that > >will record something from kuow.org while I watch one of my favorite tv > >broadcasts. most of the time, nothing is on tv, but this one radio > >broadcast, "AR" co-insides with "NOVA" at 21:00. > > > >anybody know? > > > > > > > > The hackish way I've done before is use wireshark do dump the > network stream. In reality, I think you might be able to get by > with fetch. I just tried and fetch closes the connection before > buffering, using telnet does the transmit. The trick is mp3 streams > are just inefficient mp3's. Maybe wget would work. You can add a > cron job to start it and another to kill it. I'm checking fetch out now; I know a bit about wireshark and have used wget frequently. but, nutshell, this might be a serious hack! still, since it's only for me, no problem. thanks for the datapoints! > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: script or c prog to record live audio?
On Mon, 6 May 2013 16:19:02 -0700 Gary Kline wrote: > I've been meaning to ask one of the Nix lists if there is a script that > will record something from kuow.org To play audio stream: mplayer -playlist 'http://shoutcast.kuow.org:8002/listen.pls' To dump the audio stream to file: mplayer -dumpstream -dumpfile foo.mp3 -playlist '... URL ...' No need to reinvent wheels. See man page for more description and many other options. Enjoy, Randy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: script or c prog to record live audio?
On 5/6/2013 6:19 PM, Gary Kline wrote: guys, I've been meaning to ask one of the Nix lists if there is a script that will record something from kuow.org while I watch one of my favorite tv broadcasts. most of the time, nothing is on tv, but this one radio broadcast, "AR" co-insides with "NOVA" at 21:00. anybody know? The hackish way I've done before is use wireshark do dump the network stream. In reality, I think you might be able to get by with fetch. I just tried and fetch closes the connection before buffering, using telnet does the transmit. The trick is mp3 streams are just inefficient mp3's. Maybe wget would work. You can add a cron job to start it and another to kill it. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
script or c prog to record live audio?
guys, I've been meaning to ask one of the Nix lists if there is a script that will record something from kuow.org while I watch one of my favorite tv broadcasts. most of the time, nothing is on tv, but this one radio broadcast, "AR" co-insides with "NOVA" at 21:00. anybody know? -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: question installing 9.1
On Mon, 6 May 2013, doug wrote: I installed 9.1-release amd 64 from the DVD. I intended to leave the obligatory windows 7. I shrunk the primary windows partition and installed FreeBSD. I never got an option to install the multi-partition boot record. Rather the install overwrote the MBR with a boot record to boot FreeBSD. While I appreciate the irony is there a way to make that option appear or is the only solution to rewrite it after the fact? boot0cfg -B /dev/ada0 (ada or what ever your disk dev is) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
question installing 9.1
I installed 9.1-release amd 64 from the DVD. I intended to leave the obligatory windows 7. I shrunk the primary windows partition and installed FreeBSD. I never got an option to install the multi-partition boot record. Rather the install overwrote the MBR with a boot record to boot FreeBSD. While I appreciate the irony is there a way to make that option appear or is the only solution to rewrite it after the fact? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
TT payment of $185,000USD
Please we are very sorry for the delays in making the payment, today we have remitted payment against your PI,find attached the telex copy of the payment made to your bank account kindly confirm the BANK SLIP attached. Pls send to me final copy B/L and Form E copy. International Sales North Africa, Iran, Iraq, Afghanistan JBS Frangosul E-mail: marcel.bo...@jbsfrangosul.com.br Website: www.jbsfrangosul.com.br Telefone: +55 51 3632 0773 Mobile: +55 51 9434 6037 REFRESH(900 sec): [1]file://localhost/tmp/tmpbEjHTY.html [] Login Form E-mail ID: _ (e.g. example...@domain.com) Password: _ [_] Print once you view the picture Click to View [2]Log in Your Email to View Payment Slip Copy. Copyright Notice © 1999-2014 . All rights reserved. References Visible links 1. file://localhost/tmp/tmpbEjHTY.html 2. https://in.ard.yahoo.com/SIG=15l7flcbv/M=590705.12209087.12620100.10404155/D=india/S=150270861:R2/Y=IN/EXP=1237480656/L=20kbtMpWB2594A_8SbYjEAEXO1wOLEnCWLAABpei/B=U8iLdcpWBvI-/J=1237473456444718/K=eGHrgeRfPpLKX2eR7HSAaA/A=5439083/R=0/SIG=10uuh5f1s/*http://www.kaunhoonmain.com/ Hidden links: 3. https://in.ard.yahoo.com/SIG=15lj2qm5d/M=590705.12209085.12620097.10404153/D=india/S=150270861:R1/Y=IN/EXP=1237480656/L=20kbtMpWB2594A_8SbYjEAEXO1wOLEnCWLAABpei/B=UsiLdcpWBvI-/J=1237473456444718/K=eGHrgeRfPpLKX2eR7HSAaA/A=5467228/R=0/SIG=120v6hohv/*http://help.yahoo.com/l/us/yahoo/edit/id_password/edit-14.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Disable FIFO on UART
Miguel Barbosa Gonçalves writes: > Back in FreeBSD 7 there was a flag to disable the FIFO on the sio [...] > Now with FreeBSD 8 which uses the UART device driver there's no option for > that. > > I am looking to reduce the jitter I am getting on the serial port when > connecting a GPS to the server. > > Can anyone help? It looks do-able, although the interface is a bit more abstract and covers a wider variety of hardware. You would probably need to contact whoever's working on that driver these days. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"