Re: "InetBoot for x86&x86_64 LiveCD (Feora/Ubuntu/KNOPPIX/VMKnoppix)" is released.

2008-08-05 Thread Kuniyasu Suzaki

Hello,

 >>From: "(``-_-´´) -- Fernando" <[EMAIL PROTECTED]>
 >>Subject: Re: "InetBoot for x86&x86_64 LiveCD 
 >>(Feora/Ubuntu/KNOPPIX/VMKnoppix)" is released.
 >>
 >>Hi again!
 >>I notice the change in the page on my feeds and redownload it, but i'm 
 >>facing a problem that occured a few time with the old version:
 >>I get suck at a shell telling me that it cant find /tmp/SOMETHING.x3423

Please tell me the detail. Which version of LiveCD-Ubuntu do you boot with the 
least InetBoot?
When do you find the message?

 >>a few lines before i can see the HTTPFS give the ok.

HTTPS?
InetBoot don't use HTTPS.

--
suzaki

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Compiling Ubuntu 7.04's kernel from source

2008-08-05 Thread Peter Teoh
On Tue, Aug 5, 2008 at 5:04 PM, John McCabe-Dansted <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 5, 2008 at 4:31 PM, Peter Teoh <[EMAIL PROTECTED]> wrote:
>> I started compiling the kernel as provided by Ubuntu source ISO and

I compiled the source codes for Linux Kernel as modified by Ubuntu,
downloaded from the source codes ISO provided.   And the error during
the compilation process happened as described before.

>> encountered the following error while compiling:
>>
>> /sda2/linux-source-2.6.20-2.6.20>ALSA lib
>> confmisc.c:670:(snd_func_card_driver) cannot find card '0'
>> ALSA lib conf.c:3500:(_snd_config_evaluate) function
>
> What command did you just type?
> (Not "ALSA lib" surely?)
>
> I think we should move this offlist, since this is more of a bug or
> support request than "discussion relating to development of Ubuntu".
>

Well, I am just doing some bug reporting for Ubuntu.   Not sure where
to go.   But when I switched to Fedora Core to compile the kernel
there is completely no problem.   And if I compile the source codes
git-pulled from Linus tree, INSIDE THE Ubuntu 7.04 environment, there
is no issue:

  CC [M]  sound/sound_core.o
  LD [M]  sound/soundcore.o
  CC [M]  sound/ac97_bus.o
  CC [M]  sound/core/oss/mixer_oss.o
  CC [M]  sound/core/oss/pcm_oss.o
  CC [M]  sound/core/oss/pcm_plugin.o
  CC [M]  sound/core/oss/io.o
  CC [M]  sound/core/oss/copy.o
  CC [M]  sound/core/oss/linear.o
  CC [M]  sound/core/oss/mulaw.o
  CC [M]  sound/core/oss/route.o
  CC [M]  sound/core/oss/rate.o
  LD [M]  sound/core/oss/snd-mixer-oss.o
  LD [M]  sound/core/oss/snd-pcm-oss.o
  CC [M]  sound/core/seq/seq_device.o
  CC [M]  sound/core/seq/seq_dummy.o
  CC [M]  sound/core/seq/seq_midi_emul.o
  CC [M]  sound/core/seq/seq_midi_event.o
  CC [M]  sound/core/seq/seq_midi.o
  CC [M]  sound/core/seq/seq_virmidi.o
  CC [M]  sound/core/seq/seq.o
  CC [M]  sound/core/seq/seq_lock.o
  CC [M]  sound/core/seq/seq_clientmgr.o
  CC [M]  sound/core/seq/seq_memory.o
  CC [M]  sound/core/seq/seq_queue.o
  CC [M]  sound/core/seq/seq_fifo.o
  CC [M]  sound/core/seq/seq_prioq.o
  CC [M]  sound/core/seq/seq_timer.o
  CC [M]  sound/core/seq/seq_system.o
  CC [M]  sound/core/seq/seq_ports.o
  CC [M]  sound/core/seq/seq_info.o
  LD [M]  sound/core/seq/snd-seq.o
  LD [M]  sound/core/seq/snd-seq-device.o
  LD [M]  sound/core/seq/snd-seq-midi-event.o
  LD [M]  sound/core/seq/snd-seq-dummy.o
  LD [M]  sound/core/seq/snd-seq-virmidi.o
  LD [M]  sound/core/seq/snd-seq-midi.o
  LD [M]  sound/core/seq/snd-seq-midi-emul.o
  CC [M]  sound/core/seq/oss/seq_oss.o
  CC [M]  sound/core/seq/oss/seq_oss_init.o
  CC [M]  sound/core/seq/oss/seq_oss_timer.o
  CC [M]  sound/core/seq/oss/seq_oss_ioctl.o
  CC [M]  sound/core/seq/oss/seq_oss_event.o
  CC [M]  sound/core/seq/oss/seq_oss_rw.o
  CC [M]  sound/core/seq/oss/seq_oss_synth.o
  CC [M]  sound/core/seq/oss/seq_oss_midi.o
  CC [M]  sound/core/seq/oss/seq_oss_readq.o
  CC [M]  sound/core/seq/oss/seq_oss_writeq.o
  LD [M]  sound/core/seq/oss/snd-seq-oss.o
  CC [M]  sound/core/hwdep.o
  CC [M]  sound/core/memalloc.o
  CC [M]  sound/core/sgbuf.o
  CC [M]  sound/core/pcm.o
  CC [M]  sound/core/pcm_native.o
