Re: [gentoo-user] Re: Mail on multiple laptops

2008-07-16 Thread Michael Pobega
On Tue, Jul 15, 2008 at 06:12:58PM +0200, Florian Philipp wrote:
> Grant Edwards schrieb:
>> On 2008-07-15, Michael Pobega <[EMAIL PROTECTED]> wrote:
>>> On Tue, Jul 15, 2008 at 08:00:22AM -0700, Michael Higgins wrote:
>>>> On Tue, 15 Jul 2008 10:11:08 -0400 (EDT)
>>>> "James" <[EMAIL PROTECTED]> wrote:
>>>>
>>>>> On Tue, July 15, 2008 9:05 am, Michael Pobega wrote:
>>>>>> I've always had just one laptop so I've been a POP user for years
>>>>>> now, but I'm finally buying a second laptop for travels (Asus Eee
>>>>>> PC) and I was wondering what gentoo-user would recommend as a good
>>>>>> way to keep the mail synced on both of my machines.
>>> Can I use procmail with IMAP or is that not possible?
>> That depends.  My ISP allows me to run my mail through procmail
>> on the IMAP server.  Gmail doesn't allow that, so you'd have to
>> set up a cron job to read mail from the inbox, run it through
>> procmail, and then store it back into folders on the IMAP server.
>>> And how do I configure Mutt to use download/sync IMAP?
>> Mutt isn't really intended to "download/sync IMAP" (I presume
>> you're referring to offline usage).  Mutt is intended to be
>> used online -- to be connected to an IMAP server while you're
>> using it.
>> The whole point of IMAP is that you don't download all your
>> mail.  You leave it on the server.  I've read about MUAs who
>> are supposed to maintain a local mirror of all of the mail and
>> sync it periodically with the server, but I've never met
>> anybody who actually uses IMAP that way.
>
> Take a look on net-mail/offlineimap. I used it for some time for 
> offline-reading while taking a train but I found mail-readers with proper 
> support for downloading mails automatically (a folder-specific option on 
> Thunderbird, Evolution and Claws, for example) more convenient than running 
> another app in the background.
>

It works really nicely, but for some reason it dies when downloading
message number 7088... I don't know what causes this. How can I tell
which message is 7088 on Gmail? Perhaps I can just delete it and work
around it...

http://pastebin.com/m45fb8db4

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Mail on multiple laptops

2008-07-15 Thread Michael Pobega
On Tue, Jul 15, 2008 at 04:02:07PM +, Grant Edwards wrote:
> On 2008-07-15, Michael Pobega <[EMAIL PROTECTED]> wrote:
> > On Tue, Jul 15, 2008 at 03:25:58PM +, Grant Edwards wrote:
> >> On 2008-07-15, Nicolai Beuermann <[EMAIL PROTECTED]> wrote:
> >> 
> >>>> I was looking into IMAP but I can't really figure out how it
> >>>> works
> >>>
> >>> Maybe one can compare it with a simple remote filesystem.
> >> 
> >> With a few database features thrown in.
> >> 
> >> With IMAP, you can create folders on the server and leave all
> >> your mail there.  That way you can get to it with any IMAP
> >> client on any machine.  Most ISPs (and Gmail) offer web access
> >> as well.
> >
> > One problem I find is that switching from folder to folder
> > takes a long time ... Sometimes the cache saves, but other
> > times it needs to reread all 54,000 emails, and that takes
> > quite a while. Is there a better method of accessing my
> > folders to speed this up?
> 
> You've got 54000 emails in a single folder?  Yikes.  I can't
> imagine that's going to be very fast even with local mail
> storage.  I use IMAP servers that have folders with a couple
> thousand messages -- that can take a second or two.  Most MUAs
> have a header-caching scheme that should prevent it from having
> to fetch all of the headers (let along read all the emails)
> when you change folders.  I have noticed that sometimes mutt
> re-scans the headers when I change to a folder, but I don't
> know what triggers that (it doesn't seem to happen regularly).
> 

Yeah, my debian-user folder is at 54,000 e-mails now. It's pretty crazy,
it takes me about four minutes to access it. I don't know why Mutt needs
to continually cache the data, I thought the idea of caches was to
prevent things like this from happening?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Mail on multiple laptops

2008-07-15 Thread Michael Pobega
On Tue, Jul 15, 2008 at 03:54:21PM +, Grant Edwards wrote:
> On 2008-07-15, Michael Pobega <[EMAIL PROTECTED]> wrote:
> > On Tue, Jul 15, 2008 at 08:00:22AM -0700, Michael Higgins wrote:
> >> On Tue, 15 Jul 2008 10:11:08 -0400 (EDT)
> >> "James" <[EMAIL PROTECTED]> wrote:
> >> 
> >> > On Tue, July 15, 2008 9:05 am, Michael Pobega wrote:
> >> > > I've always had just one laptop so I've been a POP user for years
> >> > > now, but I'm finally buying a second laptop for travels (Asus Eee
> >> > > PC) and I was wondering what gentoo-user would recommend as a good
> >> > > way to keep the mail synced on both of my machines.
> >
> > Can I use procmail with IMAP or is that not possible?
> 
> That depends.  My ISP allows me to run my mail through procmail
> on the IMAP server.  Gmail doesn't allow that, so you'd have to
> set up a cron job to read mail from the inbox, run it through
> procmail, and then store it back into folders on the IMAP server.
> 

