home / infca / linux / lsuse92 (navigation links)

El futuro es ... hoy !

SuSE 9.2, k 2.6.5


Disk we had : fdisk -l

 hda : hda1 hda2 < hda5 hda6 >         200 GB    CHS=16709/255/53

  hda1 :  134 GB    7    NTFS
  hda2 :   61 GB    f    extended
   hda5 : 104 MB    b    FAT32
   hda6 :  61 GB    7    NTFS

 hdb : hdb1 hdb2 < hdb5 hdb6 > hdb3    40 GB     CHS=4983/255/63     Fujitsu MPG3409AT

  hdb1 :   17 GB    7    NTFS
  hdb2 :   22 GB    f    extended
   hdb5 :  19 GB    83   Linux Ext2
   hdb6 :   1 GB    b    FAT32
  hdb3 :    2 GB    82   Linux swap
 
Linux Swap HDB3
Linux Ext2 HDB5

Install media

278.036.480 SLES-9-i386-RC5-CD1.iso
641.007.616 SLES-9-i386-RC5-CD2.iso
609.058.816 SLES-9-i386-RC5-CD3.iso
572.129.280 SLES-9-i386-RC5-CD4.iso
681.082.880 SLES-9-i386-RC5-CD5.iso
679.772.160 SLES-9-i386-RC5-CD6.iso
674.070.528 SLES9-SP-i386-Test1-CD1.iso
410 MD5SUM
6.804 SLES9-SP-i386-Test1-CD1.NOTES

CD1 IPL

Boot from hard disk
Installation
Installation - ACPI disabled
Installation - safe settings
Manual installation
Rescue system
Memory test (MemTest-86 v3.1)

Yast2

Instalación base

Idioma

Configuración de la instalación

/dev/hdb5 / for reiser
/dev/hdb3 swap
/dev/hda1 /windows/C
/dev/hda5 /windows/E
/dev/hda6 /windows/F
/dev/hdb1 /windows/D
/dev/hdb6 /windows/G
MBR /dev/hdb5
Cargador GRUB
Nivel 5 : red + XDM

Realizar la instalación

Actualizar configuracion
Copiar archivos al sistema instalado
Instalar gestor de arranque
Preparar el sistema para el primer arranque

Configuración

Contraseña de root [s40]
Red
Actualización en linea
Servicio
Usuarios [sebas/sebasII]
Limpiar

Notas de la versión

Ver /usr/share/doc/release-notes/RELEASE-NOTES.en.rtf

Configuración de dispositivo

Es molt interessant el Registro de instalación que es veu mentre s'instalen els paquets ...
Queda en algun fitxer ?


SuSE boot

Linux
windows 1
windows 2
diskette
failsafe

Devices details

Kernel :

uname -a : 2.6.5-7.97
uname -r : 2.6.5
Configuracio : /boot/vmlinuz.config ?
/boot/config-2.6.5-7.97.default ?
CONFIG_NET_WIRELESS = y !!!

SuSE 92 has configuration in /proc/config.gz (copied to /usr/src/linux-2.6.5-7.97)

Source dir : /usr/src/linux-2.6.5-7.97
Driver path : /lib/modules/2.6.5-7.97-default/kernel/dfrivers/net

WiFi card is a "Canyon Wireless PCI card, CN-WF511, 802.11g, 54 Mbps, WPA" - Ralink RT2500
HW implemented using RT2400/2500 chipset (?); Ralink RT2500 chipset based wirelss 802.11g devices (ok)

Modo operación : infraestructura
Identificacion de red (ESSID) : fb [SSID]
Manual (en vez de OnBoot)

Com s'instala un nou driver a Suse ?

  1. Install the NIC and check it has been detected on the PCI bus:
    $ lspci | grep Ralink lspci: 0000:02:0a.0 - Network controller: RaLink Ralink RT2500 802.11 cardbus Reference Card (rev 01)
  2. Install the driver manually :
    $ modprobe rt2500
  3. System messages have to contain something like :
    $ dmesg | tail wlan0: rt2500 ethernet device xx:xx:xx:xx:xx:xx using driver xxxxx
  4. configure WiFi :
    iwconfig wlan0 mode Managed iwconfig wlan0 essid YourNetworkName
  5. use Yast on a "Not detected" card; set the Type to wireless and the Interface to 0 (becomes wlan0); enter the name of the network, and the kernel module.
  6. (maybe) edit /etc/sysconfig/network/ifcfg-wlan0