sound/core/pcm_native.c: In function 'snd_pcm_fasync':
sound/core/pcm_native.c:3262: warning: label 'out' defined but not used
  CC [M]  sound/core/pcm_lib.o
  CC [M]  sound/core/pcm_timer.o
  CC [M]  sound/core/pcm_misc.o
  CC [M]  sound/core/pcm_memory.o
  CC [M]  sound/core/rawmidi.o
  CC [M]  sound/core/rtctimer.o
  CC [M]  sound/core/timer.o
  CC [M]  sound/core/sound.o
  CC [M]  sound/core/init.o
  CC [M]  sound/core/memory.o
  CC [M]  sound/core/info.o
  CC [M]  sound/core/control.o
  CC [M]  sound/core/misc.o
  CC [M]  sound/core/device.o
  CC [M]  sound/core/isadma.o
  CC [M]  sound/core/sound_oss.o
  CC [M]  sound/core/info_oss.o
  CC [M]  sound/core/vmaster.o
  LD [M]  sound/core/snd.o
  LD [M]  sound/core/snd-hwdep.o
  LD [M]  sound/core/snd-timer.o
  LD [M]  sound/core/snd-rtctimer.o
  LD [M]  sound/core/snd-pcm.o
  LD [M]  sound/core/snd-page-alloc.o
  LD [M]  sound/core/snd-rawmidi.o
  CC [M]  sound/drivers/dummy.o
  CC [M]  sound/drivers/mtpav.o
  CC [M]  sound/drivers/mts64.o
  CC [M]  sound/drivers/portman2x4.o
  CC [M]  sound/drivers/virmidi.o
  LD [M]  sound/drivers/snd-dummy.o
  LD [M]  sound/drivers/snd-virmidi.o
  LD [M]  sound/drivers/snd-mtpav.o
  LD [M]  sound/drivers/snd-mts64.o
  LD [M]  sound/drivers/snd-portman2x4.o
  CC [M]  sound/drivers/mpu401/mpu401_uart.o
  CC [M]  sound/drivers/mpu401/mpu401.o
  LD [M]  sound/drivers/mpu401/snd-mpu401-uart.o
  LD [M]  sound/drivers/mpu401/snd-mpu401.o
  CC [M]  sound/drivers/opl3/opl3_lib.o
  CC [M]  sound/drivers/opl3/opl3_synth.o
  CC [M]  sound/drivers/opl3/opl3_seq.o
  CC [M]  sound/drivers/opl3/opl3_midi.o
  CC [M]  sound/drivers/opl3/opl3_drums.o
  CC [M]  sound/drivers/opl3/opl3_oss.o
  LD [M]  sound/drivers/opl3/snd-opl3-lib.o
  LD [M]  sound/drivers/opl3/snd-opl3-synth.o
  CC [M]  sound/drivers/opl4/opl4_lib.o
  CC [M]  sound/dr

