Ol�! Agora eu adicionei a refer�ncia ao bzImage no lilo.conf, mas o alsaconf ainda n�o detecta minha placa de som e eu n�o consigo instalar o driver do meu modem (Intel 537EP). Li o manual do modem que manda fazer tr�s comandos:

- make clean
- make all
- make install

No /usr/src/linux tentei o comando

make modules_install

retorna alguma mensagem, mas n�o muda em nada no sistema. Os comandos

make coredrv

e

make serialdrv

dizem que n�o conseguiram encontrar o destino.

Ah! Segundo o System Monitor do GNOME, meu computador tem apenas 201 Kb de RAM! (Ele tem 512 Mb)

Vejam os outputs dos comandos . O lilo.conf � o �ltimo

//-------------------------------------
#make clean

cd coredrv; make clean
make[1]: Entering directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/serialdrv'
rm -f *.o
rm -f *.o


//-------------------------------------
#make all

usage: make [clean] or [537] or [install] or [check] or [config_sync] or [uninstall]

//-------------------------------------
#make install

if [ -a /boot/vmlinuz.version.h ]; then \
cp /boot/vmlinuz.version.h /lib/modules/`uname -r`/build/include/linux/version.h; fi
if [ ]; then \
cd coredrv; make TARGET=TARGET_CATAWBA KERNEL_SOURCE_PATH= "PSTN_DEF=-DTARGET_CATAWBA -DTARGET_LINUX -DLINUX" 537core; \
cd ../serialdrv; make TARGET=TARGET_CATAWBA KERNEL_SOURCE_PATH= card=CARD_TJ320 \
"PSTN_DEF=-DTARGET_CATAWBA -DTARGET_LINUX -DLINUX" 537; \
else \
cd coredrv; make TARGET=TARGET_CATAWBA KERNEL_INCLUDES=/lib/modules/`uname -r`/build/include \
"PSTN_DEF=-DTARGET_CATAWBA -DTARGET_LINUX -DLINUX" 537core; \
cd ../serialdrv; make TARGET=TARGET_CATAWBA KERNEL_INCLUDES=/lib/modules/`uname -r`/build/include card=CARD_TJ320 \
"PSTN_DEF=-DTARGET_CATAWBA -DTARGET_LINUX -DLINUX" 537; \
fi ;
make[1]: Entering directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/coredrv'
cc -DTARGET_CATAWBA -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -c -o coredrv.o coredrv.c
make[1]: Leaving directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/coredrv'
make[1]: Entering directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/serialdrv'
cc -DTARGET_CATAWBA -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -c -o softserial.o softserial.c
make[1]: Leaving directory `/s3g/the_setup/intel_537-2.27.39.0/intel-537-2.27.39.0/serialdrv'


//-------------------------------------
Here is my lilo.conf file in /etc. I'm using Slackware 9.1

#lilo.conf

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
 reset
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
 label = DOS
 table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/bzImage
 root = /dev/hda2
 label = Linux
 read-only
# Linux bootable partition config ends

---------------------------------------------------------------------------
Esta lista � patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br

Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br
Regras de utiliza��o da lista: http://linux-br.conectiva.com.br
FAQ: http://www.zago.eti.br/menu.html

Responder a