SuSE's new device configuration method : explained in /usr/share/doc/packages/sysconfig/README

From here -Fedora (and here -RedHat) :

This section covers getting, building and installing the Ralink drivers for the Averatec 3220. * Go to SerialMonkey and download the latest version of the "11g-RT2500" source code for Linux. Right now, it is "rt2500-1.1.0-b2.tar.gz" 23/08/2005 : rt2500-1.1.0.b3.tar.gz * I save the source package in /home/sebas/wifi directory and unpack it there with the following command: tar -zxvf rt2500-1.1.0-b2.tar.gz * cd into the "Module" source directory, about two levels down. * Read the README file. * Do make. When you're done, you should have a file called rt2500.ko -- that's our kernel module. * Do make install. It will a) copy rt2500.ko into /lib/modules/2.6.5-7.97-default/kernel/drivers/net/wirelss b) update the /etc/modules.conf file: following line: alias ra0 rt2500 added * Copy the ifcfg-ra0 file to its proper place: cp /home/sebas/wifi/rt2500-1.1.0/Module/ifcfg-ra0 /etc/sysconfig/network/ * Modify the provided ifcfg-ra0 file thusly: add this line: TYPE=Wireless * Be sure that the wireless gadget is enabled by pushing its button, the one near the power button. The little blue wireless light should come on. * load the rt2500 module into the kernel: modprobe rt2500 dmesg displays
rt2500: no version for "struct_module" found: kernel tainted rt2500: unsupported module, tainting kernel rt2500 1.1.0 BETA2 2005/02/21 http://rt2x00.serialmonkey.com
You can create a script to do this on boot-up, or boot into your previous kernel and run the 2.6.8.1 kernel's make install again to get the Ralink module (which is now in the /lib/modules/2.6.8.1/ area, included in the boot-time module mix. Apparently the kernel makes a list of all of the modules in /lib/modules, and uses it at boot time. I'm kind of fuzzy on this. Read man depmod or read about the System.map if you want to understand it. * You should now be able to use the "Network" applet in KDE to configure and activate the ra0 wireless device. * iwlist scanning ra0 - can you see the AP ? ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # alias ra0 rt2500 (set in /etc/modules.conf by Makefile) # modprobe rt2500 # ifdown ra0 # ifup ra0 # ifconfig ra0 # ifstatus ra0 # lsmod | grep rt2500 (check the driver has loaded) # try this when you are in the Wifi module's directory: # make -C /lib/modules/`uname -r`/build M=`pwd`modules # have fun, Karsten ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ No rule to make target 'modules' : The next lines will prepare the kernel source so that it can be used against compiling modules : cd /usr/src/linux make cloneconfig make prepare-all Jo vaig fer (a /usr/src/linux-2.6.5-7.97/scripts/basic) : make fixdep make split-include make docproc

BEST description on how to create a rt2500.ko
( points to http://prdownloads.sourceforge.net/rt2400/rt2500-1.1.0-b2.tar.gz?download )
FAQs HOWTOs SuSE 9.1 HowTo Forums Forum

rpm -qa | grep wireless : wireless-tools-27pre12-39.26
rpm -ql wireless-tools : iwconfig, iwevent, iwgetid, iwlist, iwpriv, iwspy, ivnet
Surecom EP-320X-S 100/10M Ethernet PCI adapter
Tarjeta grafica ATI RV35A AP
Monitor VESA 1280x1024@60Hz
Sonido BA/BAM AC'97 Audio
Configurado como snd-card-0
Log de arranque : /var/log/boot.msg
Registro sistema : /var/log/messages
Paquetes a probar :
waproamd - configura redes wireless
ifplugd - ethernet
netapplet - GUI ethernet
Otros comandos :

/etc/wlan/wlan.cfg tiene [WLAN_SCAN=n]
./wlan start no funciona ! (shared)

wlancfg show wlan0 => no such device
ifconfig wlan0 up => no such device
modprobe p80211 va OK !


Ep !

Valid HTML 4.01!   Valid CSS!

Escriu-me !
Updated 23/08/2005 (a)
Uf ! Welcome ! Top !