Re: "InetBoot for x86&x86_64 LiveCD (Feora/Ubuntu/KNOPPIX/VMKnoppix)" is released.

2008-08-05 Thread (``-_-´´) -- Fernando
Hi again!
I notice the change in the page on my feeds and redownload it, but i'm facing a 
problem that occured a few time with the old version:
I get suck at a shell telling me that it cant find /tmp/SOMETHING.x3423

a few lines before i can see the HTTPFS give the ok.

-- 
BUGabundo  :o)
(``-_-´´)   http://Ubuntu.BUGabundo.net
Linux user #443786GPG key 1024D/A1784EBB
My new micro-blog @ http://BUGabundo.net
ps. My emails tend to sound authority and aggressive. I'm sorry in advance. 
I'll try to be more assertive as time goes by...


signature.asc
Description: This is a digitally signed message part.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu 8.04 LTS (desktop)

2008-08-05 Thread NoOp
On 08/05/2008 03:40 AM, (``-_-´´) -- Fernando wrote:
> Olá Mackenzie e a todos.
> 
> Redirecting to [EMAIL PROTECTED]
> 
> On Tuesday 05 August 2008 09:42:02 Mackenzie Morgan wrote:
>> On Mon, 2008-08-04 at 03:16 -0400, Nagin Chand wrote:
>>> Sir,
>>> 
>>> I have obtained the DVD of the Ubuntu 8.04 LTS as distributed by
>>> the Linux For You magazine published from India. I was just
>>> trying to install it on an AMD 64-bit 3200+ machine with 512 Mb
>>> ram and Gigabyte sis based motherboard. My experience is as
>>> follows:
>> 
>> That's not the official DVD, I don't think.
>> 
>>> 3. Even in one of the most ommon software, openoffice, it
>>> installs only a subset of that is available on the DVD. For
>>> example it does not install the base (database part) and the math
>>> part among others. Also, some of the languages are simply not
>>> installed and later on the user has to intervene.
>> 
>> All of OpenOffice is installed by default from the official Ubuntu
>> CD and DVD.  If something was missing, I'd blame the remix that
>> magazine made.  The official disks allow you to choose your
>> language at install time.  If you want to have your system be
>> multi-lingual, System -> Administration -> Language Support.
> 
> I dont know how it occurs on the DVD version, but the CD doesnt
> install Base or many other packages for OOo. If you dont have network
> while installing (until hardy) several language packages would not be
> installed, and OOo would end up in English even if the all system as
> in another language.
> 
> 
>>> How to do the above mentioned tasks in a more interactive and
>>> easy manner, would someone will elaborate? I shall be thankful
>>> for the same.
>> 
>> By the way, this isn't a support list.  This is for developers to 
>> discuss the next version.  Next time, please ask on 
>> [EMAIL PROTECTED]
> 
> 

For the CD:

http://www.ubuntu.com/getubuntu/releasenotes/804

Installation
OpenOffice.org database, Java, equation editor support

* For reasons of disk space, the database and equation editor
components of OpenOffice.org, as well as Java integration support, are
not included on the installation CDs. To get the full OpenOffice.org
suite after install, you can select "OpenOffice.org Office Suite" from
the Applications -> Add/Remove menu, or install the openoffice.org
metapackage using the package manager.


With a network connection, the liveCD installer should fetch and install
the complete OOo package as no OOo packages are on the liveCD:
http://releases.ubuntu.com/8.04.1/ubuntu-8.04.1-desktop-i386.list

On the AlternateCD the OOo packages are included but limited by the CD size:
http://releases.ubuntu.com/8.04.1/ubuntu-8.04.1-alternate-i386.list
But again, if there is a network connection at installation time, the
OOo installer should go out and fetch the missing packages.

However, the complete OpenOffice.org package _is_ included on the DVD:
http://cdimage.ubuntu.com/releases/hardy/release/ubuntu-8.04.1-dvd-i386.list
So the _DVD_ installer should recognize this and install the complete
OOo package.


-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Subversion 1.5.1

