Re: [gentoo-user] gpgme and s/mime

2005-05-25 Thread Dirk Raeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pupeno wrote:
> Hello,
> I was using s/mime with gpgme on another distro and then, when I tried to use 
> it on Gentoo I've found out KMail claimed s/mime was not supported, I did the 
> re-scan and it says gpgme is compiled without s/mime support, so, a fast grep 
> showed me this:
> /usr/portage/profiles/use.local.desc:app-crypt/gpgme:smime - Add smime support
> so I enabled that USE flag, only to latter found that it is not beign used:
> # emerge -vp gpgme
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [ebuild   R   ] app-crypt/gpgme-1.0.2  814 kB
> 
> Total size of downloads: 814 kB
> 
> 
> Is it me or there's something wrong here ?
> Thank you.
Hi,

it's neither you nor is there something wrong. GnuPG 1.4.1 is the latest
stable version in Gentoo, and it does not support s/mime. So the ebuild for
gpgme is a little modified and does not recognize the smime USE flag.

You have to unmask GnuPG 1.9.15 (as root, do
echo "=app-crypt/gnupg-1.9.15 ~" >> /etc/portage/package.keywords
) and emerge it. Then you should create a portage overlay for gpgme, modify
the ebuild for 1.0.2:
comment out the line
IUSE=""
and uncomment these lines
#IUSE="smime"

#   !smime? ( >=app-crypt/gnupg-1.2.2 )
#   smime? ( >=app-crypt/gnupg-1.9.6 )

After that, re-emerge GnuPG and gpgme. Then you should have s/mime. Be aware
that GnuPG 1.9.x is still considered unstable respectively beta by its
developers and/or the Gentoo maintainers.

HTH

- --
Dirk Raeder

I prefer encrypted and signed messages. My GPG key is available at
hkp://blackhole.pca.dfn.de with ID 0x05EB5446

Registered Linux user #378554
http://counter.li.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFClW772QYJ1wXrVEYRAuGZAJ9zZzycQgPqooDmTphBg6cQ/tDkUQCfVjNh
MQMPYwCo5Az+83Ax/2+dDqo=
=JlB8
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gpgme and s/mime

2005-05-25 Thread Richard Fish
Pupeno wrote:

>Hello,
>I was using s/mime with gpgme on another distro and then, when I tried to use 
>it on Gentoo I've found out KMail claimed s/mime was not supported, I did the 
>re-scan and it says gpgme is compiled without s/mime support, so, a fast grep 
>showed me this:
>/usr/portage/profiles/use.local.desc:app-crypt/gpgme:smime - Add smime support
>so I enabled that USE flag, only to latter found that it is not beign used:
># emerge -vp gpgme
>
>These are the packages that I would merge, in order:
>
>Calculating dependencies ...done!
>[ebuild   R   ] app-crypt/gpgme-1.0.2  814 kB
>
>Total size of downloads: 814 kB
>
>
>Is it me or there's something wrong here ?
>Thank you.
>  
>

Looking through the ebuild for gpgme, it seems that all +smime does is
add a dependancy on >=gnupg-1.9.6, which is currently masked.  The USE
flag is also currently commented out in the ebuild, but it shouldn't
really matter.  If you want to try it, you will need to update both
package.keywords and package.unmask in /etc/portage to allow gnupg-1.9.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Panasonic Toughbook

2005-05-25 Thread Ow Mun Heng
On Tue, 2005-05-24 at 16:48 +, Ian K wrote:
> Ow Mun Heng wrote:
> 
> >On Sun, 2005-05-22 at 18:49 +, Ian K wrote:
> >  
> >
> >>Hi there,
> >>I have recently set up Gentoo on my friend's laptop,
> >>a Panasonic toughbook cf-37. I am currently having difficulty
> >>with sound use, but more importantly, his PCMCIA slot(?).
> >>When I put his wireless card (which he needs working) into
> >>the laptop, and do a dmesg, the following is appended:
> >>
> >>
> >
> >I've seen quite a few of Nobody cared messages. Please search
> >acpi-mailing list

> >
> Can you please tell me where to go to get this mailing list's archives?
> What does this error mean anyway?
> Ian

Try googling for acpi mailing list. I'm not sure where is the link since
I don't have access to I-net at work

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 11:35:35 up 17:59, 5 users, load average: 0.55, 0.53, 0.41 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gpgme and s/mime

2005-05-25 Thread Pupeno
Hello,
I was using s/mime with gpgme on another distro and then, when I tried to use 
it on Gentoo I've found out KMail claimed s/mime was not supported, I did the 
re-scan and it says gpgme is compiled without s/mime support, so, a fast grep 
showed me this:
/usr/portage/profiles/use.local.desc:app-crypt/gpgme:smime - Add smime support
so I enabled that USE flag, only to latter found that it is not beign used:
# emerge -vp gpgme

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-crypt/gpgme-1.0.2  814 kB

Total size of downloads: 814 kB


Is it me or there's something wrong here ?
Thank you.
-- 
Pupeno <[EMAIL PROTECTED]> (http://pupeno.com)
Reading ? Science Fiction ? http://sfreaders.com.ar


pgpmZhMGuVMwu.pgp
Description: PGP signature


[gentoo-user] Dependency problems with Stage 1 install

2005-05-25 Thread Ezequiel Tolnay
Hi, I'm trying to do a stage 1 installation. I've followed all the 
instructions on the handbook, having performed (aparently) the bootstrap 
successfuly. But while emerging system, it failed during one of the 
packages stating that autoconf was not installed.
Emerging autoconf --nodeps failed because it requires automake. Automake 
on turn requires perl. Perl required libperl.
Finally I installed libperl, and attempted to install perl now. It needs 
libgdbm. So I installed it.
So far, this is where I've come now, it is currently attempting to 
install perl again.


I'm making this install on a slow old notebook and it is taking forever. 
I've configured distcc (according to the handbook example) and I'm not 
sure if it is using it. I have also activated the cccache.


On my desktop, I made the installation using the same CD (Gentoo minimal 
2005) from stage 2, and everything was OK. I wonder why I'm having these 
problems with dependencies. Any clues?


Thanks in advance.

Ezequiel Tolnay
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: kernel building tools

2005-05-25 Thread James
Nick Rout  rout.co.nz> writes:


> make help
> 
> and i thinks its oldconfig, not oldmenuconfig ?

yep now I know it's past my bedtime

Any cool tools for building kernels?

menuconfig seems quite arcane..


James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge x.org

2005-05-25 Thread Robert G. Hays
P.S.: I was just told of one fail-to-fix; not certain of the cpu 
involved, but I figured the fail needed to be noted here, for completeness.

rgh

Robert G. Hays wrote:


[digest mode reply]

PREVIOUSLY

Subject:
[gentoo-user] emerge x.org
From:
Hendré Claassen <[EMAIL PROTECTED]>
Date:
Tue, 24 May 2005 14:14:29 +0200

To:



Hello,

While emerging x.org I get an 'Illegal instruction' in the directory 
xc/fonts/scaled/Type1, seems like fc-cache is throwing this 
exception.  I get this 'illegal instruction' also when I just execute 
/usr/bin/fc-cache ... I did a stage 3 installation using the universal 
cd.  Have any one experienced this before?


Thanks,

Hendré.

*
I've given this advice several times, and it seems to work -- it did 
for me, which is why I know it & give it out regularly.


Gentoo compiles overheat certain cpus.

In bios or wherever, reduce your cpu clock by ~~25%, and try it again; 
this is known to work.


Best,
rgh.







--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel building tools

2005-05-25 Thread Nick Rout
make help

and i thinks its oldconfig, not oldmenuconfig ?


On Thu, 26 May 2005 01:16:20 + (UTC)
James wrote:

> Hello,
> 
> Is it OK to use 'make oldmenuconfig' to ensure that the options I had 
> selected in a 2.6.x kernel also are selected for the newer 2.6. kernel? 
> Isn't  'make oldmenuconfig' deprecated for 2.6 or does it still work?
> 
> Also I perviously used xconfig  (make xconfig) in lieu of make menuconfig,
> but I cannot seem to find anything other than menuconfig. Surely
> there is a nicer gui to use to build kernels and track options selected
> in various kernel builds than the ole standby 'make menuconfig'.
> 
> 
> ideas?
> 
> 
> James
> 
> 
> 
> -- 
> gentoo-user@gentoo.org mailing list

-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] FE_GET_INFO failing

