Re: [gentoo-user] genkernel iwlwifi WiFi driver

2017-07-15 Thread Alexander Kapshuk
On Sat, Jul 15, 2017 at 12:20 PM, Radoje Stojisic wrote: > Hello everyone, > > I've installed Gentoo on my ThinkPad T460p couple of times. For some reason > I can't get the WiFi working. I did the installation with SystemRescueCD > because I needed working WiFi for the

Re: [gentoo-user] Re: Don't miss the 1 500 000 000 Unix second!

2017-07-15 Thread Matthias Hanft
Grant Edwards wrote: > > Well, the return type for time() changed from "int" (or was it long?) > to "time_t" many years back. That said, the actual underlying > representation has never changed on 32-bit Linux systems. Posix > requires it to be signed, and on 32-bit Linux systems, it's still >

Re: [gentoo-user] Can't emerge --sync

2017-07-15 Thread Adam Carter
On Sat, Jul 15, 2017 at 8:00 PM, Peter Humphrey wrote: > Hello list, > > Today I get this: > > # emerge --sync > >>> Syncing repository 'gentoo' into '/usr/portage'... > /usr/bin/git pull > remote: Counting objects: 25, done. > remote: Compressing objects: 100% (9/9),

Re: [gentoo-user] genkernel iwlwifi WiFi driver

2017-07-15 Thread Rasmus Thomsen
Hello, you could test if iwlwifi was included by running "modprobe iwlwifi" ( as root ). If it is included but wifi still doesn't work you might have to install the relevant firmware ( via emerge linux-firmware ) Regards, Rasmus Original Message On 15 Jul 2017, 11:20, Radoje

[gentoo-user] Can't emerge --sync

2017-07-15 Thread Peter Humphrey
Hello list, Today I get this: # emerge --sync >>> Syncing repository 'gentoo' into '/usr/portage'... /usr/bin/git pull remote: Counting objects: 25, done. remote: Compressing objects: 100% (9/9), done. remote: Total 25 (delta 15), reused 25 (delta 15), pack-reused 0 Unpacking objects: 100%

Re: [gentoo-user] Can't emerge --sync

2017-07-15 Thread Daniel Wagener
On Sat, 15 Jul 2017 11:00:01 +0100 Peter Humphrey wrote: > Hello list, > > Today I get this: > > # emerge --sync > >>> Syncing repository 'gentoo' into '/usr/portage'... > /usr/bin/git pull > remote: Counting objects: 25, done. > remote: Compressing objects: 100%

Re: [gentoo-user] Can't emerge --sync

2017-07-15 Thread Alexander Kapshuk
On Sat, Jul 15, 2017 at 1:00 PM, Peter Humphrey wrote: > Hello list, > > Today I get this: > > # emerge --sync Syncing repository 'gentoo' into '/usr/portage'... > /usr/bin/git pull > remote: Counting objects: 25, done. > remote: Compressing objects: 100% (9/9), done.

[gentoo-user] genkernel iwlwifi WiFi driver

2017-07-15 Thread Radoje Stojisic
Hello everyone, I've installed Gentoo on my ThinkPad T460p couple of times. For some reason I can't get the WiFi working. I did the installation with SystemRescueCD because I needed working WiFi for the install. So here comes the question: I've installed the Genkernel. Does Genkernel

Re: [gentoo-user] Intel IPTS

2017-07-15 Thread james
On 07/14/17 05:47, Bill Kenworthy wrote: > Hi, is anyone using the Intel IPTS touchscreen successfully with a MS > Surface Pro 4? > > I am not sure how usable it is with Gentoo: > https://github.com/ipts-linux-org/ipts-linux > > BillK Nope, But I did run across these pages some time ago::

Re: [gentoo-user] Can't emerge --sync

2017-07-15 Thread Peter Humphrey
On Saturday 15 Jul 2017 12:14:52 Daniel Wagener wrote: > On Sat, 15 Jul 2017 11:00:01 +0100 > > Peter Humphrey wrote: > > Hello list, > > > > Today I get this: > > > > # emerge --sync > > > > >>> Syncing repository 'gentoo' into '/usr/portage'... > > > > /usr/bin/git

