i have absolutely no idea how to instal a driver on kubuntu. i'll get these instructions on the driver that are just so incredibly cryptic that i can't even begin to imagine what they are trying to tell me.
like it'll say to install it just...
execute
./install
ok so what... what the hell does that mean, do i put that into the konsole? ok well if i do that i just get this
sean@sean-laptop:~$ execute
bash: execute: command not found
sean@sean-laptop:~$
sean@sean-laptop:~$ ./install
ok so great, that's a lot of help
so if i want to do it manually all i have to do is this
Complied source code
a. cd alsa-driver-1.0.xx
b. ./configure
c. make
d. make install
e. ./snddevices
um.... i'm not sure about you but those aren't instructions.
then it says to do this
Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution
(Please refer to the attached modules.conf)
snd-xxxx is the card ID.
-- Azalia controller --ALC880 ALC882 ALC260 ALC262 ALC883 ALC885 ALC888
--- Intel ICH6 ICH7 ---------
snd-hda-intel
--- ATI chipset -----
snd-atiixp
-- AC97 controller --ALC655 ALC650 ALC250 ALC255
--- Intel ICH6 ICH7 , SiS 7012 and NVidia----------
snd-intel8x0
--- Via8233 Via686a -------------------------------
snd-via82xx
--- ATI Chipset -------------------------------
snd-atiixp
Copy and paste this to the bottom of your /etc/modules.conf or /etc/modprobe.conf file.
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-xxxx
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
are these people on crack? how the hell am i supposed to interpret this? this is supposedly "linux for humans" but i don't see how they can make claims like that when THESE are the kinds of instructions they give me.
i have two drivers that i need to instal, an audio driver and a WLAN driver, both of them come with instuctions that just don't make any sense to me at all so any help would be great.
like it'll say to install it just...
execute
./install
ok so what... what the hell does that mean, do i put that into the konsole? ok well if i do that i just get this
sean@sean-laptop:~$ execute
bash: execute: command not found
sean@sean-laptop:~$
sean@sean-laptop:~$ ./install
ok so great, that's a lot of help
so if i want to do it manually all i have to do is this
Complied source code
a. cd alsa-driver-1.0.xx
b. ./configure
c. make
d. make install
e. ./snddevices
um.... i'm not sure about you but those aren't instructions.
then it says to do this
Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution
(Please refer to the attached modules.conf)
snd-xxxx is the card ID.
-- Azalia controller --ALC880 ALC882 ALC260 ALC262 ALC883 ALC885 ALC888
--- Intel ICH6 ICH7 ---------
snd-hda-intel
--- ATI chipset -----
snd-atiixp
-- AC97 controller --ALC655 ALC650 ALC250 ALC255
--- Intel ICH6 ICH7 , SiS 7012 and NVidia----------
snd-intel8x0
--- Via8233 Via686a -------------------------------
snd-via82xx
--- ATI Chipset -------------------------------
snd-atiixp
Copy and paste this to the bottom of your /etc/modules.conf or /etc/modprobe.conf file.
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-xxxx
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
are these people on crack? how the hell am i supposed to interpret this? this is supposedly "linux for humans" but i don't see how they can make claims like that when THESE are the kinds of instructions they give me.
i have two drivers that i need to instal, an audio driver and a WLAN driver, both of them come with instuctions that just don't make any sense to me at all so any help would be great.
Comment