2005-05-25 Thread Michael Haan
Trying to get myth to recognize my pchdtv3000 and I believe I'm
getting an error with FE_GET_INFO.  I'm running gentoo, vanilla
sources 2.6.12-rc4, trying to use the the dvb drivers.  I can capture
off the card, so the only thing holding me back is getting myth to see
it.  Does anyone know how to fix it?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel building tools

2005-05-25 Thread Brett I. Holcomb
oldconfig usually works for minor version changes - just don't use it to 
go from say a 2.4 to 2.6.


xconfig needs qt installed - I get an error about qt when I try to run it.


*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make: *** [xconfig] Error 2

On Thu, 26 May 2005, James wrote:


Hello,

Is it OK to use 'make oldmenuconfig' to ensure that the options I had
selected in a 2.6.x kernel also are selected for the newer 2.6. kernel?
Isn't  'make oldmenuconfig' deprecated for 2.6 or does it still work?

Also I perviously used xconfig  (make xconfig) in lieu of make menuconfig,
but I cannot seem to find anything other than menuconfig. Surely
there is a nicer gui to use to build kernels and track options selected
in various kernel builds than the ole standby 'make menuconfig'.


ideas?


James





--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel building tools

2005-05-25 Thread Mike Owen
On 5/25/05, James <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> Is it OK to use 'make oldmenuconfig' to ensure that the options I had
> selected in a 2.6.x kernel also are selected for the newer 2.6. kernel?
> Isn't  'make oldmenuconfig' deprecated for 2.6 or does it still work?
> 
> Also I perviously used xconfig  (make xconfig) in lieu of make menuconfig,
> but I cannot seem to find anything other than menuconfig. Surely
> there is a nicer gui to use to build kernels and track options selected
> in various kernel builds than the ole standby 'make menuconfig'.
> 
> 
> ideas?
> 
> 
> James
> 

I typically just use "make oldconfig", as the number of changes from
one version to the next aren't that great normally. Doing a make
oldconfig will prompt you for each new feature, so once you have your
baseline kernel set, make oldconfig is real quick. When moving between
different -rX versions, it often won't prompt at all.

Mike

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] kernel building tools

2005-05-25 Thread James
Hello,

Is it OK to use 'make oldmenuconfig' to ensure that the options I had 
selected in a 2.6.x kernel also are selected for the newer 2.6. kernel? 
Isn't  'make oldmenuconfig' deprecated for 2.6 or does it still work?

Also I perviously used xconfig  (make xconfig) in lieu of make menuconfig,
but I cannot seem to find anything other than menuconfig. Surely
there is a nicer gui to use to build kernels and track options selected
in various kernel builds than the ole standby 'make menuconfig'.


ideas?


James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Problems with Dual Boot

2005-05-25 Thread AJ Spagnoletti
I just finished installing grub on hda and after one typo in my
grub.conf everything is now working great. Thanks for the help guys

A.J.

On 5/24/05, Richard Fish <[EMAIL PROTECTED]> wrote:
> AJ Spagnoletti wrote:
> 
> >>What ever drive the BIOS reports as the bootable drive may be considered
> >>drive C: by windows, I think. FWIW you have grub booting Gentoo on the
> >>first drive (hd0/hda), so why not change the boot order back and install
> >>grub on hda with an updated grub.conf.
> >>
> >>
> >>
> >I was looking at this as another option but I was concerned because im
> >not sure how to go about a grub install on a windows filesystem. I
> >dont want to mess up the windows installation I have to reinstall that
> >one enough as it is. I will look into installing grub there because it
> >  
> >
> 
> Just install grub to the MBR on hda, not to hda1.  It won't corrupt the
> filesystem.  Just know that if you ever do reinstall windows, it will
> overwrite the MBR, and you will have to boot from a live CD, mount and
> chroot into your linux system, and re-execute the grub "setup" command.
> 
> The grub commands for this should be something like:
> 
> root (hd1,0)
> setup (hd0)
> 
> If it doesn't work, you can always change the boot order back and try
> again.
> 
> HTH
> 
> -Richard
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub prblems...

2005-05-25 Thread James Hiscock
> After recent update of the system my GRUB became partially broken.
> Namely: "default saved"/"savedefault" statements stopped working. Is
> it me or it's a common problem and how do I fix it. I attach my
> grub.conf for those who might be interested...

Once you've managed to boot your system, run "grub-set-default". It'll
create /boot/grub/default, and then the savedefault stuff will work
properly.

...at least, that's what fixed it for me...

Seems to apply to sys-boot/grub-0.96-r1...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage... where dreams come from....

2005-05-25 Thread Nick Rout

On Thu, 26 May 2005 00:39:14 +0100
Neil Bothwick wrote:

> On Thu, 26 May 2005 11:12:46 +1200, Nick Rout wrote:
> 
> > Is there an easy way to find out what new packages have been added
> > after a sync? (other than backing up a package list and then diffing
> > it?)
> 
> You can use esync instead of emerge sync. esync comes with esearch.
> 
> You can look at http://packages.gentoo.org, which shows the latest
> packages.
> 
> You can subscribe to the RSS feed from p.g.o.

no no no I don't want to be advised every time package x goes from
version y-r8 to version y-r9, and I know how to use esearch, and how to
ignore esearch in favour of the far superior eix.

What I am asking is how to out when a completely new package is added.

> 
> 
> -- 
> Neil Bothwick
> 
> Monday is the root of all evil!

-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] no /dev/v4l devices after switching to udev? (possibly)

2005-05-25 Thread Mark Knecht
On 5/24/05, Drew Tomlinson <[EMAIL PROTECTED]> wrote:
> On 5/22/2005 6:43 PM Mark Knecht wrote:
> >
> >   All I hope for now is that they don't suddenly disappear!

And they didn't. The machine works fine now.

I still, however, have absolutely no idea how and why v4l devices get
created. I guess it's udev magic.


> I'm very new to both Linux and Gentoo and thus my input may be way off
> base.  However I experienced a similar problem as you after following
> the udev guide on the Gentoo site.  For whatever reason, after
> converting to udev only, ivtv no longer started by itself on boot up and
> thus, I did not have the /dev/video devices.  I confirmed that ivtv was
> not loaded by using lsmod.  After starting ivtv by hand, the /dev/video
> devices were created.  Maybe this is what's happening to you?
> 

No, in my case ivtv was started but with the old tarball (I guess) the
v4l devices didn't get created.

Anyway, things are working pretty well now.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage... where dreams come from....

2005-05-25 Thread Neil Bothwick
On Thu, 26 May 2005 11:12:46 +1200, Nick Rout wrote:

> Is there an easy way to find out what new packages have been added
> after a sync? (other than backing up a package list and then diffing
> it?)

You can use esync instead of emerge sync. esync comes with esearch.

You can look at http://packages.gentoo.org, which shows the latest
packages.

You can subscribe to the RSS feed from p.g.o.


-- 
Neil Bothwick

Monday is the root of all evil!


pgpFNTidhHjUo.pgp
Description: PGP signature


Re: [gentoo-user] Portage... where dreams come from....

2005-05-25 Thread Barry Marler
On 5/25/05, Nick Rout <[EMAIL PROTECTED]> wrote:
> 
> On Wed, 25 May 2005 18:56:06 -0400
> Jerry McBride wrote:
> 
> >
> > Everytime I go to the portage tree, I find myself CONSTANTLY finding new 
> > gems
> > and thing-a-ma-bobs that make my linux time a fun time.
> >
> > Thank you.
> >
> >
> > Jerry McBride
> 
> Is there an easy way to find out what new packages have been added after a 
> sync? (other than backing up a package list and then diffing it?)
> 
> > --
> > gentoo-user@gentoo.org mailing list
> 
> --
> Nick Rout
> 
> --
> gentoo-user@gentoo.org mailing list
> 

