[gentoo-user] Re: Brother Printer
On 2016-12-10, Alec Ten Harmsel wrote: > On Sat, Dec 10, 2016 at 11:17:55PM +0100, siefke_lis...@web.de wrote: >> On Fri, 09 Dec 2016 16:49:48 +0100 >> Nils Freydank wrote: >> >> > would need to migrate to an multilib profile - and I don’t know how awful >> > this >> > would become. >> >> I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not >> want compile. Something with blabla.32.h is missing. I find nothing in >> documentation how can switch or im blind. (i wear classes :) > > I believe going from nomultilib to multilib is not officially supported. About a year ago, I did some reading on that topic and found an unofficial step-by-step guide on how to do it. After reading through the procedure it a couple times, I decided that backing up my /home partition and then reinstalling from scratch would be faster and easier. -- Grant Edwards grant.b.edwardsYow! It's NO USE ... I've at gone to "CLUB MED"!! gmail.com
Re: [gentoo-user] Brother Printer
On Sun, 11 Dec 2016 22:57:29 -0800, Daniel Frey wrote: > It's a Laserjet CP1025nw. I fought with hplip for a day or two, hplip > recognized the printer but wouldn't install it properly. Even using > kdesu or similar it would say it installed properly but nothing would > print from it. I eventually found foo2zjs, which works fine with it. ISTR these are supported by hplip now, I had a similar model and had to use foo2zjs at the start but was later able to dispense with it. -- Neil Bothwick If a man is standing in the middle of the forest speaking and there is no woman around to hear him - Is he still wrong? pgpFte0U47l7F.pgp Description: OpenPGP digital signature
[gentoo-user] [OT] atom+nouveau
I have a problem I know is not Gentoo related (because it happens also in Slackware, in the same computer). The motherboard is not that widely used, so before filing a bug I would like to know if someone out there has the same problem, or is ot just me. AT3IONT-I DELUXE with Nouveau driver The problem: screen completely black, both in X and in virtual consoles, the system boots (I can ssh into it, and X is up). I can even type commands (blindly, of course). ** It happens only with 4.8.* kernels ** It works fine with 4.7.10. I use custom kernels, but the configuration of 4.8.* was inherited from 4.7.* via make oldconfig. I will never ever again buy Nvidia, but I'm not ready yet to ditch this low power, noiseless computer, and I would prefer not to get stuck with 4.7.*. TIA Jorge Almeida
[gentoo-user] KWallet doesn't recognise my password
Hello list, Until this morning I've had no real problems with KMail and co. for quite a while, but something's upset the wallet system so that my password is no longer recognised when I start KMail-2. This is what I've tried: 1. Re-created a blank /home partition and restored from yesterday's backup. (Yesterday's setup was working nicely.) No difference, so: 2. Deleted ~/kde4/share/apps/kwallet (while not running live) and rebooted. No difference there either. Is there something I can restore from backup to enable me to use the wallet again - perhaps something in /etc/ssl or /var/tmp? Maybe I need to remerge the wallet packages, or maybe I'll have to create an entirely new user for myself. I hoped I'd seen the last of that kind of masochism. In case it's relevant, the appearance of this problem coincided with a new kernel, 4.9.0, which I compiled as usual and rebooted. I just got a blank screen. I had to revert to 4.8.14 and rebuild the associated modules before I could boot, and then fsck ran to check all the file systems. -- Regards Peter
Re: [gentoo-user] Brother Printer
On Sun, 11 Dec 2016 14:57:07 -0800 Daniel Frey wrote: > I have an HP printer and hplip doesn't work with it, so beware... Uff sometimes really have thoughts go back to Windows. :) I have HP PSC 1215 now from my dad and with hplip it work. Scanner, printer I need to buy Ink. Silvio pgp9ZMQp7WIET.pgp Description: PGP signature
Re: [gentoo-user] kernel 4.8.11 nvidia trouble [solved]
solved; there was a problem with gcc; genkernel; and some other package. ( too old) driver now compile successful. On Dec 10, 2016 1:40 PM, "Fernando Rodriguez" wrote: > On Fri, Dec 02, 2016 at 01:00:58PM +0100, massi ppp wrote: > > hello > > > > i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc compiler > 5.4. > > > > i've compiled kernell with genkernell, the driver has compiled, but not > > work because kernel conflict, i recompiled the same kernel following the > > istruction on handbook, but when i try to emerge nvidia driver portage > fail > > to compile. > > Then post the error that you're getting and the output of the > pre-emerge checks. > > If you build your kernel with genkernel it *should* work. You probably > just had to blacklist the free drivers to resolve the "kernel conflict". > So maybe start over with a fresh genkernel and try that. > > > > > i try also to find the problem to add or remove graphics and firmware > > correlated features by menuconfig, and recompliling kernel. > > > > the result is: > > the module nvidia.ko missing some value: > > > > lib/modules/4.8.11-gentoo/video.ko needs unknown symbol: > > That's expected if you didn't recompile the drivers. It means that one of > the features you disabled was used by the driver module. Also make sure > you remove the /lib/modules/4.8.11-gentoo directory before reinstalling > your kernel modules as it looks like video.ko is not supposed to be > there. Maybe you disabled that feature but the modules is still there > from your previous build. > > -- > Fernando Rodriguez > >
[gentoo-user] do I need ppp ?
I access the Internet using 'dhcpcd' via a simple router. I have 'ppp' installed with a note "for PPP via baselayout". Do I in fact need to keep 'ppp' ? -- ,, SUPPORT ___//___, Philip Webb ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto TRANSIT`-O--O---' purslowatchassdotutorontodotca
Re: [gentoo-user] do I need ppp ?
You can remove safety. Your (adsl) router is already providing a ppp over something for you. Ciao Luigi Il mar 13 dic 2016, 05:00 Philip Webb ha scritto: > I access the Internet using 'dhcpcd' via a simple router. > I have 'ppp' installed with a note "for PPP via baselayout". > > Do I in fact need to keep 'ppp' ? > > -- > ,, > SUPPORT ___//___, Philip Webb > ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto > TRANSIT`-O--O---' purslowatchassdotutorontodotca > > > -- Luigi Mantellini
Re: [gentoo-user] KWallet doesn't recognise my password
On Monday 12 Dec 2016 13:18:46 Peter Humphrey wrote: > Hello list, > > Until this morning I've had no real problems with KMail and co. for quite a > while, but something's upset the wallet system so that my password is no > longer recognised when I start KMail-2. This is what I've tried: > > 1.Re-created a blank /home partition and restored from yesterday's backup. > (Yesterday's setup was working nicely.) > No difference, so: > > 2.Deleted ~/kde4/share/apps/kwallet (while not running live) and rebooted. > No difference there either. > > Is there something I can restore from backup to enable me to use the wallet > again - perhaps something in /etc/ssl or /var/tmp? Maybe I need to remerge > the wallet packages, or maybe I'll have to create an entirely new user for > myself. I hoped I'd seen the last of that kind of masochism. > > In case it's relevant, the appearance of this problem coincided with a new > kernel, 4.9.0, which I compiled as usual and rebooted. I just got a blank > screen. I had to revert to 4.8.14 and rebuild the associated modules before > I could boot, and then fsck ran to check all the file systems. I wouldn't think the kernel is relevant to the kwallet problem. I recall having to run a migration script or something, to migrate the kwallet4 to kwallet5. Kmail is still using kwallet4. Did you update pam by any chance? This should be something to look into for kwallet. -- Regards, Mick signature.asc Description: This is a digitally signed message part.