From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FTNPe-0000AD-Bs for garchives@archives.gentoo.org; Tue, 11 Apr 2006 18:16:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k3BIEUua011068; Tue, 11 Apr 2006 18:14:30 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.227]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k3BI1vhK019955 for ; Tue, 11 Apr 2006 18:01:58 GMT Received: by wproxy.gmail.com with SMTP id i2so483326wra for ; Tue, 11 Apr 2006 11:01:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FlT4kcxrHbhfwrdkxbVb81Yk/rtSECzjvS6mAGz4G+7G81scHwOcZy4z58+6S00NRTzPaKgVM7T/KVeM9+Md8BonoB0dUuIyVXZA4Xhok8p8U7S2ceJ7a31M/3AGR80oxKXwTt7e+WpvZZEmpdkC/erwXJCK/5/PACQ20tVi6Hg= Received: by 10.54.102.10 with SMTP id z10mr582496wrb; Tue, 11 Apr 2006 11:01:57 -0700 (PDT) Received: by 10.54.69.1 with HTTP; Tue, 11 Apr 2006 11:01:57 -0700 (PDT) Message-ID: <7573e9640604111101s46baca07n77f2b9f858e74b20@mail.gmail.com> Date: Tue, 11 Apr 2006 11:01:57 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] error after update In-Reply-To: <443BB4A7.000018.29662@bj163app28.163.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <443BB4A7.000018.29662@bj163app28.163.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k3BI1vhK019955 X-Archives-Salt: 1eebedaf-140d-4f7d-8cf3-2c0a58900c35 X-Archives-Hash: 79c78a06df4420734e05653c9fc586a5 On 4/11/06, wcw84 wrote: > Then I updated in my second gentoo to gcc 4.0.2 and glibc2.4,and "emerge -e > system && emerge -e world" and "etc-update" and update all the file.And when > i reboot,error > occured:"udev-event[1731]:find_free_number:%e is deprecated > will be removed and is unlikely to work correctly.Don't use it." This is expected with the ~x86 udev, as the CD-ROM rules still use %e to figure out the device name. Hopefully it goes away in a future udev release, and we will all learn how to update our own rules that use %e.... > and > "network unreachable". > > After i logined,i typed:"ifconfig",it showed: > eth0 Link encap:Ethernet HWaddr 00:E0:4C:8C:B8:C9 > inet addr:0.0.0.255 Bcast:255.255.255.255 Mask:0.0.0.0 Ok so the driver is loaded and working. Looks like something is wrong with your configuration though. What does "grep -v '^#' /etc/conf.d/net" show? > And the system don't have any sound now ,i can't find the file "dsp" in the > /dev. Do you have alsasound set to start in the default runlevel (check "rc-update -s")? Do you use the in-kernel modules or the external alsa-driver package? If external, have you tried rebuildling it? What does "lsmod | grep snd" report? BTW, /dev/dsp is the legacy oss device, and will only appear if you have the snd_pcm_oss module loaded. The standard alsa interfaces show up under /dev/snd/, with information at /proc/asound/. -Richard -- gentoo-user@gentoo.org mailing list