emerge app-portage/esearch && sudo esync

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- Emmanuel Durin <[EMAIL PROTECTED]> wrote:

> Athlon64 processors can execute 32 bits
> instructions. But you can't
> use 32 bits executables with 64 bits libraries (or
> contrary), and this
> will append while recompiling your system (when a
> library used by
> emerge or gcc will be recompiled), so it should fail
> at any time. I
> think it can be done, respecting a certain order and
> maintaining
> executables links to librairies by hand. Already
> it's not really
> recommended to modify the CHOST variable without
> starting with a stage

This could be done if you were to untar an AMD64 stage
tarball on top of your 32 bit system.  You would need
an x86_64  kernel (like the one on the install cd).  I
don't recommend this and doubt anyone else would. ;-)



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage... where dreams come from....

2005-05-25 Thread Nick Rout

On Wed, 25 May 2005 18:56:06 -0400
Jerry McBride wrote:

> 
> Everytime I go to the portage tree, I find myself CONSTANTLY finding new gems 
> and thing-a-ma-bobs that make my linux time a fun time. 
> 
> Thank you.
> 
> 
> Jerry McBride

Is there an easy way to find out what new packages have been added after a 
sync? (other than backing up a package list and then diffing it?)

> -- 
> gentoo-user@gentoo.org mailing list

-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] uuencode

2005-05-25 Thread Nick Rout

On Wed, 25 May 2005 14:50:59 -0500
Kyle England wrote:

> try:
> # equery belongs /usr/bin/uuencode
> 
> I haven't messed with equery much, but that seems to do the trick.
> equery is in the gentoolkit package.

not much good if you are trying to install uuencode but can't work out
which package it is in (which i think as the thrust of the question.


-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] portage skipfailed ebuild

2005-05-25 Thread Michael W. Holdeman
Is there an option to let portage skip a failed ebuild and continue on, like 
--resume --skipfirst on unattende?

Mike
-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Portage... where dreams come from....

2005-05-25 Thread Jerry McBride

Everytime I go to the portage tree, I find myself CONSTANTLY finding new gems 
and thing-a-ma-bobs that make my linux time a fun time. 

Thank you.


Jerry McBride

-- 

**
 Registered Linux User Number 185956
  FSF Associate Member number 2340 since 05/20/2004
 Join me in chat at #linux-users on irc.freenode.net
Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
 6:23pm  up 47 days,  1:30,  3 users,  load average: 0.00, 0.00, 0.00
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub misfires?

2005-05-25 Thread Richard Fish
maxim wexler wrote:

>Hello everybody,
>
>On a fresh install using 2005.0 universal-install CD.
>
>Boot hangs with
>
>Grub loading Stage1.5
>Grub loading please wait.
>
>There's lots of advice on the web but nothing works so
>far.
>
>So far changed the boot order in the BIOS.
>grub-installed to every available partition. Toggled
>the bootable flag w/ fdisk. Altered grub.conf; here's
>the latest iteration:
>
>default 0
>timeout 30
>title=Gentoo
>root (hd0,1)
>kernel /boot/vmlinuz root=/dev/hda4
>title=WinXP
>rootnoverify (hd0,0)
>makeactive
>chainloader +1
>
>I'm using a Maxtor 120G drive w/ four contiquous
>partitions: /dev/hda1, 60G for WinXP; /dev/hda2, 32M
>for gentoo /boot; /dev/hda3, 512M, swap; /dev/hda4,
>60G, /. 
>  
>

If your hda2 is /boot, then the path to the kernel should be just
"vmlinuz", without the "/boot/".

I suspect you have a "boot" symlink in /boot to .  For some filesystems,
this causes a problem.  Remove the symlink (rm /boot/boot), then try:

# > grub
...
grub> root (hd0,1)
 Filesystem type is ext2fs, partition type 0x83

grub> setup (hd0)
 Checking if "/boot/grub/stage1" exists... no
 Checking if "/grub/stage1" exists... yes
 Checking if "/grub/stage2" exists... yes
 Checking if "/grub/e2fs_stage1_5" exists... yes
 Running "embed /grub/e2fs_stage1_5 (hd0)"...  16 sectors are embedded.
succeeded
 Running "install /grub/stage1 (hd0) (hd0)1+16 p (hd0,0)/grub/stage2
/grub/menu.lst"... succeeded
Done.

grub> quit

Your output from the setup command may vary slightly, but it should not
find anything in "/boot/grub/"


>A clue? When rebooting(used the CD to boot and chroot)
>a red flagged error flashes by: Failed to shut LVM
>down.
>  
>

This is not really a problemit usually just means that some
filesystem (or swap) on an LVM physical volume is still in use.  As long
as the filesystem gets remounted read-only, things are safe.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] uuencode

2005-05-25 Thread Nick Rout

On Tue, 24 May 2005 22:13:03 -0700
karly wrote:

> 
> Back in February David Corbin posted a question about which ebuild
> uuencode is in, and how he could find out in general which ebuild
> a particular binary might be located in.
> 
> I was loking for uuencode myself, which is how I found his
> unanswered post.  I found the answer to his first question, so I
> thought I would go ahead and post it.  uuencode is in app-arch/sharutil.
> 
> I found this out by googling and stumbling across it on a Debian
> page.  If someone has a more reliable way to find the answer, that
> would be great.

I often solve that problem by going to rpmfind.net, seatrching for
the binary name and noting the name of the rpm package.

(although I notice that this fails for uuencode )

> 
> -karl
> -- 
> gentoo-user@gentoo.org mailing list

-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wpa_supplicant and unencrypted APs

2005-05-25 Thread Grant
> I'm not using wpa_supplicant yet, but from googling it looks like you
> should be able to do something like this in your wpa_supplicant.conf file:
> 
> # Plaintext connection (no WPA, no IEEE 802.1X)
> network={
> ssid="plaintext-test"
> key_mgmt=NONE
> }
> 
> I'm guessing you'll have to know the ssid of the network, but that is
> easy enough to find: "iwlist eth1/ath0/etc scanning".
> 
> -Richard
> 
> Grant wrote:
> 
> >Can wpa_supplicant connect to an unencrypted AP?  I'll be connecting
> >to a strange AP tomorrow and I don't know what to expect.  I've got to
> >be sure I can get online.
> >
> >- Grant

I'm trying to get this working but I'm having some trouble.  The
following command finds the unencrypted AP at two different locations:

iwlist ath0 scanning

but wpa_supplicant will only connect if I specify ap_scan=0.  It will
connect that way but I get something like:

connected to SSID "whatever" at address FF:FF:FF:FF:FF

and it always fails during DHCP after that.

Also, what should I be careful with when connected via an unencrypted
AP?  I've read that SSH is OK, but passwords submitted via a browser
are in the open even if using SSL.  Is that right?

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] grub misfires?

2005-05-25 Thread maxim wexler
Hello everybody,

On a fresh install using 2005.0 universal-install CD.

Boot hangs with

Grub loading Stage1.5
Grub loading please wait.

There's lots of advice on the web but nothing works so
far.

So far changed the boot order in the BIOS.
grub-installed to every available partition. Toggled
the bootable flag w/ fdisk. Altered grub.conf; here's
the latest iteration:

default 0
timeout 30
title=Gentoo
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda4
title=WinXP
rootnoverify (hd0,0)
makeactive
chainloader +1

I'm using a Maxtor 120G drive w/ four contiquous
partitions: /dev/hda1, 60G for WinXP; /dev/hda2, 32M
for gentoo /boot; /dev/hda3, 512M, swap; /dev/hda4,
60G, /. 

A clue? When rebooting(used the CD to boot and chroot)
a red flagged error flashes by: Failed to shut LVM
down.

Appreciate any help

-mw



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] no /dev/v4l devices after switching to udev? (possibly)

2005-05-25 Thread Drew Tomlinson

On 5/25/2005 4:16 AM Neil Bothwick wrote:


