From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-73615-garchives=archives.gentoo.org@lists.gentoo.org>) id 1JCaaI-0002k1-Au for garchives@archives.gentoo.org; Wed, 09 Jan 2008 13:03:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B766E04D6; Wed, 9 Jan 2008 13:02:29 +0000 (UTC) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by pigeon.gentoo.org (Postfix) with ESMTP id 7FBF2E04D5 for <gentoo-user@lists.gentoo.org>; Wed, 9 Jan 2008 13:02:28 +0000 (UTC) Received: by ug-out-1314.google.com with SMTP id j3so81779ugf.49 for <gentoo-user@lists.gentoo.org>; Wed, 09 Jan 2008 05:02:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:message-id:content-type:content-transfer-encoding; bh=j8roc2D0ImKcEzfkpAbXRuLjRW6Aq9L00MJtGz15rnE=; b=J7jUIwDQYbNhj0Nze2Enw6BT29vH05JN6jfsplQzNy0jC39ZGRLi3+m4kJTCAdf6vvuinbWEaAZFUkn5nHLlL48SaGii8P3ISOO5nTmWOdEiCol5fkWZ5E5goj/b9vJBlOMAVFzax06UPYchVXM6zXh62BhhAPOXEjR54gG3FkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:message-id:content-type:content-transfer-encoding; b=W+JJgpw8UsQ6vB1lQ+hctwIaWdfQh1tgRBuCQxGyRfC7hPGK3vRAuyQkUwwrdVxkPOHnjG9sRiMwrAGa2mfpiBZDEROIfi6VW08YuLl3qJeltJOyRwlXA1SH1ZGq+xviGvAvVJn/fDLx6XalSadwE32yUpPxYf3flLX58flCOW0= Received: by 10.66.243.4 with SMTP id q4mr2263312ugh.5.1199883747464; Wed, 09 Jan 2008 05:02:27 -0800 (PST) Received: from lappy ( [86.140.42.18]) by mx.google.com with ESMTPS id e34sm4998730ugd.17.2008.01.09.05.02.24 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Jan 2008 05:02:26 -0800 (PST) From: Mick <michaelkintzios@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] CUPS problem Date: Wed, 9 Jan 2008 13:00:59 +0000 User-Agent: KMail/1.9.7 References: <7bef1f890801051927k1ec28f62u7b3f477bcb779aa1@mail.gmail.com> <200801080956.49740.michaelkintzios@gmail.com> <7bef1f890801081543k698a2dddu801a95738db331f4@mail.gmail.com> In-Reply-To: <7bef1f890801081543k698a2dddu801a95738db331f4@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Message-Id: <200801091301.19845.michaelkintzios@gmail.com> Content-Type: multipart/signed; boundary="nextPart1199891005.WGqBvRP0tg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 43227719-1a1f-4410-a187-c28d988f3e52 X-Archives-Hash: a4874af974a85948c8fedf356a4a0192 --nextPart1199891005.WGqBvRP0tg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 08 January 2008, Alan E. Davis wrote: > Partly because I needed to print, and partly to rule out hardware > issues, I booted ubuntu 7.10, and installed. No problem has been > encountered over the past few days of using ubuntu. I can print, and > no lockups are encountered (so far, KOW). Clearly your Gentoo installation has some configuration issues, inc. your=20 compiled kernels. The initialisation scripts and misconfiguration of=20 services at boot/default runlevels could be another problem causing it to=20 choke. > This is distressing. I enjoy not having to fiddle around, not > spending so much time maintaining the system, and it's almost > lightning quick to install packages!. Perhaps I'll use Ubuntu for a > while---but I'd sure like to solve this problem. I just tried an > incantation (kernel parameter) that had been recommended somewhere. > (noapic nolapic acpi=3Doff pci=3Dnoacpi), but still got the same behavior. > Sometime soon I'll try to recompile the kernel or back down to > 2.6.22. (I'd only compiled 2.6.23 for this new motherboard). I suggest that you zcat your Ubuntu's .config file into your=20 Gentoo's /usr/src/linux and then run make oldconfig. That should give you= =20 the same kernel configuration which you can thereafter peruse at leisure. = At=20 the same time I would copy over the CUPS configuration file from Ubuntu to= =20 Gentoo (but don't try that until you have proven that your new Gentoo kerne= l=20 is still having problems printing). You can even diff the two files to see= =20 if there are any significant differences in settings. HTH. =2D-=20 Regards, Mick --nextPart1199891005.WGqBvRP0tg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQBHhMWf5Fp0QerLYPcRAu2jAJ0X3OD81MY5tCxFkMw4hQMs3zc4ygCfW1vc 8hmDb0Q5M5xzajjx5HcTAOc= =nqwK -----END PGP SIGNATURE----- --nextPart1199891005.WGqBvRP0tg-- -- gentoo-user@lists.gentoo.org mailing list