Re: [gentoo-user] genkernel iwlwifi WiFi driver

2017-07-15 Thread Heiko Baums
Am Sat, 15 Jul 2017 11:20:52 +0200 schrieb Radoje Stojisic : > I've installed the Genkernel. Does Genkernel enables the iwlwifi > driver automatically? Or do I need the modify the kernel on my own? You can check if the firmware is included in the kernel config: grep

Re: [gentoo-user] Can't emerge --sync

2017-07-15 Thread Marc Joliet
Am Samstag, 15. Juli 2017, 15:11:03 CEST schrieb Peter Humphrey: > On Saturday 15 Jul 2017 12:14:52 Daniel Wagener wrote: > > On Sat, 15 Jul 2017 11:00:01 +0100 > > > > Peter Humphrey wrote: [...] > > > > Why not just go there and do a "git diff"? > > It will show you

[gentoo-user] Re: Don't miss the 1 500 000 000 Unix second!

2017-07-15 Thread Grant Edwards
On 2017-07-15, Matthias Hanft wrote: > Grant Edwards wrote: >> >> Well, the return type for time() changed from "int" (or was it long?) >> to "time_t" many years back. That said, the actual underlying >> representation has never changed on 32-bit Linux systems. Posix >> requires

[gentoo-user]

2017-07-15 Thread Zheng Guoqiang
-- 致广大而致精微

Re: [gentoo-user] Intel IPTS

2017-07-15 Thread Daniel Frey
On 07/15/2017 05:59 AM, james wrote: > On 07/14/17 05:47, Bill Kenworthy wrote: >> Hi, is anyone using the Intel IPTS touchscreen successfully with a MS >> Surface Pro 4? >> >> I am not sure how usable it is with Gentoo: >> https://github.com/ipts-linux-org/ipts-linux >> >> BillK > > Nope, > >

Re: [gentoo-user] Can't emerge --sync

2017-07-15 Thread Peter Humphrey
On Saturday 15 Jul 2017 16:07:26 Marc Joliet wrote: > Am Samstag, 15. Juli 2017, 15:11:03 CEST schrieb Peter Humphrey: > > On Saturday 15 Jul 2017 12:14:52 Daniel Wagener wrote: > > > On Sat, 15 Jul 2017 11:00:01 +0100 > > > Peter Humphrey wrote: > [...] > > > Why not just

Re: [gentoo-user] Re: Don't miss the 1 500 000 000 Unix second!

2017-07-15 Thread R0b0t1
On Sat, Jul 15, 2017 at 2:08 AM, Matthias Hanft wrote: > Grant Edwards wrote: >> >> Well, the return type for time() changed from "int" (or was it long?) >> to "time_t" many years back. That said, the actual underlying >> representation has never changed on 32-bit Linux systems.

Re: [gentoo-user] Intel IPTS

2017-07-15 Thread R0b0t1
On Fri, Jul 14, 2017 at 4:47 AM, Bill Kenworthy wrote: > Hi, is anyone using the Intel IPTS touchscreen successfully with a MS > Surface Pro 4? > > I am not sure how usable it is with Gentoo: > https://github.com/ipts-linux-org/ipts-linux > > BillK > Based on the reading I

Re: [gentoo-user] Re: Don't miss the 1 500 000 000 Unix second!

2017-07-15 Thread Walter Dnes
On Sat, Jul 15, 2017 at 02:23:44PM +, Grant Edwards wrote > It's not just the kernel. If you want to avoid the 32-bit time > problem, then you need to re-install all of the user-space librairies > and binary exectuables that use the time() libc function. I believe that postgresql 32-bit

Re: [gentoo-user] Intel IPTS

2017-07-15 Thread Bill Kenworthy
On 15/07/17 20:59, james wrote: > On 07/14/17 05:47, Bill Kenworthy wrote: >> Hi, is anyone using the Intel IPTS touchscreen successfully with a MS >> Surface Pro 4? >> >> I am not sure how usable it is with Gentoo: >> https://github.com/ipts-linux-org/ipts-linux >> >> BillK > > Nope, > > But I