On Tue, 24 May 2005 18:11:59 -0700, Drew Tomlinson wrote:

 

So now I am in the position of not knowing the proper way to start ivtv 
on boot.  I checked the /etc/init.d for an ivtv script but did not find 
one.  Should I make one and then use rc-update?  Or is there another

way I should do this in Gentoo?
   



If you only need to load a module, add it to /etc/modules.autoload.d/kernel-2.X
 


Thank you.  That works!!!

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- "Budd, Tracy" <[EMAIL PROTECTED]> wrote:

> Hmm.
> 
> While admittedly extreme, shouldn't setting the new
> architecture work, if
> you recompile the entire system? Is this one of
> those
> should-work-in-theory-but-
> don't-try-this-at-home kind of things? I know there
> are some packages, like
> openoffice, that won't compile under the 64-bit
> arch, but I can just use the
> binaries for those, no?
> 

You need a cross compiler to compile x86_64 binaries
from a plain x86 userland.  It's easier to grab an
existing AMD64 stage tarball.

> What if I don't bother updating the arch? Isn't the
> Athlon64 backwards
> compatible with the i386 arch? I know I would lose
> the benefits of the
> 64-bit arch, but I would probably be ok with that
> for awhile, until this
> upgrade path got a little easier.

Sure, why not? If you have enough disk space you could
install x86_64 in a separate partition for testing
purposes before you migrate.

Like Emmanuel said, with multilib you can use 32 bit
x86 binaries along side your x86_64 binaries.

Zac



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] grub prblems...

2005-05-25 Thread Dmitry S. Makovey

After recent update of the system my GRUB became partially broken. 
Namely: "default saved"/"savedefault" statements stopped working. Is 
it me or it's a common problem and how do I fix it. I attach my 
grub.conf for those who might be interested...

-- 
Dmitry Makovey
Web Systems Administrator
Athabasca University
(780) 675-6245
timeout 30

default saved
fallback 1
splashimage=(hd0,0)/grub/splash.xpm.gz

title  Gentoo linux
 root (hd0,0)
 kernel /kernel-2.6.11-gentoo-r6 root=/dev/ram0 real_root=/dev/hda11 
init=/linuxrc video=vesafb:[EMAIL PROTECTED] splash=verbose
 initrd /initrd-2.6.11-gentoo-r6
 savedefault fallback
 
title  Gentoo linux (previous)
 root (hd0,0)
 kernel /kernel-2.6.11-gentoo-r5 root=/dev/ram0 real_root=/dev/hda11 
init=/linuxrc vga=0F01 
 initrd /initrd-2.6.11-gentoo-r5
 savedefault fallback
 
title  Gentoo linux (resume)
 root (hd0,0)
 kernel /kernel-2.6.7-gentoo-r11 root=/dev/ram0 real_root=/dev/hda11 
init=/linuxrc vga=0x317 splash=verbose resume=/dev/hda10
 initrd /initrd-2.6.7-gentoo-r11
 savedefault fallback

title  Gentoo linux (generic)
 root (hd0,0)
 kernel /kernel-2.6.7-gentoo-r11.generic root=/dev/ram0 real_root=/dev/hda11 
init=/linuxrc vga=0x317 splash=verbose
 initrd /initrd-2.6.7-gentoo-r11.generic
 savedefault fallback
 



pgpYgXC8ucS3U.pgp
Description: PGP signature


Re: [gentoo-user] Dynamic DNS

2005-05-25 Thread Steven Susbauer
This is not what dyndns is for. dyndns is for when your external IP
changes because of your internet provider, internal network DNS will
always have to be done by yourself.


On 5/25/05, James Hiscock <[EMAIL PROTECTED]> wrote:
> > I want to use dhcp on my home network to assign IP addresses which means
> > I'll need a dynamic DNS.  I know I can go to dyndns.org and set up
> > something with them but can I setup my own name server (BIND or whatever)
> > and some program that will work with that to keep the DNS updated?
> 
> There's a much simpler solution, specifically for LAN setups: dnsmasq.
> You might want to look into it - much easier than dealing with BIND or
> a more full-featured DNS server, especially when coupled with
> dhcpd/dhcpcd...
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 

Steven Susbauer

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Creating RAID devices

2005-05-25 Thread Scott Storck

Emanuele Morozzi schrieb:

You were right, now I have compiled the kernel with 
"CONFIG_BLK_DEV_DM=y", but it's the same as before; there are not 
peculiar errors, but dmraid continues not to create the devices in 
/dev/mapper.


Richard Fish wrote:

This means that you do not have the device mapper driver compiled or 
loaded.


You should have:

carcharias linux # grep BLK_DEV_DM /usr/src/linux/.config
CONFIG_BLK_DEV_DM=y

-Richard





Does /dev/mapper/control exist?

-Scott

--
gentoo-user@gentoo.org mailing list



[gentoo-user] PHP4+Apache2+pdflib b0rken again?

2005-05-25 Thread Stoian Ivanov
   Hi all,
I'm geting tired of my php support being broken by emerge world! This time it 
is a libpdf or whatever. Reemerging php does not work again! I had to add 
-libpfd in USE flags to get my system up and running. Thank god this is not a 
production server!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Andreas Karlsson
On Wednesday 25 May 2005 21.31, Zac Medico wrote:
> By "new config (AMD64)" do you mean change
> CHOST=i686-pc-linux-gnu to CHOST=x86_64-pc-linux-gnu ?
>  Sounds like a bad idea.

Yes, sounds indeed like a bad idea. Just back up your /home, /etc and other 
config files etc. Format old system and make a new, fresh install 
corresponding to new platform and then copy the backed up data back to your 
new system. 

Best regards,
Andreas Karlsson


pgpsb1pXxb8aE.pgp
Description: PGP signature


RE: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Budd, Tracy
Hmm.

While admittedly extreme, shouldn't setting the new architecture work, if
you recompile the entire system? Is this one of those
should-work-in-theory-but-
don't-try-this-at-home kind of things? I know there are some packages, like
openoffice, that won't compile under the 64-bit arch, but I can just use the
binaries for those, no?

What if I don't bother updating the arch? Isn't the Athlon64 backwards
compatible with the i386 arch? I know I would lose the benefits of the
64-bit arch, but I would probably be ok with that for awhile, until this
upgrade path got a little easier.

Thanks for the input.

-tracy

