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.62) (envelope-from ) id 1HP3hL-0000D1-71 for garchives@archives.gentoo.org; Wed, 07 Mar 2007 21:29:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l27LSAeX011604; Wed, 7 Mar 2007 21:28:10 GMT Received: from mail.kabelnet.hu (mail.kabelnet.hu [195.56.99.6]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l27LNwHN006991 for ; Wed, 7 Mar 2007 21:23:58 GMT Received: from localhost (localhost [127.0.0.1]) by mail.kabelnet.hu (Postfix) with ESMTP id 4D2CEE649A for ; Wed, 7 Mar 2007 22:23:58 +0100 (CET) Received: from mail.kabelnet.hu ([127.0.0.1]) by localhost (Mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24196-01 for ; Wed, 7 Mar 2007 22:23:57 +0100 (CET) Received: from [192.168.0.100] (cm-216-181.kabelnet.hu [195.56.216.181]) by mail.kabelnet.hu (Postfix) with ESMTP id 7F39CDE5AB for ; Wed, 7 Mar 2007 22:23:57 +0100 (CET) Message-ID: <45EF2DC4.7020105@gmail.com> Date: Wed, 07 Mar 2007 22:25:24 +0100 From: Abraham Gyorgy User-Agent: Thunderbird 1.5.0.10 (X11/20070303) 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 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Replacing "eth0" with "wlan0" Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at aldomain.kabelnet.hu X-Archives-Salt: def43e82-18b1-44e2-8259-6e92f72fbcfa X-Archives-Hash: 581bb92bdb9d67710135bc7e5c1bf3db Hello again :) I've switched my networking from wired "eth0" to "wlan0". I'm using ndiswrapper with Win32 driver and an USB WiFi adapter. Everything is fine, but... When I set up my Gentoo installation, I've added net.eth0 to default runlevel (it provices the networking in the init system). My ethernet driver (forcedeth nvidia nforce2 chip) is compiled in, using DHCP. All I had to do is to add net.eth0. Now when my system boots it is waiting 1-2 mins for DHCP, then goes forward, but (in the init system) there is no networking, so Samba and other stuff doesnt work. I want to replace this thing, 1) ndiswrapper module should go to /etc/modules.autoload folder 2) then wlan0 device appears, I want to do "iwlist wlan0 scan", then DHCP for wlan0 3) all this stuff should go nice to init system, eth0 should be removed, so wlan0 should provide the init system with "net". Now I wait for eth0 dhcp'ing, then modprobe, iwlist, and dhcpcd by hand, but it is time consuming and not so nice. What to do exactly guys? Thanks a lot! -- gentoo-user@gentoo.org mailing list