How would I do that? I have no idea where to even begin...

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Mail on multiple laptops

2008-07-15 Thread Michael Pobega
On Tue, Jul 15, 2008 at 03:25:58PM +, Grant Edwards wrote:
> On 2008-07-15, Nicolai Beuermann <[EMAIL PROTECTED]> wrote:
> 
> >> I was looking into IMAP but I can't really figure out how it works
> >
> > Maybe one can compare it with a simple remote filesystem.
> 
> With a few database features thrown in.
> 
> With IMAP, you can create folders on the server and leave all
> your mail there.  That way you can get to it with any IMAP
> client on any machine.  Most ISPs (and Gmail) offer web access
> as well.
> 

One problem I find is that switching from folder to folder takes a long
time ... Sometimes the cache saves, but other times it needs to reread
all 54,000 emails, and that takes quite a while. Is there a better
method of accessing my folders to speed this up?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mail on multiple laptops

2008-07-15 Thread Michael Pobega
On Tue, Jul 15, 2008 at 08:00:22AM -0700, Michael Higgins wrote:
> On Tue, 15 Jul 2008 10:11:08 -0400 (EDT)
> "James" <[EMAIL PROTECTED]> wrote:
> 
> > On Tue, July 15, 2008 9:05 am, Michael Pobega wrote:
> > > I've always had just one laptop so I've been a POP user for years
> > > now, but I'm finally buying a second laptop for travels (Asus Eee
> > > PC) and I was wondering what gentoo-user would recommend as a good
> > > way to keep the mail synced on both of my machines.
> 
> IMAP++
> 

Can I use procmail with IMAP or is that not possible? And how do I
configure Mutt to use download/sync IMAP?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Mail on multiple laptops

2008-07-15 Thread Michael Pobega
I've always had just one laptop so I've been a POP user for years now,
but I'm finally buying a second laptop for travels (Asus Eee PC) and I
was wondering what gentoo-user would recommend as a good way to keep the
mail synced on both of my machines.

I was looking into IMAP but I can't really figure out how it works, and
Google doesn't offer IMAP, and I'd like to keep this e-mail address. Can
anyone make any suggestions?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgp99Uteje2Pu.pgp
Description: PGP signature


Re: [gentoo-user] Ekiga not finding v4l

2008-07-07 Thread Michael Pobega
On Mon, Jul 07, 2008 at 08:09:38AM -0500, Albert Hopkins wrote:
> On Sun, 2008-07-06 at 16:31 -0400, Michael Pobega wrote:
> > Yessir, it does...
> > 
> > dev-libs/pwlib-1.10.10-r1  USE="alsa ldap sdl ssl v4l xml -debug
> > -ieee1394 -ipv6 -oss -sasl -v4l2"
> > 
> > Is there anything else I should check? Perhaps I should enable OSS
> > support as well...? I mean, it may work, considering I have ALSA doing
> > OSS emulation. I'm not sure if it's even worth a try though.
> 
> You shouldn't neeed OSS support (is it still even in the kernel?) or
> even OSS emulation AFAIK.  Does arecord even work?  Start with the
> basics.
> 
> -a
> 
> 

No matter what I do arecord doesn't want to work, and I don't understand
how to apply the output of `arecord -L` with the -D flag ... Any ideas?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgp3NzYAzzhxW.pgp
Description: PGP signature


Re: [gentoo-user] Ekiga not finding v4l

2008-07-06 Thread Michael Pobega
On Sun, Jul 06, 2008 at 02:05:33PM -0500, Albert Hopkins wrote:
> On Sun, 2008-07-06 at 14:30 -0400, Michael Pobega wrote:
> > On Sun, Jul 06, 2008 at 12:14:30PM -0500, Albert Hopkins wrote:
> > > On Sun, 2008-07-06 at 12:10 -0400, Michael Pobega wrote:
> > > [...]
> > > > now I have another issue, because my
> > > > microphone doesn't seem to want to work in Ekiga ... I can get
> > > > playback
> > > > through my speakers (using alsamixer) but no matter what I do I can't
> > > > get Ekiga's echoing system to echo back my microphone
> > > > (sip:[EMAIL PROTECTED]) ... It's frustrating at this point in time, but 
> > > > I
> > > > hope this is as easily solvable as the webcam issue. 
> > > 
> > > Make sure your microphone is unmuted (alsamixer).  If applicable, make
> > > sure that your "capture device" is set to "microphone" (alsamixer -V
> > > capture).
> > > 
> > 
> > Nope, not working. No matter what settings I use in alsamixer the
> > microphone doesn't seem to work with Ekiga's echo call ... So I don't
> > know where to go from here. Here is a screenshot with my alsamixer
> > settings
> 
> I dunno... works for me ;-)
> 
> Again, check your USE flags... does pwlib have alsa support?
> 
> -a
> 

Yessir, it does...

dev-libs/pwlib-1.10.10-r1  USE="alsa ldap sdl ssl v4l xml -debug -ieee1394 
-ipv6 -oss -sasl -v4l2"

Is there anything else I should check? Perhaps I should enable OSS
support as well...? I mean, it may work, considering I have ALSA doing
OSS emulation. I'm not sure if it's even worth a try though.

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgphsowBU1kI6.pgp
Description: PGP signature


Re: [gentoo-user] Ekiga not finding v4l

2008-07-06 Thread Michael Pobega
On Sun, Jul 06, 2008 at 12:14:30PM -0500, Albert Hopkins wrote:
> On Sun, 2008-07-06 at 12:10 -0400, Michael Pobega wrote:
> [...]
> > now I have another issue, because my
> > microphone doesn't seem to want to work in Ekiga ... I can get
> > playback
> > through my speakers (using alsamixer) but no matter what I do I can't
> > get Ekiga's echoing system to echo back my microphone
> > (sip:[EMAIL PROTECTED]) ... It's frustrating at this point in time, but I
> > hope this is as easily solvable as the webcam issue. 
> 
> Make sure your microphone is unmuted (alsamixer).  If applicable, make
> sure that your "capture device" is set to "microphone" (alsamixer -V
> capture).
> 

Nope, not working. No matter what settings I use in alsamixer the
microphone doesn't seem to work with Ekiga's echo call ... So I don't
know where to go from here. Here is a screenshot with my alsamixer
settings