-Original Message-
From: Zac Medico [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 25, 2005 3:32 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Hardware upgrade procedure question


By "new config (AMD64)" do you mean change CHOST=i686-pc-linux-gnu to
CHOST=x86_64-pc-linux-gnu ?
 Sounds like a bad idea.

--- Daniel da Veiga <[EMAIL PROTECTED]> wrote:
> Correct me if I'm wrong, but if you boot from the livecd, chroot and 
> emerge the system using the new config (AMD64), recompile your kernel 
> to the new processor and configure the boot loader, you're able to get 
> your new system to work with the old configuration and the new 
> architeture.
> 
> Of course, this could take a LONG while (recompile your whole system 
> and all the installed portage tree)... Maybe an experienced user can 
> answer if this works...
> 
> On 5/25/05, Antonino Sabetta
> <[EMAIL PROTECTED]> wrote:
> > > If you want a 64 bit userland then you should
> start
> > > over with an AMD64 stage.
> > 
> > So you mean that whenever the hardware platform
> changes are
> > so substantial (as in this case), one should
> install the system
> > from scratch?
> > Please, bear with me, I'm a new Gentoo user, even
> though I've
> > been using Linux for a while...
> > Thanks,
> >Antonino
> > --
> > gentoo-user@gentoo.org mailing list
> > 
> > 
> 
> 
> --
> Daniel da Veiga
> Computer Operator - RS - Brazil
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 



__
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail
--
gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Emmanuel Durin
Athlon64 processors can execute 32 bits instructions. But you can't
use 32 bits executables with 64 bits libraries (or contrary), and this
will append while recompiling your system (when a library used by
emerge or gcc will be recompiled), so it should fail at any time. I
think it can be done, respecting a certain order and maintaining
executables links to librairies by hand. Already it's not really
recommended to modify the CHOST variable without starting with a stage
1.

On a running installation, you can have 32 bits and 64 bits libraries
installed, and so you can run 32 bits programs if they are linked to
32 bits librairies. It is useful because some programs cannot be
compiled in 64 bits (like proprietary programs or open-office), and
others can't use some plugins or codecs if they are compiled in 64
bits.

2005/5/25, Zac Medico <[EMAIL PROTECTED]>:
> 
> By "new config (AMD64)" do you mean change
> CHOST=i686-pc-linux-gnu to CHOST=x86_64-pc-linux-gnu ?
>  Sounds like a bad idea.
> 
> --- Daniel da Veiga <[EMAIL PROTECTED]> wrote:
> > Correct me if I'm wrong, but if you boot from the
> > livecd, chroot and
> > emerge the system using the new config (AMD64),
> > recompile your kernel
> > to the new processor and configure the boot loader,
> > you're able to get
> > your new system to work with the old configuration
> > and the new
> > architeture.
> >
> > Of course, this could take a LONG while (recompile
> > your whole system
> > and all the installed portage tree)... Maybe an
> > experienced user can
> > answer if this works...
> >
> > On 5/25/05, Antonino Sabetta
> > <[EMAIL PROTECTED]> wrote:
> > > > If you want a 64 bit userland then you should
> > start
> > > > over with an AMD64 stage.
> > >
> > > So you mean that whenever the hardware platform
> > changes are
> > > so substantial (as in this case), one should
> > install the system
> > > from scratch?
> > > Please, bear with me, I'm a new Gentoo user, even
> > though I've
> > > been using Linux for a while...
> > > Thanks,
> > >Antonino
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > >
> >
> >
> > --
> > Daniel da Veiga
> > Computer Operator - RS - Brazil
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> __
> Yahoo! Mail Mobile
> Take Yahoo! Mail with you! Check email on your mobile phone.
> http://mobile.yahoo.com/learn/mail
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] uuencode

2005-05-25 Thread Kyle England
[EMAIL PROTECTED] wrote:
> If someone has a more reliable way to find the answer, that
> would be great.

try:
# equery belongs /usr/bin/uuencode

I haven't messed with equery much, but that seems to do the trick.
equery is in the gentoolkit package.

-- 
Kyle England 
Gentoo Infrastructure

GnuPG public key ID:  0xC342D18B (pgp.mit.edu)
Key Fingerprint:  0130 DF85 DE10 5953 0D50  B51E EC75 ABDF C342 D18B


signature.asc
Description: OpenPGP digital signature


Re: Re: [gentoo-user] Dynamic DNS

2005-05-25 Thread brettholcomb
Thank you.  I'll look at it.
> 
> From: James Hiscock <[EMAIL PROTECTED]>
> Date: 2005/05/25 Wed PM 03:27:09 EDT
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Dynamic DNS
> 
> > I want to use dhcp on my home network to assign IP addresses which means
> > I'll need a dynamic DNS.  I know I can go to dyndns.org and set up
> > something with them but can I setup my own name server (BIND or whatever)
> > and some program that will work with that to keep the DNS updated?
> 
> There's a much simpler solution, specifically for LAN setups: dnsmasq.
> You might want to look into it - much easier than dealing with BIND or
> a more full-featured DNS server, especially when coupled with
> dhcpd/dhcpcd...
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

By "new config (AMD64)" do you mean change
CHOST=i686-pc-linux-gnu to CHOST=x86_64-pc-linux-gnu ?
 Sounds like a bad idea.

--- Daniel da Veiga <[EMAIL PROTECTED]> wrote:
> Correct me if I'm wrong, but if you boot from the
> livecd, chroot and
> emerge the system using the new config (AMD64),
> recompile your kernel
> to the new processor and configure the boot loader,
> you're able to get
> your new system to work with the old configuration
> and the new
> architeture.
> 
> Of course, this could take a LONG while (recompile
> your whole system
> and all the installed portage tree)... Maybe an
> experienced user can
> answer if this works...
> 
> On 5/25/05, Antonino Sabetta
> <[EMAIL PROTECTED]> wrote:
> > > If you want a 64 bit userland then you should
> start
> > > over with an AMD64 stage.
> > 
> > So you mean that whenever the hardware platform
> changes are
> > so substantial (as in this case), one should
> install the system
> > from scratch?
> > Please, bear with me, I'm a new Gentoo user, even
> though I've
> > been using Linux for a while...
> > Thanks,
> >Antonino
> > --
> > gentoo-user@gentoo.org mailing list
> > 
> > 
> 
> 
> -- 
> Daniel da Veiga
> Computer Operator - RS - Brazil
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dynamic DNS

2005-05-25 Thread James Hiscock
> I want to use dhcp on my home network to assign IP addresses which means
> I'll need a dynamic DNS.  I know I can go to dyndns.org and set up
> something with them but can I setup my own name server (BIND or whatever)
> and some program that will work with that to keep the DNS updated?

There's a much simpler solution, specifically for LAN setups: dnsmasq.
You might want to look into it - much easier than dealing with BIND or
a more full-featured DNS server, especially when coupled with
dhcpd/dhcpcd...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Software RAID start

2005-05-25 Thread Richard Fish
Top posting to keep flow...

Sorry Benjamin, I think I missed something really obvious here.  I
didn't read your original message carefully enough, and thought you were
having a problem with the kernel autodetection of your RAID.  The part I
missed is the "(skipped)" message you get...

Looking through the /etc/init.d/checkfs script, it appears that the
"(skipped)" message will occur if you have "noauto" specified for the
filesystem in /etc/fstab.  Take that out, and I will bet everything will
work just like it used to.

If you _do_ decide to rebuild the raid array, and you want the kernel to
autodetect things when it starts, then you need to have the right
partition types and create the array with the "persistent-superblock"
option, or use mdadm to create the array.  This is nice, because then
you don't need a raidtab at all...

-Richard

Benjamin Sobotta wrote:

>Hi!
>
>I think I'll redo the RAID as soon as I find time. For now it'll do the way it 
>is. As long as it works... I really can't mess with it right now since I 
>really need the machine. Maybe this weekend...
>
>Thanks guys!
>
>Ben
>
>On Wednesday 25 May 2005 19:50, Richard Fish wrote:
>  
>
>>Christoph Gysin wrote:
>>
>>
>>>Benjamin Sobotta wrote:
>>>  
>>>
I set up a software RAID1 with two SATA disks. /home resides on the raid.
This used to work great for month. At boot the machine would test the
raid and start it. Great!
2 days ago however I put loop-AES on top of it in order to encrypt my
home directory. Since then it still finds the raid at startup, however,
doesn't start it anymore. (displays "skipping"). I always have to start
by hand via "raidstart /dev/md0". Then it works fine.
Can someone tell me why it stopped to start automatically - or even
better how to get it back to work?!


>>>The raid configuration (as defined in the raidtab) gets stored in a
>>>superblock on each disk. If the partitiontype is fd, linux reads the
>>>superblock at boot and automatically starts the array.
>>>  
>>>
>>All true
>>
>>
>>
>>>Since you have now encrypted the whole device, linux can't read the
>>>superblock at boot. raidstart works, because it reads /etc/raidtab and
>>>sets up the array.
>>>  
>>>
>>Sorry, this is all false.  Benjamin has placed the encypted volume *on
>>top* of the raid array, not underneath it.  Besides if you clobber the
>>superblocks, and your raidtab matches your actual configuration (has
>>"persistent-superblock 1"), raidstart will throw an error.
>>
>>The array is not autodetected because the kernel cannot decipher his
>>partition table at boot time.
>>
>>-Richard
>>
>>
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- Antonino Sabetta <[EMAIL PROTECTED]>
wrote:
> > If you want a 64 bit userland then you should
> start
> > over with an AMD64 stage.
> 
> So you mean that whenever the hardware platform
> changes are
> so substantial (as in this case), one should install
> the system
> from scratch?
> Please, bear with me, I'm a new Gentoo user, even
> though I've
> been using Linux for a while...

The amd64 processors are backward compatible with 32
bit x86 code.  However, they also support a new x86_64
code.  The x86_64 code itself is not backward
compatible, so it requires different stage (AMD64).



__ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Daniel da Veiga
Correct me if I'm wrong, but if you boot from the livecd, chroot and
emerge the system using the new config (AMD64), recompile your kernel
to the new processor and configure the boot loader, you're able to get
your new system to work with the old configuration and the new
architeture.

Of course, this could take a LONG while (recompile your whole system
and all the installed portage tree)... Maybe an experienced user can
answer if this works...

On 5/25/05, Antonino Sabetta <[EMAIL PROTECTED]> wrote:
> > If you want a 64 bit userland then you should start
> > over with an AMD64 stage.
> 
> So you mean that whenever the hardware platform changes are
> so substantial (as in this case), one should install the system
> from scratch?
> Please, bear with me, I'm a new Gentoo user, even though I've
> been using Linux for a while...
> Thanks,
>Antonino
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Daniel da Veiga
Computer Operator - RS - Brazil

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Software RAID start

2005-05-25 Thread Benjamin Sobotta
Hi!

I think I'll redo the RAID as soon as I find time. For now it'll do the way it 
is. As long as it works... I really can't mess with it right now since I 
really need the machine. Maybe this weekend...

Thanks guys!

Ben

On Wednesday 25 May 2005 19:50, Richard Fish wrote:
> Christoph Gysin wrote:
> >Benjamin Sobotta wrote:
> >>I set up a software RAID1 with two SATA disks. /home resides on the raid.
> >> This used to work great for month. At boot the machine would test the
> >> raid and start it. Great!
> >>2 days ago however I put loop-AES on top of it in order to encrypt my
> >> home directory. Since then it still finds the raid at startup, however,
> >> doesn't start it anymore. (displays "skipping"). I always have to start
> >> by hand via "raidstart /dev/md0". Then it works fine.
> >>Can someone tell me why it stopped to start automatically - or even
> >> better how to get it back to work?!
> >
> >The raid configuration (as defined in the raidtab) gets stored in a
> > superblock on each disk. If the partitiontype is fd, linux reads the
> > superblock at boot and automatically starts the array.
>
> All true
>
> >Since you have now encrypted the whole device, linux can't read the
> > superblock at boot. raidstart works, because it reads /etc/raidtab and
> > sets up the array.
>
> Sorry, this is all false.  Benjamin has placed the encypted volume *on
> top* of the raid array, not underneath it.  Besides if you clobber the
> superblocks, and your raidtab matches your actual configuration (has
> "persistent-superblock 1"), raidstart will throw an error.
>
> The array is not autodetected because the kernel cannot decipher his
> partition table at boot time.
>
> -Richard
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Antonino Sabetta

If you want a 64 bit userland then you should start
over with an AMD64 stage.


So you mean that whenever the hardware platform changes are
so substantial (as in this case), one should install the system
from scratch?
Please, bear with me, I'm a new Gentoo user, even though I've
been using Linux for a while...
Thanks,
  Antonino
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Creating RAID devices

2005-05-25 Thread Richard Fish
Emanuele Morozzi wrote:

> You were right, now I have compiled the kernel with
> "CONFIG_BLK_DEV_DM=y", but it's the same as before; there are not
> peculiar errors, but dmraid continues not to create the devices in
> /dev/mapper.
>

What does "dmsetup ls" show (after running dmraid)?

Did it create /dev/sil_* instead??

More info at:

http://bugs.gentoo.org/show_bug.cgi?id=63041
http://forums.gentoo.org/viewtopic-t-244941-highlight-dmraid.html


Me thinks I've written this before

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Software RAID start

2005-05-25 Thread Richard Fish
Christoph Gysin wrote:

>Benjamin Sobotta wrote:
>  
>
>>I set up a software RAID1 with two SATA disks. /home resides on the raid. 
>>This 
>>used to work great for month. At boot the machine would test the raid and 
>>start it. Great!
>>2 days ago however I put loop-AES on top of it in order to encrypt my home 
>>directory. Since then it still finds the raid at startup, however, doesn't 
>>start it anymore. (displays "skipping"). I always have to start by hand via 
>>"raidstart /dev/md0". Then it works fine.
>>Can someone tell me why it stopped to start automatically - or even better 
>>how 
>>to get it back to work?!
>>
>>
>
>The raid configuration (as defined in the raidtab) gets stored in a superblock
>on each disk. If the partitiontype is fd, linux reads the superblock at boot 
>and
>automatically starts the array.
>  
>
All true

>Since you have now encrypted the whole device, linux can't read the superblock
>at boot. raidstart works, because it reads /etc/raidtab and sets up the array.
>  
>

Sorry, this is all false.  Benjamin has placed the encypted volume *on
top* of the raid array, not underneath it.  Besides if you clobber the
superblocks, and your raidtab matches your actual configuration (has
"persistent-superblock 1"), raidstart will throw an error.

The array is not autodetected because the kernel cannot decipher his
partition table at boot time.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Zac Medico

--- "Budd, Tracy" <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> I have purchased a new MB and processor. I will be
> transitioning from a
> regular Athlon to an Athlon64. Since I am not
> upgrading my hard drives, I
> plan to upgrade the OS as follows:
> 
> 1. Boot from the latest Gentoo live CD.
> 2. chroot
> 3. emerge --update --deep --newuse world
> 4. rebuild the kernel with new modules (for the new
> processor and MB)
> 5. update /etc/modules.autoload.d/kernel-2.6 with
> the new modules
> 
> Did I miss anything?
> 
> Thank you for the help in advance.
> 
> -tracy
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

If you want a 64 bit userland then you should start
over with an AMD64 stage.  Here are some relevant
links:

http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml
http://www.gentoo.org/proj/en/base/amd64/technotes/index.xml

Zac



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] KDE 3.4 visibility support disabled

2005-05-25 Thread Marcus D. Hanwell
Dear All,

I have just committed a fix to kde.eclass and kde-meta.eclass that disables 
visibility support in KDE 3.4 (thanks to FlameEyes for the patches). This was 
a new feature in KDE 3.4 which has caused at least one obvious bug, and 
possibly others that are less obvious[1].

Anyone still using GCC 3.3 will not be affected by this bug at all as only GCC 
3.4 and GCC 4.0 have visibility support. I have been working on a mixed 
system (some of KDE compiled with, and some without visibility support) and 
not encountered any issues.

An easy way to see if you are affected by this bug is to open kasteroids and 
press any key to start a game. If it segfaults then you are affected by this 
bug, recompiling kde-base/kdelibs and kde-base/kasteroids (or 
kde-base/kdegames) with the patched eclasses will cure this problem.

KDE 3.4.1 will be released soon, and so will prompt most people to recompile 
for all the bug fixes/enhancements it has. I would recommend most people just 
let KDE components recompile as updates are committed. Please find me on IRC, 
or post comments to the Gentoo bug[2] if you have problems after using the 
updated eclass.

[1] http://bugs.kde.org/show_bug.cgi?id=101542
[2] http://bugs.gentoo.org/show_bug.cgi?id=86898

P.S. PPC, PPC64 and Sparc developers may also want to post this to 
architecture specific lists too.

Thanks,

Marcus
-- 
Gentoo Linux Developer
Scientific Applications | AMD64 | KDE | net-proxy


pgpEX7jnL2FM2.pgp
Description: PGP signature


Re: [gentoo-user] Tuning QAM w/ pcHDTV3000

