LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Kubuntu Source Installation Problems and no sound (https://www.linuxquestions.org/questions/ubuntu-63/kubuntu-source-installation-problems-and-no-sound-351113/)

fmpuk 08-08-2005 07:34 AM

Kubuntu Source Installation Problems and no sound
 
Just downloaded and installed Kubuntu. It all installed fine, I booted up (had a few errors about the home directory not being writable, but I sorted that with a "chown" command). So now I need to set my internet up. I use ndiswrapper for my wireless card which requires the kernel sources to be present to install it.
I typed into the terminal:
sudo apt-get install linux-source-2.6.10
And it outputs the following:
Code:

edd@laptop:~$ sudo: unable to lookup laptop via gethostbyname()
Password:
Reading package lists... Done
Building dependency tree... Done
Package linux-source-2.6.10 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source.
E: Package linux-source-2.6.10 has no installation candidate
edd@laptop:~$

Any idea what is going on here?

Also, I get an error about the sound when I boot up. The error is:
Code:

SOund server informational message:

Error while initializing the sound driver:

device: default can't be opened for playback (No such device)

The sound server will continue, using the null output device.

Any idea on that one?

Thanks a lot!

Fernandoch 08-10-2005 04:18 AM

Check that page:

http://ndiswrapper.sourceforge.net/mediawiki

and first see if your card is supported by ndiswrapper.

If you cannot fix it, then get back here.

pcesar 09-01-2005 11:37 AM

1º problem

-You need to change the /etc/hosts:
127.0.0.1 localhost "hostname of your machine"

then save.


2º Problem

Try to install:

alsaconf

do a :

apt-get install alsaconf

if dosen't wotk see your modules:

do a :
lsmod

check if you have sound module

Bluenoser 09-01-2005 11:05 PM

Change:
sudo apt-get install linux-source-2.6.10

To:
sudo apt-get install kernel-source-2.6.10


All times are GMT -5. The time now is 12:07 PM.