http://img504.imageshack.us/img504/1757/alsamixer2wn3.jpg

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpmok6PXDAiX.pgp
Description: PGP signature


Re: [gentoo-user] Firefox 3 stability

2008-07-06 Thread Michael Pobega
On Fri, Jul 04, 2008 at 12:07:10PM +0200, Gordon Schulz wrote:
> On 7/3/08, Michael Pobega <[EMAIL PROTECTED]> wrote:
> > On Wed, Jul 02, 2008 at 02:24:49PM +1000, Adam Carter wrote:
> >  > I'm finding it unusable as it crashes often. How are you guys finding it?
> >  >
> >
> >
> > That is how I found FF2, and why I initially switched to Galeon. But
> >  when Firefox-3.0-r2 came out I gave FF another try, and I don't regret
> >  it at all. FF3 is a vast improvement over FF2 for me, it's quicker, more
> >  robust, takes up less memory, and the UI is a lot nicer. FF2 used to
> >  memory leak like an old man with diareah, but no problems with FF3.
> >
> >  And I'm talking about the mozilla-firefox package, not -bin. For -bin I
> >  have 2.0.0.14 installed in case I ever need to use FF2 for something...I
> >  don't know what I would use it for but it can't hurt to have it.
> 
> Probably a bit OT, but out of boredom I decided to give the newly
> released Opera 9.51 a spin - and I am pleasantly surprised. It's even
> way faster than FF3 and the font rendering is totally awesome.
> As I am developing quite some web-based stuff at work their new
> Dragonfly Debugger/Inspector is a good substitute for Firebug and the
> myopera.com integration supplies the much needed bookmark
> synchronisation between machines that Foxmarks handles on Firefox.
> 

I'm tempted to install Opera, but my system is completely GTK (if not
CLI) and I just don't want to waste space with installing Qt ... Is
there any possible way to install Opera without Qt support?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgp77hZNI6xnT.pgp
Description: PGP signature


Re: [gentoo-user] Ekiga not finding v4l

2008-07-06 Thread Michael Pobega
On Sun, Jul 06, 2008 at 02:22:08AM -0500, Albert Hopkins wrote:
> On Sat, 2008-07-05 at 21:00 -0400, Michael Pobega wrote:
> > On Sat, Jul 05, 2008 at 11:41:49AM -0500, Albert Hopkins wrote:
> > > On Sat, 2008-07-05 at 12:28 -0400, Michael Pobega wrote:
> > > > For some reason when I run Ekiga it doesn't detect any v4l or v4l2
> > > > drivers...Only picture...
> > > > 
> > > > 
> > > Does the OS detect your device? I.E:
> > > 
> > >  1. Do you see it in dmesg?
> > >  2. Does a device get created (e.g. /dev/video0)
> > >  3. Can you read from the device: e.g: $ ffmpeg -f video4linux2 -s
> > > 800x600 -r 10 -i /dev/video0 test.avi
> > > 
> > > Likely your problem is one of the 3.
> > > 
> > > -a
> > > 
> > > 
> > 
> > ackbar pobega # ffmpeg -f video4linux2 -s 800x600 -r 10 -i /dev/video0
> > test.avi
> > FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et
> > al.
> >   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 
> > --mandir=/usr/share/man --enable-static --enable-shared 
> > --cc=x86_64-pc-linux-gnu-gcc --disable-altivec --disable-debug 
> > --disable-audio-oss --disable-v4l --disable-v4l2 --disable-dv1394 
> > --disable-network --disable-opts --enable-libmp3lame --enable-libvorbis 
> > --enable-libogg --enable-x11grab --enable-libogg --enable-gpl --enable-pp 
> > --disable-strip
> >   libavutil version: 49.4.0
> >   libavcodec version: 51.40.4
> >   libavformat version: 51.12.1
> >   built on Jul  2 2008 19:42:30, gcc: 4.1.2 (Gentoo 4.1.2 p1.1)
> > Unknown input or output format: video4linux2
> > 
> > Apparently ffmpeg can't use v4l2 either...Perhaps there is a package
> > I've failed to emerge?
> 
> Note the --disable-v4l in your configuration.
> 
> Also apparently I am running a different version of ffmpeg than you are
> so maybe the version you are running does not support V4L.
> 
> I assume 1 and 2 checked look fine?
> 
> Ekiga uses pwlib.  Did you enable the v4l[2] USE flag for pwlib?
> 
> -a
> 

That was the problem! But now I have another issue, because my
microphone doesn't seem to want to work in Ekiga ... I can get playback
through my speakers (using alsamixer) but no matter what I do I can't
get Ekiga's echoing system to echo back my microphone
(sip:[EMAIL PROTECTED]) ... It's frustrating at this point in time, but I
hope this is as easily solvable as the webcam issue. 

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpYkBM3qVbFW.pgp
Description: PGP signature


Re: [gentoo-user] Ekiga not finding v4l

2008-07-05 Thread Michael Pobega
On Sat, Jul 05, 2008 at 11:41:49AM -0500, Albert Hopkins wrote:
> On Sat, 2008-07-05 at 12:28 -0400, Michael Pobega wrote:
> > For some reason when I run Ekiga it doesn't detect any v4l or v4l2
> > drivers...Only picture...
> > 
> > 
> Does the OS detect your device? I.E:
> 
>  1. Do you see it in dmesg?
>  2. Does a device get created (e.g. /dev/video0)
>  3. Can you read from the device: e.g: $ ffmpeg -f video4linux2 -s
> 800x600 -r 10 -i /dev/video0 test.avi
> 
> Likely your problem is one of the 3.
> 
> -a
> 
> 

ackbar pobega # ffmpeg -f video4linux2 -s 800x600 -r 10 -i /dev/video0
test.avi
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et
al.
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 
--mandir=/usr/share/man --enable-static --enable-shared 
--cc=x86_64-pc-linux-gnu-gcc --disable-altivec --disable-debug 
--disable-audio-oss --disable-v4l --disable-v4l2 --disable-dv1394 
--disable-network --disable-opts --enable-libmp3lame --enable-libvorbis 
--enable-libogg --enable-x11grab --enable-libogg --enable-gpl --enable-pp 
--disable-strip
  libavutil version: 49.4.0
  libavcodec version: 51.40.4
  libavformat version: 51.12.1
  built on Jul  2 2008 19:42:30, gcc: 4.1.2 (Gentoo 4.1.2 p1.1)
Unknown input or output format: video4linux2

Apparently ffmpeg can't use v4l2 either...Perhaps there is a package
I've failed to emerge?


-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpoIPRb98f3d.pgp
Description: PGP signature


[gentoo-user] Ekiga not finding v4l

2008-07-05 Thread Michael Pobega
For some reason when I run Ekiga it doesn't detect any v4l or v4l2
drivers...Only picture...