2005-05-25 Thread Michael Haan
On 5/23/05, Michael Haan <[EMAIL PROTECTED]> wrote:
> On 5/23/05, Alex Stagg <[EMAIL PROTECTED]> wrote:
> > QAM and 8VSB are two different modulation schemes. 8VSB is used for digital
> > off the air (ATSC) signals in the US. QAM is used on Cable systems. That's
> > all about this topic but maybe it will help you sort out what you want to
> > do.
> >
> > -Original Message-
> > From: Michael Haan [mailto:[EMAIL PROTECTED]
> > Sent: Monday, May 23, 2005 8:10 PM
> > To: Discussion about mythtv; gentoo-user@lists.gentoo.org
> > Subject: [gentoo-user] Tuning QAM w/ pcHDTV3000
> >
> > I'm not sure I'm doing this right.  I have the card installed, running
> > 2.6.12-rc4.  The drivers seem to load as does the firmware.  I've built
> > dvb-apps and tried:
> >
> > ./atscscan atsc/us-NTSC-center-frequencies-8VSB
> >
> >
> > And got nothing but:
> >
> > >>> tune to: 80300:8VSB
> > WARNING: >>> tuning failed!!!
> > >>> tune to: 80300:8VSB (tuning failed)
> > WARNING: >>> tuning failed!!!
> >
> >
> > Does that mean there are no QAM channels I can get?  Or do I need to do
> > something more?  What about 64 vs 256?
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> Ok, I've found a file with proper frequencies and am finally getting a
> signal lock:
> 
> [EMAIL PROTECTED] root # ./dvb-apps/util/szap/azap -r C104
> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
> tuning to 67500 Hz
> video pid 0x, audio pid 0x
> status 1f | signal 126d | snr fd47 | ber  | unc  | FE_HAS_LOCK
> status 1f | signal 126d | snr fd43 | ber  | unc  | FE_HAS_LOCK
> status 1f | signal 126d | snr fd5b | ber  | unc  | FE_HAS_LOCK
> 
> 
> A post I read (http://www.pchdtv.com/forum/viewtopic.php?t=688&highlight=qam)
> mentioned needing to run dvbtraffic to get the "pids".  I get this:
> 
> 
> tibeaux root # ./dvb-apps/util/dvbtraffic/dvbtraffic 
> /dev/dvb/adpater0/frontend0
> read: Bad file descriptor
> 
> 
> My question is - do I need to do this?  If I'm getting a lock, what do
> I do next to enable myth to use this card?
> 

So, no one can tell me how to take a seemingly working card and get
myth to use it?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-25 Thread Nick Niemeyer
mii-tool is no longer in development, it is therefore a better idea to use 
ethtool, especially with gigabit cards.

I also believe that ethtool has quite a few more functions than mii-tool.

Nick Niemeyer

On 5/25/05, Michael Steinmann <[EMAIL PROTECTED]> wrote:
check for available options with 'modinfo module_name'Create a file for your network card in /etc/modules.d and run'modules-update' to re-create /etc/modules.conf. Then stop your networkand unload the module.
When you restart the network the options should get picked-up from/etc/modules.confPatrick Marquetecken wrote:> Hi,>> Whats the best way to keep my networkcards in 100mbit full duplex, now i
> have put the commands in the /etc/conf.d/local.start.>> TIA> Patrick--gentoo-user@gentoo.org mailing list


[gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Budd, Tracy
Hello all,

I have purchased a new MB and processor. I will be transitioning from a
regular Athlon to an Athlon64. Since I am not upgrading my hard drives, I
plan to upgrade the OS as follows:

1. Boot from the latest Gentoo live CD.
2. chroot
3. emerge --update --deep --newuse world
4. rebuild the kernel with new modules (for the new processor and MB)
5. update /etc/modules.autoload.d/kernel-2.6 with the new modules

Did I miss anything?

Thank you for the help in advance.

-tracy
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] add usb adsl have problem

2005-05-25 Thread Kitti Jaisong
Title: add usb adsl have problem







I'm use BIPAC-7000 and download driver for standard linux
what's the misstake

kitti

Smita e2 # make
gcc -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DCPU=686 -march=i686  -DMODULE -D__KERNEL__ -DLINUX  -I/lib/modules/`uname -r`/build/include -c usbsndcm.c -o usbsndcm.o
In file included from /lib/modules/2.6.11-gentoo-r5/build/include/asm/smp.h:18,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/smp.h:19,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/topology.h:33,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/mmzone.h:371,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/gfp.h:4,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/slab.h:15,
 from hasbani.h:28,
 from usbsndcm.c:20:
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /lib/modules/2.6.11-gentoo-r5/build/include/asm/smp.h:18,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/smp.h:19,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/topology.h:33,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/mmzone.h:371,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/gfp.h:4,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/slab.h:15,
 from hasbani.h:28,
 from usbsndcm.c:20:
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
In file included from /lib/modules/2.6.11-gentoo-r5/build/include/asm/smp.h:20,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/smp.h:19,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/topology.h:33,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/mmzone.h:371,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/gfp.h:4,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/slab.h:15,
 from hasbani.h:28,
 from usbsndcm.c:20:
/lib/modules/2.6.11-gentoo-r5/build/include/asm/io_apic.h:158: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/lib/modules/2.6.11-gentoo-r5/build/include/asm/io_apic.h:158: error: conflicting types for `mp_irqs'
/lib/modules/2.6.11-gentoo-r5/build/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
In file included from /lib/modules/2.6.11-gentoo-r5/build/include/linux/smp.h:19,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/topology.h:33,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/mmzone.h:371,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/gfp.h:4,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/slab.h:15,
 from hasbani.h:28,
 from usbsndcm.c:20:
/lib/modules/2.6.11-gentoo-r5/build/include/asm/smp.h:73:26: mach_apicdef.h: No such file or directory
In file included from /lib/modules/2.6.11-gentoo-r5/build/include/linux/irq.h:21,
 from /lib/modules/2.6.11-gentoo-r5/build/include/asm/hardirq.h:6,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/hardirq.h:6,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/interrupt.h:11,
 from /lib/modules/2.6.11-gentoo-r5/build/include/linux/usb.h:15,
 from hasbani.h:29,
 from usbsndcm.c:20:
/lib/modules/2.6.11-gentoo-r5/build/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /lib/modules/

Re: [gentoo-user] kde 3.3 monolothic to kde 3.4 splitted helper script?

2005-05-25 Thread Neil Bothwick
On Mon, 23 May 2005 22:19:56 +0200, Julien Cayzac wrote:

> Any chance someone already got a full kde 3.4 running and posted
> packages contents on the web?

If you want a full KDE 3.4, don't use the split ebuilds. You'll just end
up spending three times as long compiling the same programs.


-- 
Neil Bothwick

Another casualty of applied metaphysics.


pgpyy6mTTksjw.pgp
Description: PGP signature


Re: [gentoo-user] package.* mess!

2005-05-25 Thread Jason Stubbs
On Wednesday 25 May 2005 22:14, Matan Peled wrote:
> Mrugesh Karnik wrote:
> > Hello all,
> >
> > My Gentoo system is up and running beautifully. Along the way, I've
> > installed many software. But, now, I want to make it all systematic, ie,
> > use the files like package.use, package.keywords etc to list out the
> > options i've used for the different software. Now the problem is that
> > I've installed the software with different use flags and keywords right
> > now the command line. Now I want to make it systematic and proper. I'm
> > just wondering if you people could help me find a good way as to how to
> > go about this. Right now I can see myself doing a very very tedious job
> > of using equery and such and listing out everything properly... a few
> > hours' work. I'm prepared to do it of course, but I'd like any
> > suggestions that might help me do it better.
> >
> > Thank you.
> >
> > Yours faithfully,
> > Mrugesh Karnik
>
>  emerge world -uDpv
> and fix all the packages that want to be downgraded.
>
>  emerge world --newuse
> and fix all the packages that want to change their useflags.

Mostly right. You'll need to add --deep and --update to the --newuse run as 
well.

Regards,
Jason Stubbs


pgpB1YQYLmOVO.pgp
Description: PGP signature


Re: [gentoo-user] sylpheed-claws and GTK2+ ?

2005-05-25 Thread Neil Bothwick
On Tue, 24 May 2005 15:41:16 +0200, Holly Bostick wrote:

> At this time, the GTK2 version is not useful to me without either a
> plugin that is not yet available, or changing my mail system from POP3
> to IMAP, and I hate GTK1 (it's just too ugly for me and I try to keep it
> to the bare minimum), so that's all I know-- I have Sylpheed-Claws GTK2
> installed, but haven't used it.

What plugin do you need? I'm using 1.9.11 (by renaming the 1.9.9 ebuild)
with POP3 with no problems.


-- 
Neil Bothwick

Everything should be made as simple as possible, but no simpler.


pgp5k0A0aXjaC.pgp
Description: PGP signature


Re: [gentoo-user] Creating RAID devices

2005-05-25 Thread Emanuele Morozzi
You were right, now I have compiled the kernel with 
"CONFIG_BLK_DEV_DM=y", but it's the same as before; there are not 
peculiar errors, but dmraid continues not to create the devices in 
/dev/mapper.


Richard Fish wrote:

This means that you do not have the device mapper driver compiled or loaded.

You should have:

carcharias linux # grep BLK_DEV_DM /usr/src/linux/.config
CONFIG_BLK_DEV_DM=y

-Richard




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.* mess!

2005-05-25 Thread Matan Peled
Mrugesh Karnik wrote:
> Hello all,
> 
> My Gentoo system is up and running beautifully. Along the way, I've
> installed many software. But, now, I want to make it all systematic, ie,
> use the files like package.use, package.keywords etc to list out the
> options i've used for the different software. Now the problem is that
> I've installed the software with different use flags and keywords right
> now the command line. Now I want to make it systematic and proper. I'm
> just wondering if you people could help me find a good way as to how to
> go about this. Right now I can see myself doing a very very tedious job
> of using equery and such and listing out everything properly... a few
> hours' work. I'm prepared to do it of course, but I'd like any
> suggestions that might help me do it better.
> 
> Thank you.
> 
> Yours faithfully,
> Mrugesh Karnik

 emerge world -uDpv
and fix all the packages that want to be downgraded.

 emerge world --newuse
and fix all the packages that want to change their useflags.

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Software RAID start

2005-05-25 Thread Christoph Gysin
Benjamin Sobotta wrote:
> I set up a software RAID1 with two SATA disks. /home resides on the raid. 
> This 
> used to work great for month. At boot the machine would test the raid and 
> start it. Great!
> 2 days ago however I put loop-AES on top of it in order to encrypt my home 
> directory. Since then it still finds the raid at startup, however, doesn't 
> start it anymore. (displays "skipping"). I always have to start by hand via 
> "raidstart /dev/md0". Then it works fine.
> Can someone tell me why it stopped to start automatically - or even better 
> how 
> to get it back to work?!

The raid configuration (as defined in the raidtab) gets stored in a superblock
on each disk. If the partitiontype is fd, linux reads the superblock at boot and
automatically starts the array.
Since you have now encrypted the whole device, linux can't read the superblock
at boot. raidstart works, because it reads /etc/raidtab and sets up the array.

You need to rewrite the superblock to all devices in your array. I *think* this
can be done by doing mkraid again. But please backup your data before trying 
out.

Perhaps mdmam can do this in a more sane way.

Christoph
-- 
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Blackbox .70 & time

2005-05-25 Thread Aaron Walker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
> When Blackbox .70 was unmasked I emerged it with a regular world update. 
> I have found however that there is an issue with the clock on the bottom
> bar.  Now that I have upgraded, the clock fails to update to current time
> except when I switch 'workspaces'  I don't often use more than one
> workspace so it took me a while to notice.
> 
> Any ideas?

Unfortunately, I don't have an idea.  I'd try finding out if this is a known
issue upstream, and if so, whether it's been fixed or not.  If it is known and
has been fixed, then submit a bug[1] and I'll add the patch.  If not, then
submit a bug upstream.

[1] http://bugs.gentoo.org/

HTH
- --
I'm not a programmer, but I play one at Microsoft.

   -- From a Slashdot.org post

Aaron Walker <[EMAIL PROTECTED]>
[ BSD | cron | forensics | shell-tools | commonbox | netmon | vim | web-apps ]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFClCRQC3poscuANHARAvIJAKCFIkiPqqGgnYQQ6FlYvB+THRGSWACgoo+3
aA2KgMM0Np1YR9e2bbYBQ1Q=
=KGKd
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] package.* mess!

2005-05-25 Thread Mrugesh Karnik

Hello all,

My Gentoo system is up and running beautifully. Along the way, I've 
installed many software. But, now, I want to make it all systematic, ie, 
use the files like package.use, package.keywords etc to list out the 
options i've used for the different software. Now the problem is that 
I've installed the software with different use flags and keywords right 
now the command line. Now I want to make it systematic and proper. I'm 
just wondering if you people could help me find a good way as to how to 
go about this. Right now I can see myself doing a very very tedious job 
of using equery and such and listing out everything properly... a few 
hours' work. I'm prepared to do it of course, but I'd like any 
suggestions that might help me do it better.


Thank you.

Yours faithfully,
Mrugesh Karnik
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Creating RAID devices

2005-05-25 Thread Emanuele Morozzi
You're right, the device manager was compiled as module, but I thought 
it was autoloaded at boot and finded no entry in 
/etc/modules.autoload.d/kernel-2.6. Now I try to copile directly into 
the kernel. Thanks


Richard Fish wrote:



This means that you do not have the device mapper driver compiled or loaded.

You should have:

carcharias linux # grep BLK_DEV_DM /usr/src/linux/.config
CONFIG_BLK_DEV_DM=y

-Richard




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Panasonic Toughbook

2005-05-25 Thread Matan Peled
Ian K wrote:
> Hi there,
> I have recently set up Gentoo on my friend's laptop,
> a Panasonic toughbook cf-37. I am currently having difficulty
> with sound use, but more importantly, his PCMCIA slot(?).
> When I put his wireless card (which he needs working) into
> the laptop, and do a dmesg, the following is appended:
> 
> cs: IO port probe 0xc00-0xcff: clean
> cs: IO port probe 0x800-0x8ff: clean
> cs: IO port probe 0x100-0x4ff: clean
> cs: IO port probe 0xa00-0xaff: clean
> cs: pcmcia_socket0: unable to apply power.
> irq 9: nobody cared!
>  [] __report_bad_irq+0x2a/0xa0
>  [] handle_IRQ_event+0x30/0x70
>  [] note_interrupt+0x70/0xb0
>  [] __do_IRQ+0x127/0x130
>  [] do_IRQ+0x52/0x80
>  =
>  [] common_interrupt+0x1a/0x20
>  [] do_exit+0xcb/0x380
>  [] __do_softirq+0x46/0xd0
>  [] do_softirq+0x69/0x70
> =
>  [] irq_exit+0x3b/0x40
>  [] do_IRQ+0x59/0x80
>  [] common_interrupt+0x1a/0x20
>  [] acpi_processor_idle+0x126/0x262
>  [] cpu_idle+0x5f/0x70
>  [] start_kernel+0x158/0x180
>  [] unknown_bootoption+0x0/0x1e0
> handlers:
> [] (acpi_irq+0x0/0x16)
> [] (yenta_interrupt+0x0/0x40)
> [] (snd_intel8x0_interrupt+0x0/0x220)
> Disabling IRQ #9
> 
> So thats the output. What does it mean? Am I on the right track?
> If so, does anyone know if his wireless card works under Linux?
> Its a D-Link Airplus DWL-650+
> 
> Thanks!

Thats... Thats a acx100. It does work in Linux...

acx100.sourceforge.net

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] no /dev/v4l devices after switching to udev? (possibly)

2005-05-25 Thread Neil Bothwick
On Tue, 24 May 2005 18:11:59 -0700, Drew Tomlinson wrote:

> So now I am in the position of not knowing the proper way to start ivtv 
> on boot.  I checked the /etc/init.d for an ivtv script but did not find 
> one.  Should I make one and then use rc-update?  Or is there another
> way I should do this in Gentoo?

If you only need to load a module, add it to /etc/modules.autoload.d/kernel-2.X


-- 
Neil Bothwick

Top Oxymorons Number 45: Resident alien


pgpdC0ptPablA.pgp
Description: PGP signature