You are not logged in.
Hi I am new to Arch linux. I am currently using Debian woody.
I would like some help in installing it.
I have arch-0.6 CD.
1.Fist I boot by typing arch
then I load modules by modprobe, in lib/modules/kernel/2.6.3/ directory
but I did find any modules for sound ( I have Creative Audigy ).
How do you think?
p.s sorry for my English, i am trying ![]()
Offline
Hi there!
Should be under soundblaster audigy and you also need the latest version of Alsa to make it work according to linux compatable site.
best regard
karacus
Offline
I have installed base system succsesfuly.
Then I edit files:
lilo - OK working
etc/modules.conf - I write
alias eth0 8139too
#
# /etc/resolv.conf
#
nameserver 192.168.112.254
nameserver 212.59.0.1
nameserver 195.182.73.221
# End of file
then /etc/rc.conf
#
MODULES=(8139too !usbserial !ide-scsi)
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp"
#
lo="lo 192.168.112.27" #lo="lo 127.0.0.1
eth0="eth0 192.168.112.27 netmask 255.255.255.0 broadcast 192.168.112.255"
INTERFACES=(lo eth0)
#
gateway="default gw 192.168.112.254"
ROUTES=(!gateway
#
DAEMONS=(syslogd klogd !pcmcia network netfs crond)
then i ping 192.168.112.254 working
then I ping www.archlinux.org - network unreachable
whats the problem?
My ISP:
IP 192.168.112.27
getaway 192.168.112.254
dns 192.168.112.254 212.59.0.1 195.182.73.221
Mindaugas
Offline
you still have that ! in the ROUTES entry of rc.conf. remove it, save the file, restart network and all will be fine ![]()
Offline
Thank You Malaclypse !
Network is working
I installed HWD and it formed XF86Config-4 for me.
Now I currently typing this message from my wmaker and finaly Archlinux :mrgreen:
Next step sound. HWD found some module I need. My sound card is Creative Audigy
Modules detected...
emu10k1_gp gameport tuner tda9887 tvaudio bttv video_buf i2c_algo_bit v4
l2_common btcx_risc i2c_core videodev parport_pc parport 8139too mii crc32
Mindaugas
Offline
Hi
Now i am trying xmms
** WARNING **: oss_set_volume(): Failed to open mixer device (/dev/mixer): No such file or directory
Offline
Hi
** WARNING **: oss_set_volume(): Failed to open mixer device (/dev/mixer): No such file or directory
Just a shot in the dark, I had this problem once with a different distro running sound with Alsa.
I fix the problem by changing the sound driver.
Alsa insisted on putting snd-emu10k1..... I choose emu10k1... instead of snd-emu10k1... in your case it might be reverse of what I did.
best regard
karacus
Offline
Hi
I try this:
[root@deimas emu10k1]# pwd
/lib/modules/2.6.3/kernel/sound/pci/emu10k1
[root@deimas emu10k1]# ls
snd-emu10k1-synth.ko snd-emu10k1.ko
[root@deimas emu10k1]# modprobe snd-emu10k1.ko
FATAL: Module snd_emu10k1.ko not found.
Any mind?
Mindaugas
Offline
Problem solved
need:
depmod -a
modprobe snd-emu10k1 ( not snd-emu10k1.ko
)
Offline
Great you got fix. :mrgreen:
best regard
karacus
Offline