[EMAIL PROTECTED] ~ % ekiga -d 4
2008/07/05 12:26:35.597   0:00.090ekiga Detected audio 
plugins: ALSA
2008/07/05 12:26:35.598   0:00.091ekiga Detected video 
plugins: Picture
2008/07/05 12:26:35.598   0:00.091ekiga Detected audio 
plugins: ALSA
2008/07/05 12:26:35.598   0:00.091ekiga Detected video 
plugins: Picture
2008/07/05 12:26:35.600   0:00.093ekiga Detected the 
following audio input devices: Default,HDA Intel with plugin ALSA
2008/07/05 12:26:35.600   0:00.093ekiga Detected the 
following audio output devices: Default,HDA Intel with plugin ALSA
2008/07/05 12:26:35.600   0:00.093ekiga Detected the 
following video input devices: StaticPicture,MovingLogo with plugin Picture
2008/07/05 12:26:35.600   0:00.093ekiga Detected the 
following audio input devices: Default,HDA Intel with plugin ALSA
2008/07/05 12:26:35.600   0:00.093ekiga Detected the 
following audio output devices: Default,HDA Intel with plugin ALSA
2008/07/05 12:26:35.600   0:00.093ekiga Detected the 
following video input devices: StaticPicture,MovingLogo with plugin Picture
2008/07/05 12:26:35.833   0:00.326ekiga Ekiga version 
2.0.11
2008/07/05 12:26:35.834   0:00.329ekiga OPAL version 
2.2.11
2008/07/05 12:26:35.839   0:00.332ekiga PWLIB version 
1.10.10
2008/07/05 12:26:35.839   0:00.332ekiga GNOME support 
disabled
2008/07/05 12:26:35.842   0:00.335ekiga Fullscreen 
support enabled
2008/07/05 12:26:35.844   0:00.338ekiga DBUS support 
enabled
2008/07/05 12:26:35.848   0:00.341ekiga Set TCP port 
range to 3:30010
2008/07/05 12:26:35.850   0:00.345ekiga Set RTP port 
range to 5000:5059
2008/07/05 12:26:35.853   0:00.346ekiga Set UDP port 
range to 5060:5100

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpGGvG0xrITj.pgp
Description: PGP signature


Re: [gentoo-user] Firefox 3 stability

2008-07-03 Thread Michael Pobega
On Wed, Jul 02, 2008 at 02:24:49PM +1000, Adam Carter wrote:
> I'm finding it unusable as it crashes often. How are you guys finding it?
> 

That is how I found FF2, and why I initially switched to Galeon. But
when Firefox-3.0-r2 came out I gave FF another try, and I don't regret
it at all. FF3 is a vast improvement over FF2 for me, it's quicker, more
robust, takes up less memory, and the UI is a lot nicer. FF2 used to
memory leak like an old man with diareah, but no problems with FF3.

And I'm talking about the mozilla-firefox package, not -bin. For -bin I
have 2.0.0.14 installed in case I ever need to use FF2 for something...I
don't know what I would use it for but it can't hurt to have it.

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpRJbfZAbTx3.pgp
Description: PGP signature


Re: [gentoo-user] Microphone help

2008-06-30 Thread Michael Pobega
On Tue, Jul 01, 2008 at 05:23:20AM +0300, Daniel Iliev wrote:
> On Mon, 30 Jun 2008 22:10:44 -0400
> Michael Pobega <[EMAIL PROTECTED]> wrote:
> 
> > On Mon, Jun 30, 2008 at 09:49:58PM -0400, sean wrote:
> > > Michael Pobega wrote:
> > >
> > >> I use wmii and I really don't want to have to merge qt just to
> > >> test out my sound device...Any other suggestions?
> > >
> > > alsamixer is the only other thing that comes to mind.
> > 
> > Well I have everything turned to max and still no microphone sound. Or
> > should I turn some things down in alsamixer?
> > 
> 
> Any chance you have forgotten some muted channels?
> 
> ("m" is the key for "mute on/off toggle" in alsamixer)
> 

Jeez, how could I not notice something so obvious.

Thanks.

Now to find a good VoIP client...Can anyone help me out with that?
Looking for something cross-platform (Windows/Linux) that can do
webcam/audio support. I tried WengoPhone but the registration site seems
to be down...

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpyVdR4F3smr.pgp
Description: PGP signature


Re: [gentoo-user] Microphone help

2008-06-30 Thread Michael Pobega
On Mon, Jun 30, 2008 at 09:49:58PM -0400, sean wrote:
> Michael Pobega wrote:
>
>> I use wmii and I really don't want to have to merge qt just to test out
>> my sound device...Any other suggestions?
>
> alsamixer is the only other thing that comes to mind.

Well I have everything turned to max and still no microphone sound. Or
should I turn some things down in alsamixer?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpq3V9EGW8de.pgp
Description: PGP signature


Re: [gentoo-user] Microphone help

2008-06-30 Thread Michael Pobega
On Mon, Jun 30, 2008 at 07:50:42PM -0400, sean wrote:
> Michael Pobega wrote:
>> No matter what I do the Mic doesn't seem to make any sound through my
>> laptop's speakers...Any other ideas on what might be causing this
>> problem?
>
> For KDE I had to specify in KMix which device to capture sound.
> Perhaps you need to check such an option in your desktop of choice.

I use wmii and I really don't want to have to merge qt just to test out
my sound device...Any other suggestions?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpLsbASd9uRm.pgp
Description: PGP signature


Re: [gentoo-user] Microphone help

2008-06-30 Thread Michael Pobega
On Mon, Jun 30, 2008 at 12:30:38PM +0100, Robert Bridge wrote:
> On Mon, 30 Jun 2008 06:24:44 -0400
> Michael Pobega <[EMAIL PROTECTED]> wrote:
> > I bought a Creative NX Pro 2 webcam a few years back, and got it
> > working with no problems in Gentoo using the gspcav1 drivers from
> > Portage. Now, when I plug in the microphone (Which isn't a USB, but a
> > regular microphone) nothing happens. I can't hear it through my
> > speakers no matter how high I make the sound and I'm not sure if
> > there are any drivers I need to load before it will work.
> > 
> > Running `cat /proc/asound/cards` doesn't do much...It _should_ show my
> > device, but in actuality shows:
> > 
> > > ackbar linux # cat /proc/asound/cards
> > >  0 [Intel  ]: HDA-Intel - HDA Intel
> > >   HDA Intel at 0xfeb38000 irq 16
> > 
> > So at the moment I'm pretty sure my microphone isn't being detected at
> > all. Perhaps there is a kernel driver I missed (looked through two
> > times) or something I need to emerge?
> > 
> > If this driver is unusable in Gentoo, can someone recommend me a
> > (relatively cheap) replacement? Because I'd like to be able to use it
> > as soon as possible. Thank you.
> 
> Have you checked that the microphone is unmuted? Does your card have
> multiple options for the microphone port (line-in as well as mic)?
> Have you adjusted the microphone volume?
> 
> These are all issues I have had with the microphone on my webcam. The
> drivers which matter are the soundcard drivers if you are plugging the
> microphone into it, so I am 99.99% sure it will work with the current
> setup, once you find the correct combination of settings for the
> sound card.
> 
> Good luck with it,
> Rob.
> 

No matter what I do the Mic doesn't seem to make any sound through my
laptop's speakers...Any other ideas on what might be causing this
problem?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpqY2WGVEXKT.pgp
Description: PGP signature


[gentoo-user] Microphone help

2008-06-30 Thread Michael Pobega
Hello gentoo-user.

I bought a Creative NX Pro 2 webcam a few years back, and got it working
with no problems in Gentoo using the gspcav1 drivers from Portage. Now,
when I plug in the microphone (Which isn't a USB, but a regular
microphone) nothing happens. I can't hear it through my speakers no
matter how high I make the sound and I'm not sure if there are any
drivers I need to load before it will work.

Running `cat /proc/asound/cards` doesn't do much...It _should_ show my
device, but in actuality shows:

> ackbar linux # cat /proc/asound/cards
>  0 [Intel  ]: HDA-Intel - HDA Intel
>   HDA Intel at 0xfeb38000 irq 16

So at the moment I'm pretty sure my microphone isn't being detected at
all. Perhaps there is a kernel driver I missed (looked through two
times) or something I need to emerge?

If this driver is unusable in Gentoo, can someone recommend me a
(relatively cheap) replacement? Because I'd like to be able to use it as
soon as possible. Thank you.

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpqB38txytFt.pgp
Description: PGP signature