Re: [gentoo-user] Net work cards

2014-02-03 Thread Chris Stout
- Original Message -
From: Stephen Reynolds
Sent: 02/03/14 11:15 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Net work cards

if I run ifconfig -a this currently what I get. I have completed the 
installtion, but Kernel Modules I am not sure about. 

You can get the info on what modules are loaded for the cards with `lspci -k`. 
For instance, the lines for my network card are:01:01.0 Network controller: 
Ralink corp. RT2760 Wireless 802.11n 1T/2R Subsystem: Edimax Computer Co. 
Device 7727 Kernel driver in use: rt2800pci It may also be relevant to post the 
output of `dmesg | grep -i firmware`.


Re: [gentoo-user] cdnpayroll.py

2014-01-25 Thread Chris Stout
- Original Message -
From: Joseph
Sent: 01/25/14 10:15 AM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] cdnpayroll.py

I'm using a python script cdnpayroll.py but for some reason or another is 
giving me an error: File ./cdnpayroll.py, line 160 ''' ^ SyntaxError: invalid 
syntax I tried to remove the single quote from several places but I'm still 
getting an error. File ./cdnpayroll.py, line 1328 ^ SyntaxError: EOF while 
scanning triple-quoted string literal They used to have a web-page but now all 
I can find is: http://cdnpayroll.gemlog.ca/ I think it was written by Paul 
Evans -- Joseph
It's kind of hard to tell without seeing more.
What version of python are you using? If you can attach the script, it'd make 
it much easier to figure out.


Re: [gentoo-user] llvm compile error

2014-01-24 Thread Chris Stout
 FreeBSD use it  and say is stable. FreeBSD maybe not the reference on earth 
 but the  BSD's make a good job. When i saw all versions of Clang is masked. 
  Isn't FBSD more similar than, say, Linux, to what OSX is, sort of? I could 
 be way off. But I think of OSX as being FBSD built for people that don't know 
 how to use a computer.


Re: [gentoo-user] grub2 multiple kernels

2014-01-24 Thread Chris Stout
- Original Message -
From: Lee
Sent: 01/24/14 12:46 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] grub2 multiple kernels

However, IIRC there is a grub2 command called update-grub that scans all your 
boot sectors on all your devices. At least that's the way its _sposed_ to work 
- ymmv.
:-/
I think update-grub was the command for legacy grub. On my system the 
appropriate command is grub2-mkconfig.
As a side note to James, if you don't see your secondary kernels on the grub2 
screen on boot, look under the advanced options. My grub2 setup seems to put 
extra kernels under the advanced tab.
I don't recall making any changes to Grub2 so it might be the default behaviour.


Re: [gentoo-user] Re: grub2 multiple kernels

2014-01-24 Thread Chris Stout
- Original Message -
From: James
Sent: 01/24/14 01:14 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: grub2 multiple kernels

Lee ny6p01 at gmail.com writes:  I am using grub2 also, but on another 
distro, with multiple  kernels/partitions. I don't have a lot of firsthand 
knowledge, because not  having a lot of patience, I usu just drop to the grub 
cli.  However, IIRC there is a grub2 command called update-grub that scans all 
 your boot sectors on all your devices. At least that's the way its _sposed_  
to work - ymmv. Yes, I read about update-grub, but it must be part of an 
additional packages, as I cannot find it (using whereis as root) ? On gentoo, 
which packages contains the update-grub command? Or is grub2-mkconfig  the 
same command ? James
I could be remembering wrong, but I'm pretty sure update-grub was the command 
for legacy grub.
Like Andres* said, the command for grub2 is grub2-mkconfig -o 
/boot/grub/grub.cfg .
* Sorry for ASCII-ing your name; I've yet to set up unicode support.


Re: [gentoo-user] Re: grub2 multiple kernels

2014-01-24 Thread Chris Stout
- Original Message -
From: James
Sent: 01/24/14 05:27 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: grub2 multiple kernels

 I had a problem with the doc useflag, so I've been reading across the net. So 
now all of those docs are installing. 
 I re-emerged with the doc flag. You can find the docs at
file:///usr/share/doc/grub-2.00_p5107-r2/html/grub.html/index.html
Though it appears the same manual is available here
https://www.gnu.org/software/grub/manual/grub.html