2008-08-05 Thread Scott Kitterman
On Tue, 05 Aug 2008 15:43:52 +0200 Stéphane Graber <[EMAIL PROTECTED]> wrote:
>On Tue, 2008-08-05 at 10:45 +0200, Christian Ehmke wrote:
>> Hi,
>> 
>> I would like to know when a new package version (> 1.5) will be released.
>> 
>> best regards
>> Christian Ehmke
>> 
>> 
>
>Ubuntu only updates packages for security and bug fixes, not for new
>upstream release.
>
>SVN is included in the current development release in version 1.5.1.
>You can either wait for Intrepid to be release (end of October) or ask
>for a backport to be made so you can get it on Hardy.
>
>Hope it helps
>
There is already a request pending.  What it needs is some help with testing 
rdepends.  We need to know if the versions in Hardy are OK or if the rdepends 
need backporting too:

https://bugs.launchpad.net/hardy-backports/+bug/247514

Scott K

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Subversion 1.5.1

2008-08-05 Thread Stéphane Graber
On Tue, 2008-08-05 at 10:45 +0200, Christian Ehmke wrote:
> Hi,
> 
> I would like to know when a new package version (> 1.5) will be released.
> 
> best regards
> Christian Ehmke
> 
> 

Ubuntu only updates packages for security and bug fixes, not for new
upstream release.

SVN is included in the current development release in version 1.5.1.
You can either wait for Intrepid to be release (end of October) or ask
for a backport to be made so you can get it on Hardy.

Hope it helps

Stéphane


-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Subversion 1.5.1

2008-08-05 Thread Christian Ehmke
Hi,

I would like to know when a new package version (> 1.5) will be released.

best regards
Christian Ehmke


-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu 8.04 LTS (desktop)

2008-08-05 Thread (``-_-´´) -- Fernando
Olá Mackenzie e a todos.

Redirecting to [EMAIL PROTECTED]

On Tuesday 05 August 2008 09:42:02 Mackenzie Morgan wrote:
> On Mon, 2008-08-04 at 03:16 -0400, Nagin Chand wrote:
> > Sir,
> > 
> > I have obtained the DVD of the Ubuntu 8.04 LTS as distributed by the Linux 
> > For You magazine published from India. I was just trying to install it on 
> > an AMD 64-bit 3200+ machine with 512 Mb ram and Gigabyte sis based 
> > motherboard. My experience is as follows:
> 
> That's not the official DVD, I don't think.
> 
> > 3. Even in one of the most ommon software, openoffice, it installs only a 
> > subset of that is available on the DVD. For example it does not install the 
> > base (database part) and the math part among others. Also, some of the 
> > languages are simply not installed and later on the user has to intervene.
> 
> All of OpenOffice is installed by default from the official Ubuntu CD
> and DVD.  If something was missing, I'd blame the remix that magazine
> made.  The official disks allow you to choose your language at install
> time.  If you want to have your system be multi-lingual, System ->
> Administration -> Language Support.

I dont know how it occurs on the DVD version, but the CD doesnt install Base or 
many other packages for OOo.
If you dont have network while installing (until hardy) several language 
packages would not be installed, and OOo would end up in English even if the 
all system as in another language.


> > How to do the above mentioned tasks in a more interactive and easy manner, 
> > would someone will elaborate?
> > I shall be thankful for the same.
> 
> By the way, this isn't a support list.  This is for developers to
> discuss the next version.  Next time, please ask on
> [EMAIL PROTECTED]

-- 
BUGabundo  :o)
(``-_-´´)   http://Ubuntu.BUGabundo.net
Linux user #443786GPG key 1024D/A1784EBB
My new micro-blog @ http://BUGabundo.net
ps. My emails tend to sound authority and aggressive. I'm sorry in advance. 
I'll try to be more assertive as time goes by...


signature.asc
Description: This is a digitally signed message part.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu 8.04 LTS (desktop)

2008-08-05 Thread Matt Zimmerman
On Tue, Aug 05, 2008 at 10:42:02AM +0200, Mackenzie Morgan wrote:
> On Mon, 2008-08-04 at 03:16 -0400, Nagin Chand wrote:
> > 3. Even in one of the most ommon software, openoffice, it installs only a 
> > subset of that is available on the DVD. For example it does not install the 
> > base (database part) and the math part among others. Also, some of the 
> > languages are simply not installed and later on the user has to intervene.
> 
> All of OpenOffice is installed by default from the official Ubuntu CD
> and DVD.  If something was missing, I'd blame the remix that magazine
> made.

