Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
madwifi-ng 0.9.3.1 not creating any interface.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
mangylj
n00b
n00b


Joined: 28 Apr 2007
Posts: 7

PostPosted: Fri May 25, 2007 6:41 pm    Post subject: madwifi-ng 0.9.3.1 not creating any interface. Reply with quote

I tried updating the madwifi-ng drivers yesterday, simply because the older one didn't compile against the 2.6.21-r1 kernel source..

Well, the compilation goes fine and the module loads without an error, but I get no ath0 or the like interface...

When I try to start the init-script /etc/init.d/net.ath0 start,
it tells me that net.ath0 doesn't exist and to "please verify hardware or kernel module (driver)".

Iwconfig shows only net.lo.

I've already doublechecked the kernel config against the requirements at the madwifi-ng site, and this problem wasn't in their FAQ. :D

Anyone knows what I'm doing wrong?
Back to top
View user's profile Send private message
defenderBG
l33t
l33t


Joined: 20 Jun 2006
Posts: 817

PostPosted: Fri May 25, 2007 8:40 pm    Post subject: Reply with quote

try ifconfig -a (after loading the madwifi)
to find out if u have other interfaces, might be that ath0 has changed names, who knows.
Back to top
View user's profile Send private message
mangylj
n00b
n00b


Joined: 28 Apr 2007
Posts: 7

PostPosted: Sat May 26, 2007 10:43 am    Post subject: Reply with quote

Hmm, I did some commands and thought I'd post them here..
My initial post wasn't very informative I see.. :)

Code:
# ifconfig -a
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


Code:
# iwconfig
lo        no wireless extensions.


Code:
# /etc/init.d/net.ath0 start
 * Starting ath0
 *   Loading networking modules for ath0
 *     modules: apipa arping ccwgroup macchanger macnet rename iwconfig essidnet iptunnel ifconfig system dhcpcd ip6to4
 *       iwconfig provides wireless
 *       ifconfig provides interface
 *       dhcpcd provides dhcp
 *   Configuration not set for ath0 - assuming DHCP
 *   Bringing up ath0
 *     dhcp
 *       network interface ath0 does not exist
 *       Please verify hardware or kernel module (driver)


Code:
# lsmod
Module                  Size  Used by
eeprom                  5520  0
w83781d                26920  0
hwmon_vid               2432  1 w83781d
hwmon                   2324  1 w83781d
i2c_isa                 3712  1 w83781d
vmnet                  23204  0
vmmon                 161836  0
svgalib_helper         10404  0
truecrypt             147844  0
wlan_wep                5504  0
ath_rate_sample        10624  0
wlan_scan_sta          10112  0
nvidia               3919628  8
ath_pci                77728  0
wlan                  164548  4 wlan_wep,ath_rate_sample,wlan_scan_sta,ath_pci
ath_hal               189520  2 ath_rate_sample,ath_pci
rng_core                3972  0
i2c_i801                6800  0
i2c_core               15632  4 eeprom,w83781d,i2c_isa,i2c_i801


Code:
# tail /var/log/messages
May 26 11:47:55 MPU rc-scripts: Configuration not set for ath0 - assuming DHCP
May 26 11:47:55 MPU rc-scripts: network interface ath0 does not exist
May 26 11:47:55 MPU rc-scripts: Please verify hardware or kernel module (driver)


Code:
# nano -w /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).

#
# IWCONFIG
#

modules=( "iwconfig" )
channel_ath0="6"
essid_ath0="Essid"
mode_ath0="managed"
key_Rovtomte="s:mypassword"


Code:
# ls -al /usr/src/linux
lrwxrwxrwx 1 root root 23 May 24 18:51 /usr/src/linux -> linux-2.6.21-gentoo-r1/


I have no idea what's wrong... All modules load without error..
Everything worked perfect with the older madwifi-ng, and now with the new one it's like my card is gone.
Back to top
View user's profile Send private message
wyv3rn
Apprentice
Apprentice


Joined: 18 Aug 2005
Posts: 154
Location: USA

PostPosted: Tue May 29, 2007 12:50 am    Post subject: Reply with quote

http://forums.gentoo.org/viewtopic.php?p=4074849
http://bugs.gentoo.org/show_bug.cgi?id=174168
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum