On Sunday 18 February 2007 23:46, John Cooper wrote:
> >
> > Lsmod output (sorry its long)
> >
> > root@2[~]# lsmod
> > Module Size Used by
> >
> > rt2500 150372 0
> >
> >
> > Output from egrep
> >
> > root@2[~]# egrep 'wlan|ra0' /etc/modprobe.d/*
> > /etc/modprobe.d/rt2400:options rt2400 ifname=wlan%d
> > /etc/modprobe.d/rt2500:options rt2500 ifname=wlan%d
> > /etc/modprobe.d/rt2500:alias ra0 rt2500
>
> Move the "alias ra0 rt2500" line above the "options rt2500
> ifname=wlan%d" as options should come after the alias line. Then try
> restarting your network (or reboot)
>
> > output from cat
> >
> > root@2[~]# cat /etc/modprobe.d/cs46xx
> > install snd-cs46xx /sbin/modprobe cs46xx root@2[~]#
> >
> > Not sure why it putting the root prompt on the end of the line???
>
> There is probably a missing carriage return or "enter" at the end of
> the line in the file.
>
lsmod
root@0[mit]# lsmod
Module Size Used by
ppdev 6404 0
video 14212 0
thermal 10888 0
tc1100_wmi 5380 0
sony_acpi 4364 0
pcc_acpi 10368 0
hotkey 9508 0
fan 3460 0
dev_acpi 9092 0
container 3328 0
button 5008 0
acpi_sbs 18188 0
battery 7940 1 acpi_sbs
i2c_acpi_ec 4224 1 acpi_sbs
ac 3716 1 acpi_sbs
ndiswrapper 148436 0
cpufreq_userspace 3544 0
cpufreq_powersave 1664 0
cpufreq_ondemand 5020 0
speedstep_lib 3332 0
freq_table 3460 0
processor 18880 1 thermal
dm_mod 43832 1
md_mod 54100 0
af_packet 15112 2
yenta_socket 22028 0
rsrc_nonstatic 9984 1 yenta_socket
pcmcia 28460 0
pcmcia_core 31376 3 yenta_socket,rsrc_nonstatic,pcmcia
snd_emu10k1_synth 5632 0
snd_emux_synth 30080 1 snd_emu10k1_synth
snd_seq_virmidi 5376 1 snd_emux_synth
snd_seq_midi_emul 5376 1 snd_emux_synth
snd_seq_dummy 2820 0
snd_seq_oss 27776 0
snd_seq_midi 6176 0
snd_seq_midi_event 5632 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 41680 9
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
i2c_viapro 6804 0
i2c_core 15248 2 i2c_acpi_ec,i2c_viapro
via_ircc 20500 0
irda 155452 1 via_ircc
parport_pc 28484 1
lp 8132 0
parport 27848 3 ppdev,parport_pc,lp
floppy 50372 0
snd_emu10k1 110784 2 snd_emu10k1_synth
snd_ac97_codec 86176 1 snd_emu10k1
crc_ccitt 1920 1 irda
ac97_bus 1920 1 snd_ac97_codec
pcspkr 1668 0
snd_mpu401 6120 0
snd_mpu401_uart 6144 1 snd_mpu401
snd_pcm_oss 37280 0
snd_rawmidi 17952 4
snd_seq_virmidi,snd_seq_midi,snd_emu10k1,snd_mpu401_uart
snd_mixer_oss 14336 1 snd_pcm_oss
snd_pcm 62728 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
sworks_agp 6688 0
amd_k7_agp 6156 0
snd_seq_device 6412 8
snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi
ali_agp 4992 0
snd_timer 18308 3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc 7560 2 snd_emu10k1,snd_pcm
snd_util_mem 3328 2 snd_emux_synth,snd_emu10k1
sis_agp 5892 0
snd_hwdep 6788 2 snd_emux_synth,snd_emu10k1
ati_agp 6156 0
snd 44520 18
snd_emux_synth,snd_seq_virmidi,snd_seq_dummy,snd_seq_oss,snd_seq,snd_emu10k1,snd_ac97_codec,snd_mpu401,snd_mpu401_uart,snd_pcm_oss,snd_rawmidi,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
nvidia_agp 5788 0
via_agp 7424 1
intel_agp 17948 0
soundcore 7008 1 snd
agpgart 25160 8
sworks_agp,amd_k7_agp,ali_agp,sis_agp,ati_agp,nvidia_agp,via_agp,intel_agp
psmouse 29828 0
rtc 9652 0
8139cp 16000 0
serio_raw 5252 0
8139too 20736 0
analog 8992 0
mii 4224 2 8139cp,8139too
shpchp 36032 0
pci_hotplug 22068 1 shpchp
rt2500 150372 1
emu10k1_gp 2688 0
uhci_hcd 26128 0
gameport 10632 3 analog,emu10k1_gp
evdev 6912 1
egrep
root@0[mit]# egrep 'wlan|ra0' /etc/modprobe.d/*
/etc/modprobe.d/rt2400:options rt2400 ifname=wlan%d
/etc/modprobe.d/rt2500:alias ra0 rt2500
/etc/modprobe.d/rt2500:options rt2500 ifname=wlan%d
Judging that the rt2500 module has a 1 against it means it is now loading and
the change to the placement of alias, progress??
Tim
___________________________________________________________
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider.
http://uk.docs.yahoo.com/nowyoucan.html