The official CD and DVD only install a subset of OpenOffice.org, i.e.
Writer (word processing), Calc (spreadsheets) and Impress (presentations).
There are various reasons for this, but CD space is among them.

Since 8.04, we now have the capability to add additional software to the DVD
image which won't fit on the CD.  Currently, this is only used for language
support, but perhaps it would be useful to add the rest of OpenOffice.org as
well.

The DVD should contain all available language support, though.

-- 
 - mdz

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


"InetBoot for x86&x86_64 LiveCD (Feora/Ubuntu/KNOPPIX/VMKnoppix)" is released.

2008-08-05 Thread Kuniyasu Suzaki

Dear,

"InetBoot for x86&x86_64 LiveCD (Fedora/Ubuntu/KNOPPIX/VMKnoppix)" is released. 
   HP: http://openlab.jp/oscircular/inetboot/
   Guide-PDF: http://openlab.jp/oscircular/inetboot/InetBoot080731E.pdf

===
The InetBoot boots an OS from a LiveCD ISO file on the Web. This
version includes 
   # x86_64 handling
   # SSH client on BuildRoot
   # gPXE (http://www.etherboot.org)
gPXE downloads the kernel and initrd of InetBoot and re-boots another
OS from a ISO file on the Web.  The detail is mentioned in the Guide PDF.

### sample Bootable CD (6.6MB) of InetBoot ###
available x86 LiveCD
  2 types of Fedora (9,8) 
  3 types of Ubuntu (804, 710, 704) 
  1 types of KNOPPIX(531) 
  1 types of VMKnoppix (Xen: 3.2.1) 
available x86_64 LiveCD on InetBoot
  2 types of Fedora x86_64 (9,8) 
  1 types of Ubuntu x86_64 (804) 

### gPXE ###
gPXE, which is included syslinux (http://syslinux.zytor.com), is an
open source Network Bootloader. It can download a kernel and initrd
from HTTP server and boot the OS. We offered gPXE scripts to boot
InetBoot from the Inetnet.

## Exmample to boot InetBoot from gPXE and syslinux. ##
Move to shell mode of gPXE (Press CTL+B to change the shell mode). 
After that, execute the following commands on the shell to boot InetBoot.
 gPXE> dhcp net0
 gPXE> kernel http://www.inetboot.net/gpxe/fedora9
 gPXE> boot
Please refer the guide-PDF. gPXE boots fedora/Ubuntu/KNOPPIX/VMKnoppix(Xen) 
with InetBoot.
   Guide-PDF: http://openlab.jp/oscircular/inetboot/InetBoot080731E.pdf

### Download ###
Sample bootable CD 6.6MB:
  http://ring.aist.go.jp/archives/linux/oscircular/iso/inetboot-20080731-us.iso
   MD5: 3554dd87f713aa2a19fd7f2b7843e64c
   CAUTION: The sample URL may far from your site and make slow boot.
   Please replace the URL with the nearest one. The URL of Live CD is 
   listed in the distributor's HP.

Linux Kernel (2.6MB) and miniroot.gz(3.3MB) for BuildRoot
  http://ring.aist.go.jp/archives/linux/oscircular/iso/inetboot-20080731/linux
   MD5: fcfcd958c6f04877757c6b777b7b7802
  
http://ring.aist.go.jp/archives/linux/oscircular/iso/inetboot-20080731/minirt.gz
   MD5: 94e01c2324439b7fa0c5a6601b313bba

### Caution ###
The service will stop on Augsut 08(Fri)-10(Sun) JST, because of power facility 
maintenance.

===
--
suzaki

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu 8.04 LTS (desktop)

2008-08-05 Thread Mackenzie Morgan
On Mon, 2008-08-04 at 03:16 -0400, Nagin Chand wrote:
> Sir,
> 
> I have obtained the DVD of the Ubuntu 8.04 LTS as distributed by the Linux 
> For You magazine published from India. I was just trying to install it on an 
> AMD 64-bit 3200+ machine with 512 Mb ram and Gigabyte sis based motherboard. 
> My experience is as follows:

That's not the official DVD, I don't think.

> 3. Even in one of the most ommon software, openoffice, it installs only a 
> subset of that is available on the DVD. For example it does not install the 
> base (database part) and the math part among others. Also, some of the 
> languages are simply not installed and later on the user has to intervene.

All of OpenOffice is installed by default from the official Ubuntu CD
and DVD.  If something was missing, I'd blame the remix that magazine
made.  The official disks allow you to choose your language at install
time.  If you want to have your system be multi-lingual, System ->
Administration -> Language Support.

> How to do the above mentioned tasks in a more interactive and easy manner, 
> would someone will elaborate?
> I shall be thankful for the same.

By the way, this isn't a support list.  This is for developers to
discuss the next version.  Next time, please ask on
[EMAIL PROTECTED]

-- 
Mackenzie Morgan
http://ubuntulinuxtipstricks.blogspot.com
apt-get moo


signature.asc
Description: This is a digitally signed message part
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: unzip wrong character in some multibyte environment

2008-08-05 Thread Matt Zimmerman
On Tue, Aug 05, 2008 at 05:46:40AM +0900, Hideki Yamane wrote:
> Hi Santiago,
> 
> On Mon, 4 Aug 2008 15:07:32 +0200 (CEST)
> Santiago Vila <[EMAIL PROTECTED]> wrote:
> > I'm not very happy with this merge. Have you verified that the Ubuntu
> > patch fixes all the reported symptoms in the four bugs?

Santiago,

The Ubuntu patch in question was applied by Matthias Klose based on the
patch in https://bugzilla.altlinux.org/long_list.cgi?buglist=4871

The Ubuntu bug reference is https://bugs.launchpad.net/bugs/10979, which in
turn references Debian bug #197428 and Gentoo bug #69945.

Hope this helps.

-- 
 - mdz

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Compiling Ubuntu 7.04's kernel from source

2008-08-05 Thread John McCabe-Dansted
On Tue, Aug 5, 2008 at 4:31 PM, Peter Teoh <[EMAIL PROTECTED]> wrote:
> I started compiling the kernel as provided by Ubuntu source ISO and
> encountered the following error while compiling:
>
> /sda2/linux-source-2.6.20-2.6.20>ALSA lib
> confmisc.c:670:(snd_func_card_driver) cannot find card '0'
> ALSA lib conf.c:3500:(_snd_config_evaluate) function

What command did you just type?
(Not "ALSA lib" surely?)

I think we should move this offlist, since this is more of a bug or
support request than "discussion relating to development of Ubuntu".


-- 
John C. McCabe-Dansted
PhD Student
University of Western Australia

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Compiling Ubuntu 7.04's kernel from source

2008-08-05 Thread Peter Teoh
I started compiling the kernel as provided by Ubuntu source ISO and
encountered the following error while compiling:

/sda2/linux-source-2.6.20-2.6.20>ALSA lib
confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3500:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer
returned error: No such device
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3500:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer
returned error: No such device
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3500:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer
returned error: No such device
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3500:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer
returned error: No such device
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3500:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer
returned error: No such device
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default

Not sure how it is related to:

http://ubuntuforums.org/archive/index.php/t-518320.html

But my error happened during compilation.   System->Preference->Sound
also does not opened any GUI (a temporary icon "Starting sound"
appeared in the panel below but after sometime it disappeared.

But in /var/log/apport.log there is some info about gnome-sound-properties:

apport (pid 13660) Tue Aug  5 16:24:12 2008: executable:
/usr/bin/gnome-sound-properties (command line
"gnome-sound-properties")
apport (pid 13660) Tue Aug  5 16:24:12 2008: apport: report
/var/crash/_usr_bin_gnome-sound-properties.0.crash already exists and
unseen, doing nothing to avoid disk usage DoS

And the _usr_bin.crash file can be sent if requested/needed.

The system also does not seemed to have any sound at all.except
for those from the pc speaker.

But if I reboot to my other images (eg Fedora Core) there is no
problem - basically machine is ok.

Help please?
-- 
Regards,
Peter Teoh

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss