Re: [gentoo-user] no more NV_SATA, etc support in kernel?

2005-11-30 Thread maxim wexler


--- Neil Bothwick [EMAIL PROTECTED] wrote:

 On Wed, 30 Nov 2005 08:22:35 -0800 (PST), maxim
 wexler wrote:
 
  I note NV_SATA, SIL_SATA, CONFIG_FORCEDETH and
  whatever other options are no longer offered in
 make
  menuconfig for the stage3 tarballed kernel
 2.6.12-r6
  or for the latest 2.6.14-r2.
 
 NV and SIL are still in the config file, but with
 different names
 
 # grep SATA .config
 ...
 # CONFIG_SCSI_SATA_NV is not set
 ...
 # CONFIG_SCSI_SATA_SIL is not set
 ...
 
 Do you have SCSI_STAT enabled? The options won't
 show up in
 menuconfig otherwise, except when you press / to
 search.

livecd linux # grep SCSI_STAT .config
livecd linux # grep STAT .config
# CONFIG_SPARSEMEM_STATIC is not set /*closest match
to STAT*/
livecd linux #

livecd linux # grep SATA .config
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_AHCI is not set
# CONFIG_SCSI_SATA_SVW is not set
# CONFIG_SCSI_SATA_PROMISE is not set
# CONFIG_SCSI_SATA_QSTOR is not set
# CONFIG_SCSI_SATA_VIA is not set
# CONFIG_SCSI_SATA_VITESSE is not set

no SIL, no NV

and here's what LiveCD uses by way of contrast:

# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_SCSI_SATA=y
CONFIG_SCSI_SATA_AHCI=m
CONFIG_SCSI_SATA_SVW=m
CONFIG_SCSI_SATA_NV=m
CONFIG_SCSI_SATA_PROMISE=m
CONFIG_SCSI_SATA_QSTOR=m
CONFIG_SCSI_SATA_SX4=m
CONFIG_SCSI_SATA_SIL=m
CONFIG_SCSI_SATA_SIS=m
CONFIG_SCSI_SATA_ULI=m
CONFIG_SCSI_SATA_VIA=m
CONFIG_SCSI_SATA_VITESSE=m

Can the LiveCD config be adapted to the purpose?
 
 
 -- 
 Neil Bothwick
 
 FINE: Tax for doing wrong. Tax: fine for doing fine.
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub on a SATA drive

2005-11-30 Thread maxim wexler


--- Richard Fish [EMAIL PROTECTED] wrote:

 On 11/30/05, maxim wexler [EMAIL PROTECTED]
 wrote:
  
   Also, don't forget SCSI disk support,
   CONFIG_BLK_DEV_SD=y
 
  Well, I did forget it but it still doesn't work.
 Same
  panic, same place.
 
 
 Please post the output of:
 
 grep =[ym] /usr/src/linux/.config

CONFIG_X86=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_KALLSYMS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_KMOD=y
CONFIG_X86_PC=y
CONFIG_M586=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_F00F_BUG=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_PREEMPT=y
CONFIG_X86_MCE=y
CONFIG_X86_CPUID=m
CONFIG_DCDBAS=m
CONFIG_NOHIGHMEM=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_MTRR=y
CONFIG_SECCOMP=y
CONFIG_HZ_1000=y
CONFIG_PM=y
CONFIG_ACPI=y
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_PCI=y
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_ISA_DMA_API=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m
CONFIG_NET=y
CONFIG_PACKET=m
CONFIG_UNIX=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_FIB_HASH=y
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_TCP_CONG_BIC=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_1284=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_LOOP=m
CONFIG_CDROM_PKTCDVD=m
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=m
CONFIG_IOSCHED_DEADLINE=m
CONFIG_IOSCHED_CFQ=m
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=m
CONFIG_BLK_DEV_IDEDISK=m
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=m
CONFIG_IDE_GENERIC=m
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_GENERIC=m
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_AMD74XX=m
CONFIG_BLK_DEV_SIIMAGE=m
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_SATA=y
CONFIG_SCSI_QLA2XXX=y 
CONFIG_IEEE1394=m
CONFIG_IEEE1394_OHCI1394=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
CONFIG_NET_PCI=y
CONFIG_S2IO=m
CONFIG_PLIP=m
CONFIG_PPP=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_SLIP=m
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_LIBPS2=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_PRINTER=m
CONFIG_RTC=m
CONFIG_GEN_RTC=m
CONFIG_AGP=m
CONFIG_AGP_NVIDIA=m
CONFIG_DRM=m
CONFIG_DRM_RADEON=m
CONFIG_I2C=m
CONFIG_I2C_ALGOBIT=m
CONFIG_HWMON=y
CONFIG_FB=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
CONFIG_FB_SOFT_CURSOR=m
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_DEBUG=y
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_SOUND=m
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_RTCTIMER=m
CONFIG_SND_GENERIC_DRIVER=y
CONFIG_SND_MPU401_UART=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MPU401=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
CONFIG_SND_INTEL8X0=m
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
CONFIG_USB_DEBUG=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_STORAGE=m
CONFIG_USB_STORAGE_DEBUG=y
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
CONFIG_EXT2_FS=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
CONFIG_DNOTIFY=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_NTFS_FS=y
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_NFS_FS=m
CONFIG_NFSD=m
CONFIG_LOCKD=m
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_EARLY_PRINTK=y
CONFIG_CRC_CCITT=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y

 
 -Richard
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Start your

Re: [gentoo-user] grub on a SATA drive

2005-11-29 Thread maxim wexler

 
 So grub loads abd boots the Linux kernel, but the
 kernel can't mount the 
 root FS on /dev/sda6. So /dev/sda6 doesn't exist for
 some reason, which 
 could be one of:
 1) There is no /dev/sda6 partition

Huh? I just installed gentoo there.

 2) You haven't compiled in support for your SATA
 controller in the kernel

Yes, I wondered about that. Previously in the config
options there were NV_SATA (this is an nVidia board)
and another for Sil3114(my SATA controller), forget
the exact option. That was for my earlier install when
I was still operating from the IDE HD and using that
to configure the SATA HD. This, present, install is
using the latest gentoo.org offering. These options
are nowhere to be found in make menuconfig, just a
generic-looking SATA_CONFIG(something like that). In
fact, when I boot from the install disk and do a lsmod
all the appropriate modules have been loaded(except
for the audio, which is easy to fix later), even
forcedeth, another option that this mobo requires
which was in the earlier config options but is now
missing. The Panic _does_ occur at about the spot
where the boot console is supposed to be finding the
drive. Why would they put drivers in the iso but not
the sources on the same CD? Weird.

 
 There are two ways of doing SATA on Linux, one is
 through the IDE layer, 
 which is deprecated and I strongly recommend
 against, the other is using 
 libata through the SCSI layer.
 
  So I'm at a loss. The grub commands went alright.
  Wouldn't I get an error if one of the commands was
  wrong? Don't know what's meant by unknown block
  (0,0). Is it saying it's trying to mount / on
  /dev/sda1? Doesn't make sense.
 
 That means it has no idea what sda6 is, that there
 is no such device.
 
 HTH,
 Chris
 
 -- 
 Chris Boot
 [EMAIL PROTECTED]
 http://www.bootc.net/
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub on a SATA drive

2005-11-29 Thread maxim wexler


 
 This means the kernel cannot mount your root
 partition (/dev/sda6 IS the
 correct setting for root). Either your root
 partitions's filesystem is
 not compiled into your kernel or you have not added
 support for your SATA
 controller. These must be compiled into the kernel,

I realize that.

 not as modules. You
 need
 
 CONFIG_SCSI_SATA=y

Yes, I got that one.

 CONFIG_SCSI_SATA_YOURCONTROLLER=y

NV_SATA worked(although SIL_SATA didn't, despite
having a Sil3114 controller) before, but is not among
the options(nor, for that matter, SIL_SATA) in
menuconfig for this kernel. Is there a patch, I
require? 

More paradox: the kernel among the sources on the CD
is 2.6.12-r6, exactly the same as the one I had before
on the Maxtor IDE, upgraded using emerge about a month
and a half ago!

 
 
 -- 
 Neil Bothwick
 
 DATA COMPRESSION: What You Get When You Squish An
 Android
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub on a SATA drive

2005-11-28 Thread maxim wexler


--- Petr Kocmid [EMAIL PROTECTED]
wrote:

 On Thursday 24 of November 2005 17:31, maxim wexler
 wrote:
 
  But what do I call it? hd0 and hd1 are taken.
 
 It may well depend on your chipset configuration,
 number of actually connected 
 drives and bios boot settings. On my board, there
 are 2 PATA and 1 SATA 
 channels on the same controller. In linux kernel,
 PATA is hda and hdb, SATA 
 is hdc, no matter what drives are actually
 connected. When i migrated my 
 installation from PATA hda to SATA hdc, grub
 detected hda as hd0 and hdc as 
 hd1 before, but once I removed parallel drive, SATA
 become hd0 in grub (but 
 still hdc in linux), since it is first (boot) bios
 drive. So I needed to fix 
 grub config to hd0 and change a root= kernel
 parameter to hdc, since grub 
 insists hd0 should be hda even if there is no drive
 connected on PATA:
 
 root (hd0,0)
 kernel /boot/bzImage-2.6.10 root=/dev/hdc1

is this a gentoo box?

 
 Also, I did grub setup on SATA MBS 

what's MBS?

 from booted grub shell, not in linux, 
 because what it sees is what it gets then.
 
 Hope this may help you.

Thanks for your suggestions. Here's where things
stand:

I did a fresh 2005.1 stage3 install onto the SATA
drive without a hitch. I removed the ide drive, so
there's only one hd.

In dmesg the drive comes up as /dev/sda
   sda1(Macro$haft) sda2(/boot)  sda5(swap) sda6(/)
sda7(home)

When I boot w/ the grub floppy I do:

grub root (hd0,1)
  Fs is ext2, part type 0x83
grub kernel /vmlinuz root=/dev/sda6
  [Linux-bzImage, setup=0x120, size 0x1463b31]

...so far, so good...

grub boot

and get:

...VFS: Cannot open root device sda6 or unknown
block (0,0)
Please append correct root boot option
Kernel Panic-not syncing: VFS: Unable to mount root fs
on unknown block (0,0)

So I'm at a loss. The grub commands went alright.
Wouldn't I get an error if one of the commands was
wrong? Don't know what's meant by unknown block
(0,0). Is it saying it's trying to mount / on
/dev/sda1? Doesn't make sense.

WinXP occupies 20G at /dev/sda1 and it boots OK. LBA
is activated and this is a brand new, modern drive on
a fairly up-to-date Asus, K8N, skt 754 mobo, so it
can't be that old BIOS drive limit from the 90s.

-mw

 
 -- 
 Petr
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wvdial: dialup for users

2005-11-27 Thread maxim wexler
 
 Well, I use ppp and the comand pon and poff.  It
 works pretty well. 
 emerge ppp and then config with pppconfig.  To
 connect, pon, to
 disconnect, poff.  That would be as root, there
 should be a way to make
 users do it though.  I'm not sure how.

$sudo /usr/sbin/pon(poff) provider-name

 
 Now wvdial, it dials out, then sits for a minute,
 then disconnects with
 the error that my password is wrong, which is crap
 because it is
 correct.  I only got wvdial to work once on another
 rig.  It has never
 worked on this one though.  Anybody have a clue on
 that one?  I just
 like to have options in case it pours instead of
 just a little shower.
 
 My $.02 and a question as well.

I also found pppconfig superior to wvdial




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] was passwd now dialup and/or loop

2005-11-26 Thread maxim wexler
Hello everybody,

Well, seems I must emerge system to get to passwd. I
maybe could find the distfiles I need on the
universal-install iso but wouldn't you know it? theres
no loop module on the min-install to do the job.

OK, so I oughta be able to  dialout to the webby world
and emerge system that way. Wrong! When I run
pppconfig, I get no ui. So I go look for pppconfig
no ui  on my back up unit(where I am now). Too
weird! So I copy over the ppp config files
_word_for_word from the backup to the new unit. Now
the thing dials out to ? The modem lights flicker as
they should but nothing can be pinged.  BTW,  ifconfig
reveals the loopback device as well as ppp0.

Any dialup hackers out there?

-mw



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] can't run passwd

2005-11-25 Thread maxim wexler
Hello everybody,

On a fresh install  got stuck at 
livecd/#passwd
bash: passwd: command not found

Sure enough, there's no passwd in /bin nor a link in
/usr/bin.  This, having just worked through the
on-line docs up to setting hostname and domainname w/o
incident.

When I exit /bin/bash I can run passwd alright but
what good is that? 

Somethings not right. Used the mini-install 2005.1 to
download a stage2 tarball and snapshot to a small
drive which I then unpacked onto a SATA 120G and so
on.

Now I hear there's no support for stage2. Is that
the problem? But passwd is a pretty basic program.

At a loss

-mw

-mw



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] grub on a SATA drive

2005-11-24 Thread maxim wexler
Hello everybody,

I've setup grub on /dev/sda2 of a new SATA HD, listed
in dmesg as /dev/sda. The other HDs are /dev/hda,
which does present boot duty and /dev/hdb, containing
/ etc.

Before moving files from /dev/hdb, which apparently
has an un-fixable boot sector, to /dev/sda, I'd like
to be able to boot using the SATA drive then ditch
/dev/hda.

I note grub doesn't like root(sd0,1), returns Error
23: Error while parsing number.

But what do I call it? hd0 and hd1 are taken.

-mw




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] .bash_history not updating

2005-11-24 Thread maxim wexler


--- Stroller [EMAIL PROTECTED] wrote:

 
 On Nov 24, 2005, at 3:05 am, maxim wexler wrote:
  $ ls -l .bash_history
 
   -rw---   1 blissfix usb8021 Nov 22 11:31
  .bash_history
 
  Is there some sort of chron thingee going off
 every
  nine days?
 
 Maybe you're only logging out every 9 days??

Negative. At least once a day.

 
 Stroller.
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] .bash_history not updating

2005-11-23 Thread maxim wexler
Hello everybody,

My .bash_history file stopped being updated on Nov 13
10:06. A look at /var/log/messages for that particular
time revealed nothing amiss. 

Anybody shed light on this issue?

-mw



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] .bash_history not updating

2005-11-23 Thread maxim wexler



--- Stroller [EMAIL PROTECTED] wrote:

 
 On Nov 23, 2005, at 7:35 pm, maxim wexler wrote:
 
  My .bash_history file stopped being updated on Nov
 13
  10:06. A look at /var/log/messages for that
 particular
  time revealed nothing amiss.
 
 Ok... this could be a dumb question, but how much
 disk space do you 
 have free?

Plenty. 

But just noticed, $ls -l .bash_history

 -rw---   1 blissfix usb8021 Nov 22 11:31
.bash_history

Is there some sort of chron thingee going off every
nine days?

 
 Stroller.
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] what is CONFIG_SCSI_QLA2XXX?

2005-11-18 Thread maxim wexler
Hello everybody,

While looking at .config under SATA devices I found
the above set to 'y'. But I couldn't find it when
running make menuconfig. I tried to decipher the
help bits of the options already selected to see if
it's some sort of dependency that gets set
automatically if required by another but didn't catch
a clue.

-mw



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] after dd many badblocks on new SATA HD

2005-11-16 Thread maxim wexler


--- Raymond Lillard [EMAIL PROTECTED] wrote:

 Iain Buchanan wrote:
  On Tue, 2005-11-15 at 18:03 -0800, maxim wexler
 wrote:
  
 Hello everybody,
 
 I ran dd if=/dev/hda of=/dev/sda bs=10240 to copy
 the
 contents of one drive to another as suggested on
 this
 list. And updated fstab and grub.conf. Now the PC
 boots into a kernel panic.
 
 bad idea.
 
 I'm guessing that you need to rewrite the boot block
 with the grub shell.
 
 man grub
 
  
  
  does dd use any sort of error checking?
 
 No.
 
  
 Any suggestions?
 
 Yes.
 
  they way I do it every time, is create the
 partitions and use rsync.
  Then you know every file will be copied correctly,
 and you can pick up
  at some later stage between reboots.
 
 Do the above with rsync, or tar, or cpio, or
 dump/restore, or cp -a old new.
 
 all of the above options are preferred over dd

Tried rsync -a and cp -a. No good. Millions of
badblocks remain. But it's OK, Western Digital is
shipping another gratis :)





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] after dd many badblocks on new SATA HD

2005-11-15 Thread maxim wexler
Hello everybody,

I ran dd if=/dev/hda of=/dev/sda bs=10240 to copy the
contents of one drive to another as suggested on this
list. And updated fstab and grub.conf. Now the PC
boots into a kernel panic. The boot sector /dev/sda1
is okay but badblocks reveals page after page of
badblocks on /dev/sda3(reiserfs), my root part. 

I've only had the drive, a Western Digital 120G SATA,
a few days and it was never dropped or bumped. Could
it be a lemon drive or is this a result of dd going
haywire somehow? 

I re-ran dd if=/dev/hda3 of=/dev/sda3 to redo just the
partition in question but it didn't help.

Any suggestions?

-mw




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ghosting(?) a drive

2005-11-14 Thread maxim wexler


--- Jonathan A. Kollasch [EMAIL PROTECTED]
wrote:

 On Fri, Nov 11, 2005 at 02:50:22PM -0800, maxim
 wexler wrote:
  intention of moving my entire gentoo OS over to it
  from a flaky 120G ATA drive(reiserfs). Hopefully,
 I
  can just boot up from the new drive as if nothing
 had
  changed.
  
  Can anybody recommend any tool(s) for the job?
  Gotchas? Does SATA prefer a certain fs?
 
 If the new drive has a greater or equal number of
 blocks than the old you could boot a LiveCD then
 dd(1) the old device (something like dd if=/dev/hda
 of=/dev/sda IIRC) onto the new device. You then
 should be able to boot directly off of the new
 drive.

boots into a panic. Here's the last 5 lines:

[28.856347] ReiserFS: sda3: found reiserfs format
3.6 with standard journal
[31.560835] ReiserFS: sda3: warning: sh-2029: reiserfs
read_bitmaps: bitmap bitlock(#14057372) reading failed
[31.663418] UDF-fs: No partition found (1)
[31.663466] Kernel panic - not syncing: VFS: Unable to
mount root fs on unknown-block(8,3)
[31.663493]

After dd'ing I compared both drives w/fdisk and they
were identical except for the device names, of course.
I *did* update fstab and grub.conf and ran
grub-install w/o error. Don't know why it was looking
for a UDF fs.

one thing I noticed though, the SATA drive is about 3M
smaller than the ATA.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] detecting SATA HD

2005-11-14 Thread maxim wexler


--- Walter Dnes [EMAIL PROTECTED] wrote:

 On Sun, Nov 13, 2005 at 12:01:09PM -0800, maxim
 wexler wrote
  Hello everybody,
  
  As a followup to my ghosting post, the SATA
 drive is
  now in place. BIOS detects it as third master. A
 boot
  CD finds it and assigns /dev/sda to it.
  
  But gentoo can't find it.
 
   I had a similar problem when I got my current
 machine last summer.
 here's how to solve it...
 
   1) boot from the Gentoo CD
 
   2) execute lsmod.  This lists all the modules
 that the kernel has
 loaded.  One of them is running the drive.  If you
 get desparate, build
 each module into your kernel, one at a time, until
 you find what works.
 
   3) execute lspci -v.  The listing *FOR THE
 DRIVE* (as well as the
 controller) may show what module it wants.  Compile
 that into the
 kernel.

That's what I thought. lspci reveals a Sil3114 SATA
controller and, in fact, the Sil3114 chip is right
there on the motherboard prominently displayed. But
choosing the Sil option in the SCSI device page has no
effect. It wasn't until I compiled in the nVidia
option that the HD was finally detected.

 
 -- 
 Walter Dnes [EMAIL PROTECTED] In linux
 /sbin/init is Job #1
 My musings on technology and security at
 http://tech_sec.blog.ca
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] detecting SATA HD

2005-11-13 Thread maxim wexler
Hello everybody,

As a followup to my ghosting post, the SATA drive is
now in place. BIOS detects it as third master. A boot
CD finds it and assigns /dev/sda to it.

But gentoo can't find it.

from dmesg:

[   33.840486] ata1: SATA max UDMA/100 cmd 0xF8804480
ctl 0xF880448A bmdma 0xF88
04400 irq 9
[   33.840528] ata2: SATA max UDMA/100 cmd 0xF88044C0
ctl 0xF88044CA bmdma 0xF88
04408 irq 9
[   33.840572] ata3: SATA max UDMA/100 cmd 0xF8804680
ctl 0xF880468A bmdma 0xF88
04600 irq 9
[   33.840613] ata4: SATA max UDMA/100 cmd 0xF88046C0
ctl 0xF88046CA bmdma 0xF88
04608 irq 9
[   34.041330] ata1: no device found (phy stat
)
[   34.041346] scsi0 : sata_sil
[   34.242256] ata2: no device found (phy stat
)
[   34.242272] scsi1 : sata_sil
[   34.443182] ata3: no device found (phy stat
)
[   34.443198] scsi2 : sata_sil
[   34.644108] ata4: no device found (phy stat
)
[   34.644125] scsi3 : sata_sil

lspci:

:02:0c.0 RAID bus controller: Silicon Image, Inc.
SiI 3114 [SATALink/SATARaid] Serial ATA Controller
(rev 02)

Yes, Sil support is configured _into_ the kernel.

fdisk:

unable to open /dev/sda

I've juggled all the relevant SATA/SCSI .config
options to no avail.

Anybody?

-mw





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] detecting SATA HD--FIXED FYI

2005-11-13 Thread maxim wexler
Even though my Mobo, an Asus K8N w/nVidia chipset,
also has a Sil3114 SATA controller, SIL_SIS does not
work as a kernel option for detecting SATA drives, but
NV_SIS does. 

--- maxim wexler [EMAIL PROTECTED] wrote:

 Hello everybody,
 
 As a followup to my ghosting post, the SATA drive
 is
 now in place. BIOS detects it as third master. A
 boot
 CD finds it and assigns /dev/sda to it.
 
 But gentoo can't find it.
 
 from dmesg:
 
 [   33.840486] ata1: SATA max UDMA/100 cmd
 0xF8804480
 ctl 0xF880448A bmdma 0xF88
 04400 irq 9
 [   33.840528] ata2: SATA max UDMA/100 cmd
 0xF88044C0
 ctl 0xF88044CA bmdma 0xF88
 04408 irq 9
 [   33.840572] ata3: SATA max UDMA/100 cmd
 0xF8804680
 ctl 0xF880468A bmdma 0xF88
 04600 irq 9
 [   33.840613] ata4: SATA max UDMA/100 cmd
 0xF88046C0
 ctl 0xF88046CA bmdma 0xF88
 04608 irq 9
 [   34.041330] ata1: no device found (phy stat
 )
 [   34.041346] scsi0 : sata_sil
 [   34.242256] ata2: no device found (phy stat
 )
 [   34.242272] scsi1 : sata_sil
 [   34.443182] ata3: no device found (phy stat
 )
 [   34.443198] scsi2 : sata_sil
 [   34.644108] ata4: no device found (phy stat
 )
 [   34.644125] scsi3 : sata_sil
 
 lspci:
 
 :02:0c.0 RAID bus controller: Silicon Image,
 Inc.
 SiI 3114 [SATALink/SATARaid] Serial ATA Controller
 (rev 02)
 
 Yes, Sil support is configured _into_ the kernel.
 
 fdisk:
 
 unable to open /dev/sda
 
 I've juggled all the relevant SATA/SCSI .config
 options to no avail.
 
 Anybody?
 
 -mw
 
 
 
   
   
 __ 
 Yahoo! Mail - PC Magazine Editors' Choice 2005 
 http://mail.yahoo.com
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] detecting SATA HD--FIXED-FYI

2005-11-13 Thread maxim wexler
oops, meant SATA_NV

--- maxim wexler [EMAIL PROTECTED] wrote:

 Hello everybody,
 
 As a followup to my ghosting post, the SATA drive
 is
 now in place. BIOS detects it as third master. A
 boot
 CD finds it and assigns /dev/sda to it.
 
 But gentoo can't find it.
 
 from dmesg:
 
 [   33.840486] ata1: SATA max UDMA/100 cmd
 0xF8804480
 ctl 0xF880448A bmdma 0xF88
 04400 irq 9
 [   33.840528] ata2: SATA max UDMA/100 cmd
 0xF88044C0
 ctl 0xF88044CA bmdma 0xF88
 04408 irq 9
 [   33.840572] ata3: SATA max UDMA/100 cmd
 0xF8804680
 ctl 0xF880468A bmdma 0xF88
 04600 irq 9
 [   33.840613] ata4: SATA max UDMA/100 cmd
 0xF88046C0
 ctl 0xF88046CA bmdma 0xF88
 04608 irq 9
 [   34.041330] ata1: no device found (phy stat
 )
 [   34.041346] scsi0 : sata_sil
 [   34.242256] ata2: no device found (phy stat
 )
 [   34.242272] scsi1 : sata_sil
 [   34.443182] ata3: no device found (phy stat
 )
 [   34.443198] scsi2 : sata_sil
 [   34.644108] ata4: no device found (phy stat
 )
 [   34.644125] scsi3 : sata_sil
 
 lspci:
 
 :02:0c.0 RAID bus controller: Silicon Image,
 Inc.
 SiI 3114 [SATALink/SATARaid] Serial ATA Controller
 (rev 02)
 
 Yes, Sil support is configured _into_ the kernel.
 
 fdisk:
 
 unable to open /dev/sda
 
 I've juggled all the relevant SATA/SCSI .config
 options to no avail.
 
 Anybody?
 
 -mw
 
 
 
   
   
 __ 
 Yahoo! Mail - PC Magazine Editors' Choice 2005 
 http://mail.yahoo.com
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ghosting(?) a drive

2005-11-11 Thread maxim wexler
Hello everyone,

Just received a new, unformatted SATA 120G HD with the
intention of moving my entire gentoo OS over to it
from a flaky 120G ATA drive(reiserfs). Hopefully, I
can just boot up from the new drive as if nothing had
changed.

Can anybody recommend any tool(s) for the job?
Gotchas? Does SATA prefer a certain fs?

-mw



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] usb mp3 player firmware

2005-11-05 Thread maxim wexler
Hi everybody,

Have a defunct 128M USB MP3 player. I'm told that it
can be restored by jumpering two of the i/o pins on
the memory chip in the device and then re-installing
the firmware.

Anybody had experience with this? 

Here's dmesg, the mouse is OK.

[EMAIL PROTECTED] ~ $ dmesg| grep usb
[  104.153577] usbcore: registered new driver usbfs
[  104.153958] usbcore: registered new driver hub
[  107.199262] usb 1-1: new low speed USB device using
ohci_hcd and address 2
[  107.678070] usb 1-1: device not accepting address
2, error -110
[  108.443803] usb 1-1: new low speed USB device using
ohci_hcd and address 4
[  108.741685] usb 1-2: new full speed USB device
using ohci_hcd and address 5
[  109.283733] input: Logitech USB Mouse on
usb-:00:02.0-1
[  109.283742] usbcore: registered new driver usbmouse
[  109.283745] drivers/usb/input/usbmouse.c: v1.6:USB
HID Boot Protocol mouse driver
[  109.309553] usbcore: registered new driver hiddev
[  109.316864] usbcore: registered new driver usbhid
[  109.316868] drivers/usb/input/hid-core.c: v2.01:USB
HID core driver

Device can be mounted as usbfs but not vfat. fdisk
reports unable to open /dev/sda1

-mw



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] accessing usb mp3 player

2005-11-04 Thread maxim wexler
Hi all,

I have a 256M USB player in good working order. After
mounting: 

[EMAIL PROTECTED] ~ $ ls -l /mnt/usb
total 0
dr-xr-xr-x  2 root root 0 Nov  4 10:06 001
dr-xr-xr-x  2 root root 0 Nov  4 10:06 002
dr-xr-xr-x  2 root root 0 Nov  4 10:06 003
-r--r--r--  1 root root 0 Nov  4 10:07 devices

devices contains more info:
snip
T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  4
Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS=16
#Cfgs=  1
P:  Vendor=04e8 ProdID=9826 Rev= 1.00
S:  Manufacturer=NewTech Inc
S:  Product=USB Mass Storage Device 2.0
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50
Driver=usb-storage
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=81(I) Atr=03(Int.) MxPS=  64 Ivl=255ms

hmm, NewTech, lsusb -v calls Samsung manufacturer.

The three dirs lead to unreadable binary files.

But the player is fully loaded. How do I r/w files
from/to the thing? 

-mw



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] accessing usb mp3 player

2005-11-04 Thread maxim wexler
#mount -t usbfs /dev/sda1 /mnt/usb

aha!

when I use -t vfat I see 'em. Thanks for the hint.

But shouldn't I be getting a wrong fs error for
usbfs?

--- Ryan Viljoen [EMAIL PROTECTED] wrote:

 What is the command that you use to mount it?
 
 
 --
 When you say I wrote a program that crashed
 Windows, people just
 stare at you blankly and say Hey, I got those with
 the system, for
 free. - Linus Torvalds, 1995
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub ...succeeded -- Wrong!SOLVED

2005-10-31 Thread maxim wexler
It was a typo in the conf. I had commented out the
line: title install GRUB onto the hard disk.

--- maxim wexler [EMAIL PROTECTED] wrote:

 Hello everybody,
 
 This is too weird. Just did a re-emerge of grub onto
 a
 tiny(80M) hd as /dev/hda for /dev/hdb, my main
 drive.
 Grub seems to boot OK. When I alternately hit pause
 and enter in the boot console everything seems to go
 fine. Everything it looks for is found and loaded;
 there are no error msgs. The last line says: 
 
 Running install /grub/stage1 (hd0)(hd0) 1+16 p
 (hd0,0) grub /stage2 grub/menu.lst...succeeded 
 
 (I copied it out in longhand, but that seems pretty
 close). Then the box just reboots. Drawing a blank
 here. Anybody got a clue?
 
 -mw
 
 
   
 __ 
 Yahoo! FareChase: Search multiple travel sites in
 one click.
 http://farechase.yahoo.com
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] grub ...succeeded -- Wrong!

2005-10-30 Thread maxim wexler
Hello everybody,

This is too weird. Just did a re-emerge of grub onto a
tiny(80M) hd as /dev/hda for /dev/hdb, my main drive.
Grub seems to boot OK. When I alternately hit pause
and enter in the boot console everything seems to go
fine. Everything it looks for is found and loaded;
there are no error msgs. The last line says: 

Running install /grub/stage1 (hd0)(hd0) 1+16 p
(hd0,0) grub /stage2 grub/menu.lst...succeeded 

(I copied it out in longhand, but that seems pretty
close). Then the box just reboots. Drawing a blank
here. Anybody got a clue?

-mw



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] low-level formatting a harddrive

2005-10-19 Thread maxim wexler


--- krzaq [EMAIL PROTECTED] wrote:

 On 10/18/05, maxim wexler [EMAIL PROTECTED]
 wrote:
  Hello everbody,
 
  Maxtor suggests I do a low-level format of my
 flaky
  Diamond 16 drive using their Powermax tool.
  Unfortunately it doesn't give you the option of
  sparing one partition or the other -- it does the
  whole thing.
 
  I strongly suspect the problem lies on the first
 half
  of the drive where XP-pro used to reside. Is there
 a
  way to do a low-level format of part of a drive
 while
  leaving the rest intact?
 If you have the drive partitioned you can
 
 dd if=/dev/zero of=/dev/hdaX
 
 Where hdaX is the partition to zero out. This should
 be equivalent to a low level format.

Done, but problem remains: the start of the drive
seems un-writable for some reason. It won't even let
me install Win98!, get

run-time error R6003 integer divide by 0sk
setup found errors on your hard disk

I told the tech at Maxtor that it could boot linux
from another drive and *couldn't* boot MS products at
all.

He says, if the drive has errors then nothing will
work. Entire drive must be zeroed.

Would a true test involve zeroing the whole thing? I
don't see why if the file systems were always intact
even when XP-pro was installed(though not booting) on
the first half of this 120G HDrive.

I wonder if there isn't a tiny part of the drive that
comes before the first partition, like those first few
grooves on a vinyl record ;-)

 
 PS:
 Have you tried running badblocks on it?

none found
 
 --
 Regards
 Karol Krzak
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] low-level formatting a harddrive

2005-10-19 Thread maxim wexler


--- Glenn Enright [EMAIL PROTECTED] wrote:

 On Tue, 18 Oct 2005 20:40, maxim wexler wrote:
 
  I used fdisk and mkdosfs to format the first half
  fat32 but it makes no difference.
 
 
 Did your problems start when you tried to remove
 windows? Or was the disk just 
 plain flakey to begin with?

it started a little flakey but soon progressed to all
out dandruff!

 -- 
 
 /* The HME is the biggest piece of shit I have ever
 seen. */
 linux-2.6.6/drivers/scsi/esp.h
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] low-level formatting a harddrive

2005-10-19 Thread maxim wexler


--- Scott Tiret [EMAIL PROTECTED] wrote:

 On Wed, 2005-10-19 at 09:28 -0700, maxim wexler
 wrote:
  
  I wonder if there isn't a tiny part of the drive
 that
  comes before the first partition, like those first
 few
  grooves on a vinyl record ;-)
 
 There is.  You can reset it by using fdisk /mbr
 (from the Microsoft

doesn't work

 Windows boot disk).  Or you can try using cfdisk as
 described below.
 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] low-level formatting a harddrive

2005-10-18 Thread maxim wexler
Hello everbody,

Maxtor suggests I do a low-level format of my flaky
Diamond 16 drive using their Powermax tool.
Unfortunately it doesn't give you the option of
sparing one partition or the other -- it does the
whole thing.

I strongly suspect the problem lies on the first half
of the drive where XP-pro used to reside. Is there a
way to do a low-level format of part of a drive while
leaving the rest intact?

-mw



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] low-level formatting a harddrive

2005-10-18 Thread maxim wexler


--- Douglas James Dunn [EMAIL PROTECTED]
wrote:

 um a low level format is always the entire drive. 
 It basically returns
 the drive to factory default.  AKA all 0's.  A high
 level format would
 be what your talking about which would be the same
 as reformatting a
 partition. as fdisk would do.

done that. Disk boots linux which is halfway along
120G drive(hdb) provided /boot resides on another,
master drive(hda).

_Nothing_ can be booted from the start of the drive.
And nothing dos or windows can be installed on it at
all.

LBA is set to auto in BIOS, but POST console says it's
off.

I used fdisk and mkdosfs to format the first half
fat32 but it makes no difference. 

-mw





__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bootstrap USE flags opinions?

2005-10-12 Thread maxim wexler
 
 CFLAGS=-O2 -march=pentium3 -pipe -mcpu=i686
 -fomit-frame-pointer
 CXXFLAGS=${CFLAGS}

there seems to be some controversy over the use of
-fomit-frame-pointer. See the gentoo/doc,
 IIRC on USE flags. Just what does -fomit etc do?

-mw




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo in a tight placeWHACK-A-MOLE

2005-10-11 Thread maxim wexler
You fix it here it breaks again over there :( Turns
out the drive is OK(at least the file system), it was
another drive on the same cable. But now grub wont
work at all.  Interesting, at first grub could boot xp
and gentoo, then xp failed and now gentoo wont boot --
no matter how I set grub up, from the command-line,
boot floppy, as a grub-install. It doesn't matter the
partition either; there's either a crash or the thing
boots to an error message such as end_request: I/O
error, dev fd0, sector 0. Needless to say the floppy
drive is fine. Or, The file /boot/grub/stage1 not
read correctly

 Um, maybe I missed something Maxim.  Do you have a
 cdrom?  If so, just boot 
 from a knoppix cd.  Comes with tons of repair tools
 already on it.  Then you 
 wouldn't have to struggle with trying to get that
 small drive into a bootable 
 state...
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo in a tight place

2005-10-11 Thread maxim wexler
Thanks for all your suggestions. I look forward to
implementing them just as soon as my 120G gets back in
service(if it does). BTW anybody know how long Maxtor
warranties their cheap ATA drives? The 120 in question
I bought from tigerdirect.ca about 6mos ago.

--- Hemmann, Volker Armin
[EMAIL PROTECTED] wrote:

 On Tuesday 11 October 2005 23:13, Dave Nebinger
 wrote:
  On Tuesday 11 October 2005 02:36 pm, Hemmann,
 Volker Armin wrote:
   I have three or four kernels in /boot and have
 16mb... way enough
 
  I've got a 100MB /boot partition, and with 12
 kernels I'm still only using
  50%...
 
 and the OP said, that he is doing rescue work, not
 testing kernels.
 So 100mb for /boot sounds pretty pointless.
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] fresh install fetches old kernel?

2005-10-10 Thread maxim wexler
Hello everybody,

Doing a fresh install from a min-install CD. When I
ran emerge --fetchonly --emptytree system, portage
retrieved the linux-2.6.11 kernel.  This is older than
the kernel, 2.6.12-gentoo-r6,  on the livecd!

What's going on?

-mw





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gentoo in a tight place

2005-10-10 Thread maxim wexler
Hello everybody,

That min-install I was talking about failed due to
lack of disk space. I'm trying to install on a 3.2G
drive. Partitions are :
/ of 1.47G  ext2
/home 1.1G ext2
500M swap
100M /boot reiserfs

I was going to use this disk to help diagnose/repair
the 120G which is down. I guess I don't really need a
/home dir. Is there someway to free up some space on
/home and make it available to /? I'd hate to have to
wipe the disk and start over; it took about two  days
straight to download all the files at 2.8K over the
phone line!

-mw




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo in a tight place

2005-10-10 Thread maxim wexler


--- A. Khattri [EMAIL PROTECTED] wrote:

 On Mon, 10 Oct 2005, maxim wexler wrote:
 
  Hello everybody,
 
  That min-install I was talking about failed due to
  lack of disk space. I'm trying to install on a
 3.2G
  drive. Partitions are :
  / of 1.47G  ext2
  /home 1.1G ext2
  500M swap
  100M /boot reiserfs
 
  I was going to use this disk to help
 diagnose/repair
  the 120G which is down. I guess I don't really
 need a
  /home dir. Is there someway to free up some space
 on
  /home and make it available to /? I'd hate to have
 to
  wipe the disk and start over; it took about two 
 days
  straight to download all the files at 2.8K over
 the
  phone line!
 
 Maybe you can move /usr/portage and /tmp or /var/tmp
 to /home, set up some
 sym links and free up some space??
 
Thanks. Makes excellent sense. I'm goin in!
 
 -- 
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fresh install fetches old kernel?

2005-10-10 Thread maxim wexler
yes,  did #emerge --sync first

--- maxim wexler [EMAIL PROTECTED] wrote:

 Hello everybody,
 
 Doing a fresh install from a min-install CD. When I
 ran emerge --fetchonly --emptytree system, portage
 retrieved the linux-2.6.11 kernel.  This is older
 than
 the kernel, 2.6.12-gentoo-r6,  on the livecd!
 
 What's going on?
 
 -mw
 
 
 
   
   
 __ 
 Yahoo! Mail - PC Magazine Editors' Choice 2005 
 http://mail.yahoo.com
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo in a tight place

2005-10-10 Thread maxim wexler
 
  I'd hate to have to
  wipe the disk and start over; it took about two 
 days
  straight to download all the files at 2.8K over
 the
  phone line!
 
 What sort of modem are you using, an acoustic
 coupler? !!! ;-)

I live in the boonies at the end of an  eight mile
phone line. No broadband yet.





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo in a tight place

2005-10-10 Thread maxim wexler


--- Dave Nebinger [EMAIL PROTECTED] wrote:

  I was going to use this disk to help
 diagnose/repair
  the 120G which is down.
 
 Um, maybe I missed something Maxim.  Do you have a
 cdrom?  If so, just boot 
 from a knoppix cd.  Comes with tons of repair tools
 already on it.  Then you 
 wouldn't have to struggle with trying to get that
 small drive into a bootable 
 state...

I was afraid it had gone past that since / on the
120G, a Maxtor, can't even be mounted,  boots into a
kernel panic and has lots of dma_intr(0x51) errors.
But I notice even min-install.iso has lots of tools
and I do happen to have a knoppix CD...

 
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] smartctl contradicting itself?

2005-10-07 Thread maxim wexler
Hello everybody,

As a follow up to the thread subj: is harddrive kaput?
 the cable is fine.

All the smartctl selftests return w/ no error. But 

#smartctl -l error /dev/hdb 

Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART Error Log Version: 1
Warning: ATA error count 94 inconsistent with error
log pointer 5

ATA Error Count: 94 (device log contains only the most
recent five errors)
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed
as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It wraps after 49.710
days.

Error 94 occurred at disk power-on lifetime: 1425
hours (59 days + 9 hours)
  When the command that caused the error occurred, the
device was in an unknown$

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 00 00 00 00 f0  Error: ICRC, ABRT at LBA =
0x = 0

  Commands leading to the command that caused the
error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time 
Command/Feature_Name
  -- -- -- -- -- -- -- --   

  c8 00 08 00 00 00 f0 08  00:05:07.920  READ DMA
  c8 00 08 00 00 00 f0 08  00:05:07.840  READ DMA
  10 00 3f 00 00 00 f0 08  00:05:07.824 
RECALIBRATE [OBS-4]
  c8 00 08 00 00 00 f0 08  00:05:07.760  READ DMA
  c8 00 08 00 00 00 f0 08  00:05:07.696  READ DMA

Error 93 occurred at disk power-on lifetime: 1425
hours (59 days + 9 hours)
  When the command that caused the error occurred, the
device was in an unknown$

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 00 00 00 00 f0  Error: ICRC, ABRT at LBA =
0x = 0

  Commands leading to the command that caused the
error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time 
Command/Feature_Name
  -- -- -- -- -- -- -- --   

  c8 00 08 00 00 00 f0 08  00:05:07.840  READ DMA
  10 00 3f 00 00 00 f0 08  00:05:07.824 
RECALIBRATE [OBS-4]
  c8 00 08 00 00 00 f0 08  00:05:07.760  READ DMA
  c8 00 08 00 00 00 f0 08  00:05:07.696  READ DMA
  c8 00 08 00 00 00 f0 08  00:05:07.616  READ DMA

Error 92 occurred at disk power-on lifetime: 1425
hours (59 days + 9 hours)
  When the command that caused the error occurred, the
device was in an unknown$

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 00 00 00 00 f0  Error: ICRC, ABRT at LBA =
0x = 0

  Commands leading to the command that caused the
error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time 
Command/Feature_Name
  -- -- -- -- -- -- -- --   

  c8 00 08 00 00 00 f0 08  00:05:07.760  READ DMA
  c8 00 08 00 00 00 f0 08  00:05:07.696  READ DMA
  c8 00 08 00 00 00 f0 08  00:05:07.616  READ DMA
  10 00 3f 00 00 00 f0 08  00:05:07.584 
RECALIBRATE [OBS-4]
  91 00 3f 3f ff 3f ff 08  00:05:07.584 
INITIALIZE DEVICE PARAMETERS [OBS-$

Error 91 occurred at disk power-on lifetime: 1425
hours (59 days + 9 hours)
  When the command that caused the error occurred, the
device was in an unknown$

 After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 00 00 00 00 f0  Error: ICRC, ABRT at LBA =
0x = 0

  Commands leading to the command that caused the
error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time 
Command/Feature_Name
  -- -- -- -- -- -- -- --   

  c8 00 08 00 00 00 f0 08  00:05:07.696  READ DMA
  c8 00 08 00 00 00 f0 08  00:05:07.616  READ DMA
  10 00 3f 00 00 00 f0 08  00:05:07.584 
RECALIBRATE [OBS-4]
  91 00 3f 3f ff 3f ff 08  00:05:07.584 
INITIALIZE DEVICE PARAMETERS [OBS-$
  ef 03 44 00 00 00 f0 0e  00:05:07.552  SET
FEATURES [Set transfer mode]

Error 90 occurred at disk power-on lifetime: 1425
hours (59 days + 9 hours)
  When the command that caused the error occurred, the
device was in an unknown$

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 00 00 00 00 f0  Error: ICRC, ABRT at LBA =
0x = 0

  Commands leading to the command that caused the
error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time 
Command/Feature_Name
  -- -- -- -- -- -- -- --   

  c8 00 08 00 00 00 f0 08  00:05:07.616  READ DMA
  10 00 3f 00 00 00 f0 08  00:05:07.584 
RECALIBRATE [OBS-4]
  91 00 3f 3f ff 3f ff 08  00:05:07.584 
INITIALIZE DEVICE PARAMETERS [OBS-$
  ef 

[gentoo-user] is harddrive kaput?

2005-10-06 Thread maxim wexler
Hello everbody,

I was surfing the web when firefox suddenly closed and
attempts at re-opening it failed with strange errors
since forgotten. I decided to bail out of X and
restart it; that failed with an I/O error on /dev/hdb4
where / resides. Couldn't do a shutdown; had to reset
the box. Now I get a kernel panic - Cannot open root
device hdb4. 

Booted from install CD and ran dmesg:

hdb: dma_intr: error 0x84 {DriveStatusError Bad CRC}
 dma_intr: status 0x51 {DriveReady SeekComplete 
error}  

a bunch of these ending with

ldm_validate_partition_table(): disk read failed.

fdisk displays the partitions all right but attempts
to mount /dev/hdb4 came up with, special device
/dev/hdb4 does not exist.

e2fsck: no such file, bad superblock
tune2fs: couldn't find valid fs superblock

Is my hard-drive toast? This is the same one you may
recall I had so much trouble with a few months back.
Will it be possible to fix? Or at least make readable?

-mw





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: no ebuild what to do?

2005-10-01 Thread maxim wexler


--- Greg Yasko [EMAIL PROTECTED] wrote:

 maxim wexler blissfix at yahoo.com writes:
 
  
  Hello everybody,
  
  I'm sure this has been covered before but can't
 seem
  to google for it.
  
  I'd like to install dekagen but there are no
 ebuilds
  for it. I suppose I could just unpack it and
 follow
  the INSTALL doc but is that the appropriate gentoo
  way?
  
  -mw
 
 There is now an ebuild in Gentoo's bugzilla, so you
 could use Portdir_Overlay
 and provide some much needed testing.

Could you explain how you found it? My searches always
came up zarro.



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: no ebuild what to do?

2005-10-01 Thread maxim wexler

 
 There is now an ebuild in Gentoo's bugzilla, so you
 could use Portdir_Overlay
 and provide some much needed testing.

Well, I found it:

http://bugs.gentoo.org/buglist.cgi?short_desc_type=allwordssubstrshort_desc=Newproduct=Gentoo+Linuxlong_desc_type=allwordssubstrlong_desc=bug_file_loc_type=allwordssubstrbug_file_loc=bug_status=NEWbug_status=ASSIGNEDbug_status=REOPENEDemailtype1=exactemail1=emailtype2=exactemail2=bugidtype=includebug_id=votes=changedin=chfieldfrom=chfieldto=Nowchfieldvalue=cmdtype=doitnewqueryname=order=Reuse+same+sort+as+last+timefield0-0-0=nooptype0-0-0=noopvalue0-0-0=

but only because I clicked on something at random
culled from google. Since I can't know in advance what
the bug# is, why does a search for the ebuild by name
come up empty in gentoo bugzilla?



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: no ebuild what to do?

2005-10-01 Thread maxim wexler


--- Greg Yasko [EMAIL PROTECTED] wrote:

 Greg Yasko gyasko at cox.net writes:
  
 
  Login as root and do a mkdir -p
 /usr/local/portage/app-cdr/dekagen
  
  Then cd to the dekagen directory you just created.
  
 
 Copy the ebuild, which is at gentoo bugzilla under
 app-cdr/dekagen to your
 dekagen directory.
 
  Run ebuild dekagen-1.0.2.ebuild digest in the
 dekagen directory.
  
  Add app-cdr/dekagen ~x86 to
 /etc/portage/package.keywords
  
  Finally, do an emerge dekagen and it should
 work.

Yow!

dayglo ~ # emerge -pv dekagen

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] sys-apps/eject-2.0.13-r1  +nls 58 kB
[ebuild  N] media-sound/bladeenc-0.94.2-r1  139 kB
[ebuild  N] x11-libs/openmotif-2.2.3-r3  5,029 kB
[ebuild  N] media-libs/flac-1.1.1  +sse +xmms
1,432 kB
[ebuild  N] media-sound/xmcd-3.3.2  +alsa +encode
+vorbis 1,599 kB
[ebuild  N] app-cdr/dekagen-1.0.2  0 kB

Total size of downloads: 8,259 kB

Somebody said bloat? Why do I need all this stuff when
it works out of the box simply by running the script?

  
  Good luck.
  
  -G.Y.
  
 
 Whoops! I forgot to tell you to copy the ebuild to
 it's directory. See above.
 
 
 
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] no ebuild what to do?

2005-09-29 Thread maxim wexler
Hello everybody,

I'm sure this has been covered before but can't seem
to google for it.

I'd like to install dekagen but there are no ebuilds
for it. I suppose I could just unpack it and follow
the INSTALL doc but is that the appropriate gentoo
way?

-mw



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mplayer -- too many video packets in buffer

2005-09-20 Thread maxim wexler
Hello everybody,

mplayer is here! But doesn't work. Fails w/ too many
video packets error.

According to the FAQ needs the --autosync option. 
Nope.

I think it's got something to do with the audio. The
dvd opens with the usual dire warning message then the
logo of the production company but then fails when it
gets to the introductory music -- just a guess. I
notice below that it complains about not being able to
init VDecoder then goes ahead and opens the, lower
case, video decoder anyways. 

FWIW ogle works OK. My cpu/vid-card can certainly
handle dvd playback.

Here's the tail of xterm o/p:

Too many video packets in the buffer: (4096 in 8266329
bytes).
Maybe you are playing a non-interleaved stream/file or
the codec failed?
For AVI files, try to force non-interleaved mode with
the -ni option.
MPEG: No audio stream found - no sound.
VIDEO:  MPEG2  720x480  (aspect 2)  29.970 fps  6000.0
kbps (750.0 kbyte/s)
vo: X11 running at 800x600 with depth 24 and 32 bpp
(:0.0 = local display)
==
Opening video decoder: [mpegpes] MPEG 1/2 Video
passthrough
VDec: vo config request - 720 x 480 (preferred csp:
Mpeg PES)
Could not find matching colorspace - retrying with -vf
scale...
Opening video filter: [scale]
The selected video_out device is incompatible with
this codec.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video
decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or
2 (libmpeg2))
==
Audio: no sound
Starting playback...
VDec: vo config request - 720 x 480 (preferred csp:
Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie
aspect.
VO: [xv] 720x480 = 720x540 Planar YV12 
V:  14.7 435/435 13%  1%  0.0% 0 0 0% 
 

Exiting... (End of file)

-mw




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge -pv mplayer questions[ANSWERED]

2005-09-19 Thread maxim wexler
gentoo-wiki.com/HOWTO_Emerge_MPlayer

has the best explanation so far.

BTW, Mark, look at the gentoo doc Upgrading re
symlink to make.profile

--- Rumen Yotov [EMAIL PROTECTED] wrote:


  what about all those others?
  
 Look at gcc-home page, think there's plenty of info,
 also this theme is
 regularly discussed here (ML), search the archives.
 Shortly said, use -O2 -march.../-mtune... -pipe
 -fomit-frame-pointer
 is a safe choice. It (-O2) includes many of the
 other flags by default.

phew! That's what I've already got!

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge -pv mplayer questions

2005-09-18 Thread maxim wexler


--- Mark Knecht [EMAIL PROTECTED] wrote:

 On 9/18/05, maxim wexler [EMAIL PROTECTED] wrote:
 SNIP
  flags   : fpu vme de pse tsc msr pae mce
 cx8
  apic sep mtrr pge mca cmov pat pse36 clflush mmx
 fxsr
  sse sse2 syscall nx mmxext 3dnowext 3dnow
 SNIP
 
 So Walter's point would be that you could add
 
 mmx mmxext sse sse2 3dnow 3dnowext
 
 to your use flags, either globally in your make.conf

what about all those others?

 file or for
 specific packages in package.use. Adding these flags
 will enable clode
 within the program being emerged specifically
 supporting those
 features.
 
 My point was that without adding these flags to the
 compile options
 (CXFLAGS) in make.conf I'm not clear that adding the

well, are they CXFLAGS or USE flags?

 flags in the USE
 section of make.conf does anything to generate
 actual sse or mmx code.
 
 I'd like to hear from some folks who really
 understand how gcc works
 about this. It's confused me for quite awhile.
 
 Thanks,
 Mark
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge -pv mplayer questions

2005-09-18 Thread maxim wexler


--- Walter Dnes [EMAIL PROTECTED] wrote:

 On Fri, Sep 16, 2005 at 08:53:10PM -0700, maxim
 wexler wrote
 
   Differs from both of yours again. Here's my
   package.use for the machine:
   
   dragonfly ~ # cat /etc/portage/package.use
  
  no such file on my machine. Did I miss something?
 
   package.use is a file where you can turn USE flags
 on or off *FOR
 INDIVIDUAL PACKAGES*.  Here's mine...
 
 
 app-misc/mc -X
 app-office/openoffice-bin java
 app-text/xpdf motif
 media-gfx/gimp doc exif
 media-libs/win32codecs real
 media-video/mplayer custom-cflags i8x0 real sse2
 3dnowext mmxext
 net-misc/wget ssl
 net-nntp/slrn uudeview
 sys-libs/glibc userlocales
 www-client/links svga
 sys-apps/busybox static
 
 
   There are some options that certain packages
 *MUST* have, while other
 packages *MUST NOT* have them.  E.g. busybox is a
 rescue package.  It
 is most likely going to be required when libraries
 are screwed up.  So
 it needs static linking, which is a bad idea for
 most apps.  I use mc
 (Midnight Commander) mostly in text consoles.  It
 has weird interaction
 with X.  I therefore turn off X support for mc. 
 svga pounds away
 directly at IO ports, and requires setuid root (or
 else run an app as
 root).  It's OK with links, but I don't want it in
 my global USE var,
 because then a whole bunch of other apps, besides
 links, will start
 requiring setuid.
 
   Additionally, check
 /usr/portage/profiles/use.local.desc for
 package-specific flags.  /etc/portage/package.use is
 where those flags
 should go.
 
  This is all I got:
  USE=java alsa esd mad mp3 ogg oss vorbis xmms
  
  Assembling these flags has been hit or miss.
 Something I read in a
  forum somewhere or just a guess. It certainly
 doesn't represent all
  the software I've emerged since setting up this
 system about 4 months
  ago. Is there some sort of tried and true method
 of determining what
  USE flags to use.
 
 cat /proc/cpuinfo

[EMAIL PROTECTED] ~ $ cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 12
model name  : AMD Sempron(tm) Processor 3100+
stepping: 0
cpu MHz : 1808.711
cache size  : 256 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8
apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr
sse sse2 syscall nx mmxext 3dnowext 3dnow
bogomips: 3579.90


 
 on your machine, and post the output on this list. 
 That'll let us know
 what CFLAGS and USE flags your cpu supports.  And of
 course, a lot
 depends on what programs you're running on your
 machine.
 
 -- 
 Walter Dnes [EMAIL PROTECTED]
 My musings on technology and security at
 http://tech_sec.blog.ca
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge -pv mplayer questions

2005-09-17 Thread maxim wexler


--- Mark Knecht [EMAIL PROTECTED] wrote:

 On 9/16/05, maxim wexler [EMAIL PROTECTED] wrote:
 
  
   Differs from both of yours again. Here's my
   package.use for the machine:
  
   dragonfly ~ # cat /etc/portage/package.use
  
  no such file on my machine. Did I miss something?
 
 No. I think you just haven't created it. Try making
 one and see how it works.

Done
 
 You also have your 'profile'.
 
 cat /etc/make.profile/make.defaults
 
 This will show you the default flags your system is
 using. To that you
 add make.conf and any package.use flags to get what
 the system will
 use for your package.

/etc/make.profile is a link to
/usr/portage/default-linux/x86/2005.0 but there's a
newer dir ../2005.1. The packages file seems to have
been updated. Dare I delete the present link and point
it to the newer dir? Why did whatever code made the
original link(I didn't put it there) not make a new
one to the latest dir? That's what makes me hesitate. 


 From there I just let my imagination drive things
 and see how it works
 out. Most of the time it's OK, but sometimes I've
 had to recompile
 packages 2, 3 or even 4 times to get features I'm
 interested in.

But when you do it right the first time: priceless




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up group for ppp and dial up

2005-09-17 Thread maxim wexler


--- Mick [EMAIL PROTECTED] wrote:

 Hi All,
 
 I eventually decided to set up my winmodem (hcfpci)
 to be able to
 send/receive faxes and as a backup for when adsl
 goes down.  I noticed that
 a group called dialout was created:
 ===
 dialout:x:20:root
 ===
 
 The Dial up Gentoo Wiki says that for security
 purposes one should create a
 new ppp group and add those users who will be
 allowed to dial up.  It also
 suggests to alter the original access rights of
 /usr/sbin/pppd:
 ===
 -r-s--x--x  1 root root 238244 Sep 17 08:29
 /usr/sbin/pppd
 ===
 
 to 4550:
 ===
 -r-sr-x---  1 root ppp 238244 Sep 17 08:29
 /usr/sbin/pppd
 ===
 
 Any idea what the dialout group is there for?
 
 Also, when I want to dial up which is the 'right'
 sequence to bring up:
 1) /etc/init.d/hcfpci start
 2) /etc/init.d/net.ppp0 start

This is all news to me. I've just been using pon
name-of-connection and poff name-of-connection


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new 2 gentoo

2005-09-16 Thread maxim wexler
depends on the features you want. Linux will live on
your setup(assuming that's 40MB RAM)

--- Mario Carugno [EMAIL PROTECTED] wrote:

 Hi there, i'm curious about Gentoo. Installation
 needs some compilation ?
 I ask because i want to try Gentoo on an old 40MB
 Pentium I / 120mhz, and if
 some compilation is needed, i could forget it.
  Is Gentoo suited for such old computers ?
  Thank you all.
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge -pv mplayer questions

2005-09-16 Thread maxim wexler
Hello everybody,

Here's the output of the above command on my machine:

These are the packages that I would merge, in order:

Calculating dependencies    ...done!
[ebuild  N] dev-lang/nasm-0.98.39-r1  -build -doc
531 kB 
[ebuild  N] media-libs/libsdl-1.2.8-r1  +X -aalib
+alsa +arts -dga -directfb +esd -fbcon -ggi -libcaca
-nas -noaudio -noflagstrip -nojoystick -novideo
+opengl +oss -pic -svga -xinerama +xv 2,541 kB 
[ebuild  N] media-sound/lame-3.96.1  -debug +gtk
1,226 kB 
[ebuild  N] media-libs/win32codecs-20050216 
+quicktime -real 12,580 kB 
[ebuild  N] media-libs/id3lib-3.8.3-r3  -doc 928
kB 
[ebuild  N] media-libs/faad2-2.0-r3  +xmms 748 kB 
[ebuild  N] media-libs/giflib-4.1.3  +X +gif 556
kB 
[ebuild  N] media-video/mplayer-1.0_pre6-r4  -3dfx
-3dnow -3dnowext +X -aalib +alsa (-altivec) +arts +avi
-bidi -cdparanoia -debug -dga -directfb -divx4linux
-doc -dts -dv -dvb -dvd -dvdread -edl +encode +esd
-fbcon -ggi +gif +gtk -i8x0 +ipv6 -jack -joystick
+jpeg -libcaca -lirc -live -lzo +mad -matroska -matrox
-mmx -mmxext +mpeg -mythtv -nas +nls -nvidia
+oggvorbis +opengl +oss +png -real -rtc -samba +sdl
-sse -sse2 -svga -tga -theora +truetype -v4l -v4l2
-xanim -xinerama +xmms +xv -xvid -xvmc 7,137 kB 

Total size of downloads: 26,250 kB

And here's something from the archives:

[ebuild   R   ] media-video/mplayer-1.0_pre6-r4  -3dfx
+3dnow
+3dnowext +X +aalib +alsa (-altivec) +arts +avi -bidi
-cdparanoia
-debug -dga -directfb -divx4linux -doc -dts -dv -dvb
-dvd -dvdread
-edl +encode +esd -fbcon -ggi +gif +gtk -i8x0 +ipv6
-jack -joystick
+jpeg -libcaca -lirc -live -lzo +mad -matroska -matrox
+mmx +mmxext
+mpeg -mythtv -nas +nls -nvidia +oggvorbis +opengl
+oss +png -real
-rtc +samba +sdl +sse +sse2 +svga -tga -theora
+truetype -v4l -v4l2
-xanim -xinerama +xmms +xv -xvid -xvmc 0 kB

-- 
Bruno Lustosa, aka Lofofora  | Email:
[EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

for the mplayer ebuild there are significant
differences. How come? Is it a question of programs
already installed? Kernel config? USE flags? Is my
machine telling me what's good and what isn't? How
does it know, if it knows?




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge -pv mplayer questions

2005-09-16 Thread maxim wexler


--- Mark Knecht [EMAIL PROTECTED] wrote:

 On 9/16/05, maxim wexler [EMAIL PROTECTED] wrote:
 
  [ebuild  N] media-video/mplayer-1.0_pre6-r4 
 -3dfx
  -3dnow -3dnowext +X -aalib +alsa (-altivec) +arts
 +avi
  -bidi -cdparanoia -debug -dga -directfb
 -divx4linux
  -doc -dts -dv -dvb -dvd -dvdread -edl +encode +esd
  -fbcon -ggi +gif +gtk -i8x0 +ipv6 -jack -joystick
  +jpeg -libcaca -lirc -live -lzo +mad -matroska
 -matrox
  -mmx -mmxext +mpeg -mythtv -nas +nls -nvidia
  +oggvorbis +opengl +oss +png -real -rtc -samba
 +sdl
  -sse -sse2 -svga -tga -theora +truetype -v4l -v4l2
  -xanim -xinerama +xmms +xv -xvid -xvmc 7,137 kB
  
  Total size of downloads: 26,250 kB
  
  And here's something from the archives:
  
  [ebuild   R   ] media-video/mplayer-1.0_pre6-r4 
 -3dfx
  +3dnow
  +3dnowext +X +aalib +alsa (-altivec) +arts +avi
 -bidi
  -cdparanoia
  -debug -dga -directfb -divx4linux -doc -dts -dv
 -dvb
  -dvd -dvdread
  -edl +encode +esd -fbcon -ggi +gif +gtk -i8x0
 +ipv6
  -jack -joystick
  +jpeg -libcaca -lirc -live -lzo +mad -matroska
 -matrox
  +mmx +mmxext
  +mpeg -mythtv -nas +nls -nvidia +oggvorbis +opengl
  +oss +png -real
  -rtc +samba +sdl +sse +sse2 +svga -tga -theora
  +truetype -v4l -v4l2
  -xanim -xinerama +xmms +xv -xvid -xvmc 0 kB
  
 
  for the mplayer ebuild there are significant
  differences. How come? Is it a question of
 programs
  already installed? Kernel config? USE flags? Is my
  machine telling me what's good and what isn't? How
  does it know, if it knows?
  
 
 This a difference in the USE flags for the two
 systems. It is caused by:
 
 1) the machines running different profiles
 
 2) Different USE flag settings in
 /etc/portage/package.use
 
 3) Differences in make.conf
 
 For instance, here's the same command on one of our
 machines:
 
 [ebuild   R   ] media-video/mplayer-1.0_pre7-r1 
 -3dfx -3dnow
 -3dnowext +X -aac -aalib +alsa (-altivec) -arts
 -bidi -bl -cdparanoia
 -cpudetection -custom-cflags -debug -dga -directfb
 -divx4linux -doc
 -dts -dv -dvb +dvd +dvdread -edl +encode +esd -fbcon
 -ggi +gif +gtk
 +i8x0 +ipv6 +jack -joystick +jpeg -libcaca +lirc
 -live -lzo +mad
 -matroska -matrox +mmx -mmxext +mythtv -nas +nls
 -nvidia +opengl +oss
 +png -real -rtc +samba +sdl +sse +sse2 +svga -tga
 -theora +truetype
 +v4l +v4l2 +vorbis +win32codecs -xanim -xinerama
 +xmms +xv +xvid -xvmc
 0 kB
 
 
 Differs from both of yours again. Here's my
 package.use for the machine:
 
 dragonfly ~ # cat /etc/portage/package.use

no such file on my machine. Did I miss something?

 media-video/ffmpeg aac
 media-video/avidemux aac
 app-cdr/cdrtools unicode
 media-sound/jack-audio-connection-kit debug -caps
 media-video/mplayer win32codecs
 x11-misc/xscreensaver new-login
 dragonfly ~ #
 
 and from make.conf:
 
 dragonfly ~ # cat /etc/make.conf | grep USE
 USE=userlocales gnome kde gtk gtk2 -arts -apm
 ladspa nptl nptlonly
 ladcca audiofile gimp gimpprint ppds usb alsa cdr
 dvd dvdr dvdread mmx
 sse sse2 caps jack jack-tmpfs fluidsynth tcltk
 sndfile v4l v4l2
 firebird mysql flac xscreensaver samba i8x0 mythtv
 apache2 lirc mjpeg
 threads xvid transcode
 dragonfly ~ #

This is all I got:
USE=java alsa esd mad mp3 ogg oss vorbis xmms

Assembling these flags has been hit or miss. Something
I read in a forum somewhere or just a guess. It
certainly doesn't represent all the software I've
emerged since setting up this system about 4 months
ago. Is there some sort of tried and true method of 
determining what USE flags to use.

 
 All that stuff works with your profile to set up the
 specific set of
 flags that you get when you emerge the package.
 
 Hope this helps,
 Mark
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] after emerge -Du world date can't keep time

2005-09-12 Thread maxim wexler


--- Willie Wong [EMAIL PROTECTED] wrote:

 On Sun, Sep 11, 2005 at 08:41:31PM -0700, maxim
 wexler wrote:
  --- Willie Wong [EMAIL PROTECTED] wrote:
  
   On Sun, Sep 11, 2005 at 11:59:58AM -0700, maxim
   wexler wrote:
Hello everybody,

After emerge --deep --update world I compiled
 and
installed the new kernel, 2.6.12-gentoo-r10,
 then
   I
noticed that no matter when I boot the system,
   date
always starts marking time at 6:00 AM,
 although it
gets the date and zone right. No matter what
 time
string I give to date(as root), after a
 re-boot it
alway replies with 6AM plus whatever time has
   elapsed
since the original boot. FWIW rtc support is
   compiled
as a module and is *not* currently loaded.
 Also,
   the
BIOS clk is correct.

-mw

   
   hum, run 
 rc-status boot
   is clock started?
   
  
  yup
  
 
 Let me check my understanding of the problem:
 
1) If you cold boot, the time starts at 6AM of
 the right day. 

A closer look: It appears 6AM was a one-off. Last
night before shutdown I set the correct time. This
morning at 9:17AM date gave 3:17 w/ correct day, date,
time zone. So it looks like it's picking an hour at
random but gets everything else correct.

 
2) If you reboot, the time counts from 6AM + the
 elapsed time of
all previous reboots up until the last cold boot.
 
whatever time has elapsed since first cold boot is
added *correctly* to the incorrect original time every
time I reboot. For instance, the clock on the wall
says 12:40PM. I've just rebooted for the second time
and date gives 6:40 which is what it *would* be if the
original time, 3:17 had been correct, since approx two
and a half hrs have elapsed.

 
3) Behaviours 1 and 2 doesn't change if you set
 the time yourself.
i.e., on the next boot/reboot the same thing will
 happen. 
 
 Does that summary seem correct?

Yes. Whatever time string I give to date after
rebooting, the clock resets to the  original, wrong
time after another reboot. BTW this applies to xclock
as well.



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] after emerge -Du world date can't keep time

2005-09-12 Thread maxim wexler


--- Willie Wong [EMAIL PROTECTED] wrote:

 On Sun, Sep 11, 2005 at 08:41:31PM -0700, maxim
 wexler wrote:
   On Sun, Sep 11, 2005 at 11:59:58AM -0700, maxim
   wexler wrote:
Hello everybody,

After emerge --deep --update world I compiled
 and
installed the new kernel, 2.6.12-gentoo-r10,
 then
   I
noticed that no matter when I boot the system,
   date
always starts marking time at 6:00 AM,
 although it
gets the date and zone right. No matter what
 time
string I give to date(as root), after a
 re-boot it
alway replies with 6AM plus whatever time has
   elapsed
since the original boot. FWIW rtc support is
   compiled
as a module and is *not* currently loaded.
 Also,
   the
BIOS clk is correct.

-mw

   
   hum, run 
 rc-status boot
   is clock started?
   
  
  yup
 
 what about the output from hwclock? run it as
 root, does it give the
 same time/date as date?
 

the same. In fact when I update the time w/ date -s
hwclock continues to give the incorrect one. Until a
reboot when both will give the incorrect original time
plus whatever time has elapsed since the first boot of
the day. 



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Enabling DMA on SE7520BD2S

2005-09-12 Thread maxim wexler


--- Jarosław Kapica [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm using Intel Server Board SE7520BD2S with 3
 disks, 2xSATA WDC 
 WD1200JD-00H (sda  sdb) and 1xATA133 Seagate
 ST3120026A (hda).
 SATA disks seem to work fine (though they show some
 warnings during 
 tests), but I can't enable DMA on /dev/hda.
 

I've had this problem on two systems so far. The
solution, for me, was to compile *into* the kernel
support for the respective mobo chipsets: nvidia for
one, ali for the other.

-mw




__ 
Yahoo! for Good 
Donate to the Hurricane Katrina relief effort. 
http://store.yahoo.com/redcross-donate3/ 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] after emerge -Du world date can't keep time

2005-09-12 Thread maxim wexler


--- Willie Wong [EMAIL PROTECTED] wrote:

 On Mon, Sep 12, 2005 at 12:03:27PM -0700, maxim
 wexler wrote:
   what about the output from hwclock? run it as
   root, does it give the
   same time/date as date?
   
  
  the same. In fact when I update the time w/ date
 -s
  hwclock continues to give the incorrect one. Until
 a
  reboot when both will give the incorrect original
 time
  plus whatever time has elapsed since the first
 boot of
  the day. 
  
 
 hum... fishy!
 
 On Mon, Sep 12, 2005 at 12:20:55PM -0700, maxim
 wexler wrote:
   check out /etc/conf.d/clock
   
  # /etc/conf.d/clock
  
  # Set CLOCK to UTC if your system clock is set
 to
  UTC (also known as
  # Greenwich Mean Time).  If your clock is set to
 the
  local time, then 
  # set CLOCK to local.
  
  CLOCK=UTC
 
 ^
 |
 Problem #1.
 
  
  # If you wish to pass any other arguments to
 hwclock
  during bootup, 
  # you may do so here.
  
  CLOCK_OPTS=
  
  # If you want to set the Hardware Clock to the
 current
  System Time 
  # during shutdown, then say yes here.
  
  CLOCK_SYSTOHC=no
  
  ^
  --- |
  |
 THIS is your problem #2. 

Thanks W, that works!

 
 Date only manipulates the kernel clock. If you don't
 sync it with your
 hardware clock, how do you expect the computer to
 remember the change?

Dunno, but on another box(2.6.12-gentoo-r6) with the
same settings date gives the correct, local time.

 During a power cycle, the kernel is not running, you
 know q=

?

 
 Also, I'd wager that your clock is consistently off
 by the same number
 of hours after each boot. Why? If the BIOS clock is
 correctly set to
 the time in your time-zone, you need to set
 
CLOCK=local
 
 (see problem #1 above). Right now even though the
 BIOS clock is
 correct, the software thinks that the time it is
 keeping is Greenwich
 Mean Time, so it adds/subtracts the suitable number
 of hours according
 to your timezone. 
 
 W
 -- 
 This is obviously not how one does science, but in
 retrospect you get the right
 answer. ~DeathMech, S. Sondhi. P-town PHY 205
 Sortir en Pantoufles: up 32 days,  1:07
 -- 
 gentoo-user@gentoo.org mailing list
 
 





__ 
Yahoo! for Good 
Donate to the Hurricane Katrina relief effort. 
http://store.yahoo.com/redcross-donate3/ 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] after emerge -Du world date can't keep time

2005-09-11 Thread maxim wexler
Hello everybody,

After emerge --deep --update world I compiled and
installed the new kernel, 2.6.12-gentoo-r10, then I
noticed that no matter when I boot the system, date
always starts marking time at 6:00 AM, although it
gets the date and zone right. No matter what time
string I give to date(as root), after a re-boot it
alway replies with 6AM plus whatever time has elapsed
since the original boot. FWIW rtc support is compiled
as a module and is *not* currently loaded. Also, the
BIOS clk is correct.

-mw




__ 
Yahoo! for Good 
Watch the Hurricane Katrina Shelter From The Storm concert 
http://advision.webevents.yahoo.com/shelter 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] after emerge -Du world date can't keep time

2005-09-11 Thread maxim wexler


--- Willie Wong [EMAIL PROTECTED] wrote:

 On Sun, Sep 11, 2005 at 11:59:58AM -0700, maxim
 wexler wrote:
  Hello everybody,
  
  After emerge --deep --update world I compiled and
  installed the new kernel, 2.6.12-gentoo-r10, then
 I
  noticed that no matter when I boot the system,
 date
  always starts marking time at 6:00 AM, although it
  gets the date and zone right. No matter what time
  string I give to date(as root), after a re-boot it
  alway replies with 6AM plus whatever time has
 elapsed
  since the original boot. FWIW rtc support is
 compiled
  as a module and is *not* currently loaded. Also,
 the
  BIOS clk is correct.
  
  -mw
  
 
 hum, run 
   rc-status boot
 is clock started?
 

yup

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] alsactl prob fixed --thanks m.k.

2005-09-10 Thread maxim wexler
Hi Mark,

I didn't realize you had answered my email until I
looked into the archive. Don't know the protocol for
answering an email once it's been deleted.

Re-running alsamixer after rm asound.state and then
alsactl store did the trick.

Don't know why sound should fail for *all* players
when streaming audio over realplayer after ~ 1/2 hr --
might have something to do with my string-and-can
connection to the Web :(

Looking forward to hearing more of your adventures w/
your new system.

-mw






__
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] two(related?) sound problems

2005-08-30 Thread maxim wexler
Hello everybody,

From the boot console:

* Restoring Mixer Levels
/usr/sbin/alsactl: set_control:994: bad
control.7.value type
No state is present for card UART  !!!
  


Sound still works but about 1/2 an hour after having
started realplayer sound stops without any error that
I can find. Then if I try another player ogg, mpg etc
I get can't open /dev/dsp. Have to reboot in order
to play any audio.

Here's the code:

$amixer
[...]
Simple mixer control 'Surround',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [off]
  Front Right: Playback 0 [0%] [off]
[...]

$cat /etc/asound.state
[...]
}
control.7 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Surround Playback Switch'
value false
}
[...]

$amixer contents
[...]
numid=7,iface=MIXER,name='Surround Playback Switch'
  ; type=BOOLEAN,access=rw---,values=2
  : values=off,off
[...]

-mw



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-26 Thread maxim wexler


--- Mark Knecht [EMAIL PROTECTED] wrote:

 On 8/25/05, maxim wexler [EMAIL PROTECTED] wrote:
  
  
  --- Holly Bostick [EMAIL PROTECTED] wrote:
  
   What motherboard do you have?
  
  Asus K8N-E Deluxe skt 754 w/nVidia chipset
  
 
 hehe!! We're in this one together buddy! I managed
 to buy one of
 those motherboards today from NewEgg. I'll be
 building the machine
 next week.

Well, at least X works. What video card will you be
using?
 
 Here's my guess. If you look at 2.6.12-gentoo-r9 the
 NVidia AGP
 support clearly says Nforce/Nforce2. My suspicion is
 that the AGP
 chipset support for this chipset (NForce4) isn't in

Whoa! NForce4?! What about 2, 3? I'm looking at the
Asus User Guide, p xi, in the box, Chipset: NVIDIA
nForce3 250Gb

 the kernel yet and
 that we need to find a patch, or possibly look at a
 kernel.org kernel
 for like 2.6.13/14/15, etc. and find one that does.
 
 Assuming that there isn't a patch then we get in
 line with the kernel
 developers and work to get one done. I had this
 problem with my laptop
 when I first got it and couldn't get DMA for the ATI
 cipset. It took
 between 30 and 60 days as I remember.

This is all new territory for me.

 
 Anyway, I bought one today so I'm in the life raft
 with ya!
 
 Cheers,
 Mark
 
 -- 
 gentoo-user@gentoo.org mailing list
 

UPDATE: did a sync and was able to emerge the new
ati-drivers. This time fglrx.ko *was* generated and is
loaded at boot. But now I get 

$startx
(WW) fglrx: No matching Device section for instance
(BusID PCI:1:0:1) found # faq says ignore
(EE) fglrx(0): [agp] unable to acquire AGP, error
xf86_ENODEV
(EE) fglrx(0): cannot init AGP
Could not init font path element
/usr/share/fonts/local/, removing from list!

The fix according to the faq: I need to clean up the
sources make oldconfig etc, re-emerge the drivers.

WRONG :(



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-26 Thread maxim wexler
  
 
 Have you guys looked at the nvidia site? They have
 'drivers' (i.e.,
 kernel modules) for their motherboard chipsets as
 well as their video
 cards. Perhaps that's what you both need. I know
 that nvidia-kernel and
 nvidia-glx exist in Portage for the video cards, but
 that's not of much
 use if your kernel doesn't have the ability to talk
 to the mobo in the
 first place (and we do know that an nForce board
 does speak its own
 language).
 

http://www.nvidia.com/object/linux_nforce_1.0-0306.html
 

Wow! Bleedin' edge! I'll try it out and get back to
the list.
-mw

 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-26 Thread maxim wexler

 
 Maxim,
I was looking at this some more since I need to
 deal with it next
 week. I found that in the 2.6.12-gentoo-r9 kernel
 there a kernel
 config option called
 
 'AMD Opteron/Athlon64 on-CPU GART support'
 
 I suspect that this will address many of the issues
 you're seeing.
 I've talked with another Athlon64 user who says it's
 working fine for
 him.
 
 HTH,
 Mark

Ah! But I'm running a Sempron3100(32bit) CPU.
I purchased this board because, so I've been told,
it's upgradeable to a 64bit without much fuss.

-mw
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] attempt at using new nvidia drivers

2005-08-26 Thread maxim wexler
Hi everybody,

When I ran the program from

http://www.nvidia.com/object/linux_nforce_1.0-0306.html

a ncurses-type window opens and offers two
pre-selected choices: install the audio drivers,
install the network drivers. I require neither but
can't de-select them. Can toggle from one to other but
that's it. Other than [OK] beneath the choices(?) and
the title there's nothing else
to be seen.

What now?

-maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-26 Thread maxim wexler

 You'll get there. Search out the real name of the
 AMD agp-gart driver
 if you haven't already.

Under dev drvrs-ATA support-AMD and nVidia IDE
support * Click help to find it's called
CONFIG_BLK_DEV_AMD74XX.

I wanted to compile it in so DMA would come alive at
boot. I must have done something right because not
only did DMA start but the console began to report
that it had found the nForce3-250 chipset:

[   30.825814] NFORCE3-250: IDE controller at PCI slot
:00:08.0
[   30.825841] NFORCE3-250: chipset revision 162
[   30.825856] NFORCE3-250: not 100% native mode: will
probe irqs later
[   30.825874] NFORCE3-250: BIOS didn't set cable bits
correctly. Enabling worka
round.
[   30.825901] NFORCE3-250: :00:08.0 (rev a2)
UDMA133 controller
[   30.825921] ide0: BM-DMA at 0xffa0-0xffa7, BIOS
settings: hda:DMA, hdb:DM
A
[   30.825958] ide1: BM-DMA at 0xffa8-0xffaf, BIOS
settings: hdc:DMA, hdd:DM
A
[   30.825994] Probing IDE interface ide0...
:

As far as agp goes

CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
CONFIG_AGP_NVIDIA=m
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set

did a search of my config and these are the only
instances of the string, agp.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-25 Thread maxim wexler


--- Ryan Sims [EMAIL PROTECTED] wrote:

 On 8/23/05, Mark Knecht [EMAIL PROTECTED]
 wrote:
  Hi Maxim,
 An AGP support issue probably. Which kernel are
 you using?
 
 I found that running with a 2.6.12 kernel gave me
 this error;
 downgrading to 2.6.11 fixed it.  here's a relevant
 forum topic:

Actually, I *was* using 2.6.11. Now I've compiled the
2.6.12 and re-emerged ati-drivers-8.12.10(Why so
out-dated, I just did a -uD world a few days ago?). It
seems to work OK but it fails to produce fglrx.ko. 

A look at the log reaveals all sorts of errors:

 * Switching to ati OpenGL interface ...
 Regenerating /etc/ld.so.cache...
  [ ok ]

 * To switch to ATI OpenGL, run
opengl-update ati
 * To change your XF86Config you can use
the bundled fglrxconfig

 * ***
 * If you are experiencing problems with
memory allocation try to add
 * this line to in your X11 configuration
file:
 *  Option KernelModuleParm 
agplock=0 
 * That should solve the hangups you could
have with Neverwinter Nights
 * ***
 * Determining the location of the kernel
source code
 * Found kernel source directory:
 * /usr/src/linux
 * Found sources for kernel version:
 * 2.6.12-gentoo-r6
 * Checking for MTRR support enabled ...
  [ ok ]
 * Checking for AGP support enabled ...
  [ ok ]
 * Checking for DRM support disabled ...
  [ ok ]
 * X11 implementation is xorg-x11.
 Unpacking source...
 Unpacking fglrx_6_8_0-8.12.10-1.i386.rpm
 * Applying fglrx-2.6-pagetable.patch ...
  [ ok ]
 * Applying 8.8.25-via-amd64.patch ...
  [ ok ]
 * Applying 8.8.25-smp.patch ...
  [ ok ]
 Source unpacked.
 * Building the DRM module...
make: Entering directory
`/usr/src/linux-2.6.12-gentoo-r6'
  CC [M] 
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agp3.o
  CC [M] 
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/nvidia-agp.o
  CC [M] 
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.o
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:
In function `agp_find_supported_device':
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7150:
error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7170:
error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7175:
error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7201:
error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7221:
error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7241:
error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7246:
error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:6542:
warning: unused variable `cap_ptr'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:
At top level:
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:6523:
warning: `agp_check_supported_device' defined but not
used
make[1]: ***
[/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.o]
Error 1
make: ***
[_module_/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod]
Error 2
make: Leaving directory
`/usr/src/linux-2.6.12-gentoo-r6'
 * DRM module not built
 Test phase [not enabled]:
media-video/ati-drivers-8.12.10

 Install ati-drivers-8.12.10 into
/var/tmp/portage/ati-drivers-8.12.10/image/ category
media-video
install: cannot stat
`/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/fglrx.ko':
No such file or directory
man:
making executable: /usr/lib/libfglrx_gamma.so.1.0
 Completed installing ati-drivers-8.12.10 into
/var/tmp/portage/ati-drivers-8.12.10/image/


 

http://forums.gentoo.org/viewtopic-t-353295-highlight-xf86enomem.html
 
 Seems that the problem might be resolved with latest
 ati-drivers*  and
 latest gentoo-sources, YMMV, I haven't had the
 chance to play with it
 much lately.

But what's the best way to proceed? emerge seems happy
with the older(?) drivers. Shouldn't it be 

Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-25 Thread maxim wexler

Another thing,

http://forums.gentoo.org/viewtopic-t-353295-highlight-xf86enomem.html

all seem to be complaining about DRM failure but
according to the gentoo-radeon-faq:

* Device drivers - Character Devices - Direct
Rendering Manager (XFree86 4.1.0 and higher DRI
support): DISABLED
  This option is not required, and will almost
certainly prevent the driver from working if enabled. 

So in my config it's not set. Is the faq wrong?

-mw




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-25 Thread maxim wexler


--- Holly Bostick [EMAIL PROTECTED] wrote:

 OK, now I have some time to look at this in detail:
 
 maxim wexler schreef:
  
  --- Ryan Sims [EMAIL PROTECTED] wrote:
  
  
 On 8/23/05, Mark Knecht [EMAIL PROTECTED]
 wrote:
 
 Hi Maxim,
An AGP support issue probably. Which kernel
 are
 
 you using?
 
 Mark, I think you're right:
 
 
 I found that running with a 2.6.12 kernel gave me
 this error;
 downgrading to 2.6.11 fixed it.  here's a relevant
 forum topic:
  
  
  Actually, I *was* using 2.6.11. Now I've compiled
 the
  2.6.12 and re-emerged ati-drivers-8.12.10(Why so
  out-dated, I just did a -uD world a few days
 ago?). It
  seems to work OK but it fails to produce fglrx.ko.
 
  
   Checking for MTRR support enabled ...
  (we really don't need the color codes, so I'm
 deleting them)
   Checking for AGP support enabled ...
  
  Checking for DRM support disabled ...
  
  X11 implementation is xorg-x11.
 
 OK, so this is what I was saying in my other mail;
 the install script
 checks for certain kernel options to be enabled or
 disabled. The three
 options, as you can now see, are
 
 MTRR support must be enabled
 
 AGP support (/dev/agpgart) must be enabled (can be a
 module)
 
 DRM must be disabled
 
 So we got that far, then we get to this:
 
 Source unpacked.
  
   Building the DRM module...
  make: Entering directory
  `/usr/src/linux-2.6.12-gentoo-r6'
CC [M] 
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agp3.o
CC [M] 
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/nvidia-agp.o
CC [M] 
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.o
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:
  In function `agp_find_supported_device':
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7150:
  error: structure has no member named `slot_name'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7170:
  error: structure has no member named `slot_name'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7175:
  error: structure has no member named `slot_name'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7201:
  error: structure has no member named `slot_name'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7221:
  error: structure has no member named `slot_name'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7241:
  error: structure has no member named `slot_name'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7246:
  error: structure has no member named `slot_name'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:6542:
  warning: unused variable `cap_ptr'
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:
  At top level:
 

/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:6523:
  warning: `agp_check_supported_device' defined but
 not
  used
  make[1]: ***
 

[/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.o]
  Error 1
  make: ***
 

[_module_/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod]
  Error 2
  make: Leaving directory
  `/usr/src/linux-2.6.12-gentoo-r6'
   DRM module not built
 
 Now, I would first think the most likely cause of
 this error is that the
 drivers don't support 2.6.12, and that could
 possibly well be involved.
 
 But the error is totally in agpgart, and I suspect
 that it is due to an
 incomplete kernel configuration.
 
 What motherboard do you have?

Asus K8N-E Deluxe skt 754 w/nVidia chipset

 
 You see, agpgart often doesn't exist on its own in
 the kernel. Many
 motherboard chipsets 'speak their own language' as
 it were, and while
 the kernel can speak to them, it needs to be told
 'who' it is speaking
 to so that it knows how to be understood by the
 motherboard.
 
 So if I enable /dev/agpgart in my kernel (as I
 must), I also have to
 enable one of the options that becomes available
 when I enable
 /dev/agpgart-- the kernel will not be able to
 communicate with my VIA
 KT266 chipset motherboard, if I do not also enable
 the VIA chipset
 support option, which will compile the via-agp
 module.
 
 And if the kernel can't talk to my motherboard, the
 ati-driver can't
 talk to the kernel and ask it what kind of card is
 connected to that AGP
 slot (because the kernel doesn't know, because it
 can't communicate with
 the motherboard).
 
 In fact, I can't use the internal agpgart compiled
 by the fglrx drivers
 (I have to set UseInternalAGPGART to 'no' in my

done it both ways

 xorg.conf), because the
 kernel needs its own module to talk to my mobo's AGP
 slot (and if the
 kernel can't talk to the AGP slot, then the drivers

Re: [gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-25 Thread maxim wexler
 Perhaps you didn't select it (a lot of people make
 that 
=== message truncated ===

sorry for posting twice I had to go re-read the
truncated part.

#eix ati-drivers
Can't open database for file /var/cache/eix.

that's because there ain't none.

ditto /etc/portage/package.mask.

something else I noticed. What's going on here? It's
got the newer ebuild.

[EMAIL PROTECTED] ~ $ ls -l
/usr/portage/media-video/ati-drivers
total 101
-rw-r--r--  1 root root 17846 Aug  4 09:37 ChangeLog
-rw-r--r--  1 root root  2786 Aug  4 09:37 Manifest
-rw-r--r--  1 root root  5968 Apr  8 01:05
ati-drivers-8.10.19.ebuild
-rw-r--r--  1 root root  6746 May  7 19:05
ati-drivers-8.12.10.ebuild
-rw-r--r--  1 root root  6800 May 21 20:22
ati-drivers-8.13.3.ebuild
-rw-r--r--  1 root root  6916 Jun 25 09:19
ati-drivers-8.13.4.ebuild
-rw-r--r--  1 root root  6529 Jun 25 09:05
ati-drivers-8.14.13-r1.ebuild
-rw-r--r--  1 root root  6606 Jul 29 12:05
ati-drivers-8.14.13-r2.ebuild
-rw-r--r--  1 root root  7610 Aug  3 23:04
ati-drivers-8.14.13-r3.ebuild
-rw-r--r--  1 root root  6800 Jun 25 09:05
ati-drivers-8.14.13.ebuild
-rw-r--r--  1 root root  5753 Apr 18 07:05
ati-drivers-8.8.25-r3.ebuild
drwxr-xr-x  2 root root  1280 Aug  4 09:37 files
-rw-r--r--  1 root root   227 Apr 25 06:05
metadata.xml

-mw




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ati -- dreaded xf86-ENOMEM error

2005-08-23 Thread maxim wexler
Hello everybody,

Been chewing on this for weeks.

So far have run opengl-update ati, added Option
Kernel ModuleParm agplock=0 to xorg.conf,
re-emerged ati-drivers, used both yes and no in
xorg.conf re using internal drivers, juggled fglrx,
agpgart, nvidia-agp in different order, configured
kernel according to ati-FAQ.

Here's the tail of startx and dmesg. 

$startx

(EE) fglrx(0): [agp] unable to acquire AGP, error
xf86_ENOMEM
(EE) fglrx(0): cannot init AGP
Could not init font path element
/usr/share/fonts/local/, removing from list!

$dmesg

Linux agpgart interface v0.100 (c) Dave Jones
[fglrx] Maximum main memory to use for locked dma
buffers: 431 MBytes.
ACPI: PCI interrupt :01:00.0[A] - GSI 11 (level,
low) - IRQ 11
[fglrx] module loaded - fglrx 8.12.10 [Apr  4 2005] on
minor 0
[fglrx] Maximum main memory to use for locked dma
buffers: 431 MBytes.
[fglrx] AGP detected, AgpState   = 0x
(hardware caps of chipset)
[fglrx:firegl_unlock] *ERROR* Process 18737 using
kernel context 0








Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] somebody said Headphones?

2005-08-21 Thread maxim wexler


--- Nick Rout [EMAIL PROTECTED] wrote:
 unmuting master is always needed if you want any
 sound to come out!

Makes sense but it worked before update world with
only PCM unmuted.

 
 
 On Sat, 20 Aug 2005 18:09:19 -0700 (PDT)
 maxim wexler wrote:
 
  Hello everybody,
  
  On account of my silent sound card Willie left a
 msg
  to unmute 'Headphones'.
  
  I'm wondering: is that hdware or software specific
  because I have no such option and I'm assuming
 this is
  the latest version having just updated everything.
  
  BTW when I unmuted 'Master' the problem went away
 :)
  
  -mw
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around 
  http://mail.yahoo.com 
  -- 
  [EMAIL PROTECTED] mailing list
 
 -- 
 Nick Rout [EMAIL PROTECTED]
 
 -- 
 [EMAIL PROTECTED] mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] where to put mknod?

2005-08-21 Thread maxim wexler
Hello everyone,

Another post-emerge -u world wrinkle: before I can
/usr/sbin/pon must now

mknod /dev/ppp c 108 0.

Where does one put this command? I didn't see any
likely candidates in /etc/conf.d, /etc/init.d.

-mw




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where to put mknod?

2005-08-21 Thread maxim wexler


--- Ciaran McCreesh [EMAIL PROTECTED] wrote:

 On Sun, 21 Aug 2005 07:39:05 -0700 (PDT) maxim
 wexler
 [EMAIL PROTECTED] wrote:
 | Another post-emerge -u world wrinkle: before I can
 | /usr/sbin/pon must now
 | 
 | mknod /dev/ppp c 108 0.
 | 
 | Where does one put this command? I didn't see any
 | likely candidates in /etc/conf.d, /etc/init.d.
 
 Don't do that. Instead, fix your udev rules.

I did(put it in local.start) and it works fine! Please
esplain.

 
 -- 
 Ciaran McCreesh : Gentoo Developer (Vim, Shell
 tools, Fluxbox, Cron)
 Mail: ciaranm at gentoo.org
 Web : http://dev.gentoo.org/~ciaranm
 
 





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] somebody said Headphones?

2005-08-20 Thread maxim wexler
Hello everybody,

On account of my silent sound card Willie left a msg
to unmute 'Headphones'.

I'm wondering: is that hdware or software specific
because I have no such option and I'm assuming this is
the latest version having just updated everything.

BTW when I unmuted 'Master' the problem went away :)

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] after emerge -Du world - - no sound no errors

2005-08-19 Thread maxim wexler


--- Holly Bostick [EMAIL PROTECTED] wrote:

 maxim wexler schreef:
  Hello everyone,
  
  Sound files played fine prior to the update.
  
  When unit boots speakers thump at Loading:
  snd-seq-oss...as before.
  
  [EMAIL PROTECTED] ~ $ lsmod
  Module  Size  Used by
  fglrx 238332  0 
  agpgart33320  1 fglrx
  ppp_deflate 6272  0 
  zlib_deflate   22680  1 ppp_deflate
  zlib_inflate   18304  1 ppp_deflate
  ppp_async  11392  1 
  crc_ccitt   2176  1 ppp_async
  ppp_generic23828  6
 ppp_deflate,ppp_async
  slhc7680  1 ppp_generic
  snd_pcm_oss58784  0 
  snd_mixer_oss  19584  1 snd_pcm_oss
  snd_seq_oss33024  0 
  snd_seq_midi_event  7424  1 snd_seq_oss
  snd_seq54416  4
  snd_seq_oss,snd_seq_midi_event
  snd_seq_device  8844  2
 snd_seq_oss,snd_seq
  uhci_hcd   31244  0 
  rtc 8212  0 
  ohci1394   32900  0 
  ieee1394  103220  1 ohci1394
  snd_intel8x0   31040  0 
  snd_ac97_codec 69760  1 snd_intel8x0
  snd_pcm93320  3
  snd_pcm_oss,snd_intel8x0,snd_ac97_codec
  snd_timer  24836  2 snd_seq,snd_pcm
  snd56452  10
  snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq_m
 

idi_event,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
  soundcore   9184  1 snd
  snd_page_alloc 10372  2
 snd_intel8x0,snd_pcm
  ohci_hcd   29448  0 
  ntfs  207668  1 
  displays
  
  Sound files play but without sound and without
 any
  sort of error. Nothing in dmesg, messages amiss.
  alsasound(newly created in /etc/init.d) is listed
 in 
  /etc/runlevels/boot and properly linked.
  
  Only hint that something is wrong: boot console
 fails
  to display mixer settings as before.
  
  Yes, my username *is* in the audio group.
  
  Must be something simple, but what?
  
  
  
 
 Idea #1: Put alsasound in default, rather than boot
 runlevel. There is
 no use for sound in the boot runlevel, and having it
 there often causes
 (weird, inexplicable) problems.

Doesn't work. madplay gives the error

Audio: esd_open_sound() failed

but the other players xmms, ogg123, mpg123 churn away
as if nothing was wrong

 
 Idea #2: might something have gone wonky with your
 mixer settings?
 

[EMAIL PROTECTED] ~ $ amixer
[...]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 25 [81%] [on]
  Front Right: Playback 25 [81%] [on]
Simple mixer control 'Surround',0
[...]
everythings else is off

 HTH,
 Holly
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge woes

2005-08-19 Thread maxim wexler
Just fixed a similar problem. The answer(for me) was
in the config.log. It wasn't flagged as an error just
a line saying /usr/local/include not a dir. At which
point output simply stopped without a whimper. Sure
enough 'include' was a file containing an include file
with a different name--there never was a
/usr/local/include dir. Once that was sorted all was
serene :) 

--- Nick Smith [EMAIL PROTECTED] wrote:

 haven't updated my box in a while and when I tried
 this afternoon and I get this error and cant seem to
 get past it. any ideas? actually im getting several
 emerge errors across a couple boxes, this is just
 one of them, different files, but I hope they are
 somehow related and the answer to this will fix the
 others.
  
 thanks for any and all help.
  
 tuxbox htdocs # emerge -uD world
 Calculating world dependencies ...done!
  emerge (1 of 257) sys-devel/m4-1.4.3 to /
  Downloading

http://gentoo.seren.com/gentoo/distfiles/m4-1.4.3.tar.bz2
 --14:47:32-- 

http://gentoo.seren.com/gentoo/distfiles/m4-1.4.3.tar.bz2
=
 `/usr/portage/distfiles/m4-1.4.3.tar.bz2'
 Resolving gentoo.seren.com... 65.245.115.11
 Connecting to gentoo.seren.com[65.245.115.11]:80...
 connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 305,598 [application/x-tar]

100%[==]
 305,598   13.81K/sETA 00:00
 14:48:17 (8.08 KB/s) -
 `/usr/portage/distfiles/m4-1.4.3.tar.bz2' saved
 [305598/305598]
  md5 files   ;-) m4-1.4.2-r1.ebuild
  md5 files   ;-) m4-1.4.1.ebuild
  md5 files   ;-) m4-1.4.3.ebuild
  md5 files   ;-) ChangeLog
  md5 files   ;-) metadata.xml
  md5 files   ;-) files/digest-m4-1.4.2-r1
  md5 files   ;-) files/m4-1.4.3-autotools.patch
  md5 files   ;-) files/digest-m4-1.4.1
  md5 files   ;-) files/digest-m4-1.4.3
  md5 files   ;-) files/m4-1.4.3-pointer.patch
  md5 src_uri ;-) m4-1.4.3.tar.bz2
  Unpacking source...
  Unpacking m4-1.4.3.tar.bz2 to
 /var/tmp/portage/m4-1.4.3/work
  * Applying m4-1.4.3-autotools.patch ...
 
 
  [ ok ]
  * Applying m4-1.4.3-pointer.patch ...  
 
 
  [ ok ]
  Source unpacked.
 ./configure --prefix=/usr --host=i686-pc-linux-gnu
 --mandir=/usr/share/man --infodir=/usr/share/info
 --datadir=/usr/share --sysconfdir=/etc
 --localstatedir=/var/lib --enable-nls
 --enable-changeword
 configure: WARNING: If you wanted to set the --build
 type, don't use --host.
 If a cross compiler is detected then cross
 compile mode will be used.
 checking for gawk... gawk
 checking for i686-pc-linux-gnu-gcc...
 i686-pc-linux-gnu-gcc
 checking for C compiler default output file name...
 configure: error: C compiler cannot create
 executables
 See `config.log' for more details.
 !!! Please attach the config.log to your bug report:
 !!!
 /var/tmp/portage/m4-1.4.3/work/m4-1.4.3/config.log
 !!! ERROR: sys-devel/m4-1.4.3 failed.
 !!! Function econf, Line 485, Exitcode 0
 !!! econf failed
 !!! If you need support, post the topmost build
 error, NOT this status message.
 
 




__ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] after emerge -Du world - - no sound no errors

2005-08-18 Thread maxim wexler
Hello everyone,

Sound files played fine prior to the update.

When unit boots speakers thump at Loading:
snd-seq-oss...as before.

[EMAIL PROTECTED] ~ $ lsmod
Module  Size  Used by
fglrx 238332  0 
agpgart33320  1 fglrx
ppp_deflate 6272  0 
zlib_deflate   22680  1 ppp_deflate
zlib_inflate   18304  1 ppp_deflate
ppp_async  11392  1 
crc_ccitt   2176  1 ppp_async
ppp_generic23828  6 ppp_deflate,ppp_async
slhc7680  1 ppp_generic
snd_pcm_oss58784  0 
snd_mixer_oss  19584  1 snd_pcm_oss
snd_seq_oss33024  0 
snd_seq_midi_event  7424  1 snd_seq_oss
snd_seq54416  4
snd_seq_oss,snd_seq_midi_event
snd_seq_device  8844  2 snd_seq_oss,snd_seq
uhci_hcd   31244  0 
rtc 8212  0 
ohci1394   32900  0 
ieee1394  103220  1 ohci1394
snd_intel8x0   31040  0 
snd_ac97_codec 69760  1 snd_intel8x0
snd_pcm93320  3
snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer  24836  2 snd_seq,snd_pcm
snd56452  10
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq_m
idi_event,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore   9184  1 snd
snd_page_alloc 10372  2 snd_intel8x0,snd_pcm
ohci_hcd   29448  0 
ntfs  207668  1 
displays

Sound files play but without sound and without any
sort of error. Nothing in dmesg, messages amiss.
alsasound(newly created in /etc/init.d) is listed in 
/etc/runlevels/boot and properly linked.

Only hint that something is wrong: boot console fails
to display mixer settings as before.

Yes, my username *is* in the audio group.

Must be something simple, but what?




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] external modem identificaton

2005-08-16 Thread maxim wexler
setserial?

--- Joseph [EMAIL PROTECTED] wrote:

 How to identify external modem?
 I think it is by running command:
 ATI4 
 
 Though, how do I connect to a modem from a command
 line to get a
 response to ATI4?
  
 -- 
 #Joseph
 -- 
 gentoo-user@gentoo.org mailing list
 
 





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] update portage vs update system

2005-08-15 Thread maxim wexler
Hello everybody,

At the end of a successful emerge --sync I was advised
to update portage. It didn't say but I assumed it
meant emerge update portage, which is what I did --
so far so good. But the manual only gives update
system or world, no portage.

Is emerge update portage the same thing as emerge
update system? The stuff it's updating seem like
system stuff: gcc, binutils, glib etc.

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge -u world fails -- broke compiler?

2005-08-14 Thread maxim wexler
Hello everybody,

This is another C compiler cannot create executables
error :( There's a lot of stuff in the archive about
it but nothing I've seen so far seems to suit my case.

I ran emerge --sync successfully and then tried -uv
world; it failed trying to compile sed-4.1.4

Sure enough, compiling Hello_World.c, did not produce
the .o file

Anyways, here's the /var/tmp/portage/../config.log:

This file contains any messages produced by compilers
while
running configure, to aid debugging if configure makes
a mistake.

It was created by sed configure 4.1.4, which was
generated by GNU Autoconf 2.59.  Invocation command
line was

  $ ./configure --prefix=/usr --host=i686-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info
--datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --enable-nls

## - ##
## Platform. ##
## - ##

hostname = dayglo
uname -m = i686
uname -r = 2.6.11-gentoo-r3
uname -s = Linux
uname -v = #3 Wed Aug 3 11:42:53 Local time zone must
be set--see zic manua

/usr/bin/uname -p = AMD Sempron(tm) Processor 3100+
/bin/uname -X = unknown

/bin/arch  = i686
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /opt/bin
PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3.5
PATH: /opt/ati/bin
PATH: /usr/qt/3/bin
PATH: /usr/kde/3.4/sbin
PATH: /usr/kde/3.4/bin


## --- ##
## Core tests. ##
## --- ##

configure:1376: checking for a BSD-compatible install
configure:1431: result: /bin/install -c
configure:1442: checking whether build environment is
sane
configure:1485: result: yes
configure:1550: checking for gawk
configure:1566: found /bin/gawk
configure:1576: result: gawk
configure:1586: checking whether make sets $(MAKE)
configure:1606: result: yes
configure:1682: checking for i686-pc-linux-gnu-strip
configure:1711: result: no
configure:1720: checking for strip
configure:1736: found /usr/bin/strip
configure:1747: result: strip
configure:1791: checking for i686-pc-linux-gnu-gcc
configure:1807: found /usr/bin/i686-pc-linux-gnu-gcc
configure:1817: result: i686-pc-linux-gnu-gcc
configure:2099: checking for C compiler version
configure:2102: i686-pc-linux-gnu-gcc --version
/dev/null 5
i686-pc-linux-gnu-gcc (GCC) 3.3.5  (Gentoo Linux
3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.

configure:2105: $? = 0
configure:2107: i686-pc-linux-gnu-gcc -v /dev/null
5
Reading specs from
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/specs
Configured with:
/var/tmp/portage/gcc-3.3.5-r1/work/gcc-3.3.5/configure
--enable-version-specific-runtime-libs --prefix=/usr
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5/info
--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include/g++-v3
--host=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext
--enable-__cxa_atexit --enable-clocale=gnu
--with-system-zlib --disable-checking --disable-werror
--disable-libunwind-exceptions --enable-shared
--enable-threads=posix --disable-multilib
--disable-libgcj --enable-languages=c,c++
Thread model: posix
gcc version 3.3.5  (Gentoo Linux 3.3.5-r1,
ssp-3.3.2-3, pie-8.7.7.1)
configure:2110: $? = 0
configure:2112: i686-pc-linux-gnu-gcc -V /dev/null
5
i686-pc-linux-gnu-gcc: `-V' option must have argument
configure:2115: $? = 1
configure:2138: checking for C compiler default output
file name
configure:2141: i686-pc-linux-gnu-gcc -O2 -march=i686
-fomit-frame-pointer   conftest.c  5
cc1: /usr/local/include: Not a directory
configure:2144: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME sed
| #define PACKAGE_TARNAME sed
| #define PACKAGE_VERSION 4.1.4
| #define PACKAGE_STRING sed 4.1.4
| #define PACKAGE_BUGREPORT [EMAIL PROTECTED]
| #define PACKAGE sed
| #define VERSION 4.1.4
| #define SED_FEATURE_VERSION 4.1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2183: error: C compiler cannot create
executables
See `config.log' for more details.

##  ##
## Cache variables. ##
##  ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -march=i686
-fomit-frame-pointer'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=

[gentoo-user] 2005.1 min-install weirdness

2005-08-13 Thread maxim wexler
Hello everybody,

After booting the 2005.1-min-install CD I browsed the
contents for awhile and thought I'd  try to setup
dial-up by copying over the appropriate files from
/etc/ppp/ on another drive. So I mounted that drive
then, I'm not sure if it was immediately after that or
what, all my commands started returning no such file,
no such command errors. ctraltdel came back with
can't init /usr/sbin/shutdown, something like that. I
had to reset the box to get out.

Any body got an idea what's going on here?

-mw




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] GRUB won't boot my new Gentoo install

2005-08-05 Thread maxim wexler
 Booting the old SuSE installation works without
 problems but Gentoo does not.
 Any suggestions on what could be wrong?

Have you tried grub's map command? $info grub has
detailed instructions.

 
 Regards,
 -- 
 Dan Johansson, http://www.dmj.nu
 ***
 This message is printed on 100% recycled electrons!
 ***
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't unload modules

2005-08-03 Thread maxim wexler

  then ran make modules_install. Did I forget
 something?
 
 yes you forgot to make the kernel and forgot to
 install the kernel and
 reboot.

Didn't forget. Those are obvious steps and not worth mentioning.




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't unload modules - MY BAD

2005-08-03 Thread maxim wexler


--- Holly Bostick [EMAIL PROTECTED] wrote:

 maxim wexler schreef:
 then ran make modules_install. Did I forget
 
 something?
 
 yes you forgot to make the kernel and forgot to
 install the kernel and
 reboot.

crow_eaten You are right. I had neglected that thing
called 'make'. /crow_eaten

 Everything is worth mentioning when something goes
 wrong. Sometimes the
 problem with your cable TV reception really *is*
 that the power is
 unplugged, after all.

No wonder it was so fast!




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] can't unload modules

2005-08-02 Thread maxim wexler
Hello everyone,

The ATI FAQ recommends compiling module unloading into
the kernel, which I did.

Then I tried modprobing the various requisite modules
to see what would work, fglrx, radeon, nvidia-agp etc.

But I found I couldn't rmmod anything; got FATAL,
Module unloading unavailable(something like that).

Does that advanced feature under module unloading need
to be checked as well? I thought I'd check with the
list about it. FAQ doesn't say. 

-mw


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't unload modules

2005-08-02 Thread maxim wexler


--- Michael Crute [EMAIL PROTECTED] wrote:

 Try using 'modprobe -rnv module' and see what
 errors you get. 
 

dayglo root # modprobe-rnv fglrx
rmmod /lib/modules/2.6.11-gentoo-r3/video/fglrx.ko
rmmod
/lib/modules/2.6.11-gentoo-r3/kernel/drivers/char/agp/agpgart.ko

dayglo root # modprobe fglrx

dayglo root # modprobe -rv fglrx
rmmod /lib/modules/2.6.11-gentoo-r3/video/fglrx.ko
FATAL: Error removing fglrx
(/lib/modules/2.6.11-gentoo-r3/video/fglrx.ko): Kernel
does not have module unloading support

none the wiser :/






Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't unload modules

2005-08-02 Thread maxim wexler
 Module unloading support is optional.  You want to
 enable it in your kernel config.
 

See the start of this thread. It *is* enabled

 Zac
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't unload modules

2005-08-02 Thread maxim wexler


--- Michael Crute [EMAIL PROTECTED] wrote:

 It would appear that it is not. Double check with my
 cat grep command and 
 perhaps recompile your kernel. 
 
bash-2.05b$ cat /usr/src/linux/.config | grep
CONFIG_MODULE_UNLOAD
CONFIG_MODULE_UNLOAD=y
bash-2.05b$ 

I knew it was there having just added it to the
.config yesterday after reading the ATI FAQ. Saved it,
then ran make modules_install. Did I forget something?


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't unload modules

2005-08-02 Thread maxim wexler


--- Bryan Whitehead [EMAIL PROTECTED] wrote:

 Sounds like a forgotten make mrproper or make
 clean before a full 
 build?

Aren't they for 2.4.x kernels? I'm using a 2.6.11.



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ffox compile fail-FIXED

2005-08-01 Thread maxim wexler


--- Willie Wong [EMAIL PROTECTED] wrote:

 run 
   fix_libtool_files.sh 3.3.5

didn't work but

fix_libtool_files.sh 3.3.5 --oldarch i386-pc-linux-gnu


did. Thanks for the lead Willy!



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XML-Parser missing -- is it bad perl? IT WAS

2005-07-31 Thread maxim wexler
 That's one way. Perl-cleaner can also be found in
 /usr/portage/dev-lang/perl/files.

#perl-cleaner allmodules

did the deed. Thanks Holly. BTW, where are these
modules and how do they differ from the ones residing
under /lib/modules?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ffox compile fail

2005-07-31 Thread maxim wexler
Hello everyone,

for an emerge of mozilla-firefox after 12 of 14 this:

[...]
ar cru .libs/libdns-sd.a  dns-sd-method.o
ranlib .libs/libdns-sd.a
grep:
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la:
No such file or directory
/bin/sed: can't read
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la:
No such file or directory
libtool: link:
`/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la'
is not a
valid libtool archive
make[2]: *** [libfile.la] Error 1
make[2]: *** Waiting for unfinished jobs
creating libdns-sd.la
(cd .libs  rm -f libdns-sd.la  ln -s
../libdns-sd.la libdns-sd.la)
make[2]: Leaving directory
`/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1'
make: *** [all] Error 2

!!! ERROR: gnome-base/gnome-vfs-2.10.1-r1 failed.
!!! Function gnome2_src_compile, Line 37, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error,
NOT this status message.

What now?!

-mw



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] XML-Parser missing -- is it bad perl?

2005-07-30 Thread maxim wexler
Hello everyone,

Seems like trying to emerge firefox, xmms, others?
leads to

XML::Parser
configure:1711: error: XML::Parser perl module is
required for intltool

Some say re-emerge XML-Parser. Nope.

Some say eliminate it. Nope.

Another says emerge libxml-perl. Another says rebuild
perl.

While I'm off attempting the former will someone
please explain how to do the latter?

-mw


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] another emerge mozilla-firefox error

2005-07-29 Thread maxim wexler
Hello everyone,

#emerge mozilla-firefox barfs at intltool. Here's the
appropriate part of the log:

checking for perl
configure:1676: found /usr/bin/perl
configure:1688: result: /usr/bin/perl
configure:1705: checking for XML::Parser
configure:1711: error: XML::Parser perl module is
required for intltool

Advice in the archive suggests (re)emerge XML-Parser
which I did to no affect.

Any suggestions?

FWIW, am running gentoo v2005.0 from the
Universal-install-x86 CD.

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] He's baaaaaack!--SOLVED

2005-07-26 Thread maxim wexler
 a fixboot from the recovery mode of the WinXP CD
 will be necessary.  
 This should not overwrite the MBR, only the boot
 loader that is at the 
 beginning of the windows partition.

The problem was two-fold:

1. WinXP boot sector was bad(my best guess).

2. Recovery Console suffered from obscure bug that
prevented the use of admin password -- even though the
correct password was used. To top it off, Macro$haft
expects its drones to _pay_ for the patch to fix
_their_own_ mistake!

I just re-installed XP-Pro, this time the one w/ the
integrated SP1 which fixes the bug.

Then I edited grub to map the drive up a notch and now
everything knocking on wood is cool!

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] He's baaaaaack!

2005-07-25 Thread maxim wexler


--- Martins Steinbergs [EMAIL PROTECTED] wrote:

 log to linux, erase partition table, get those heads
 corect, write new 
 partition table -- reboot, LBA is on and win is

What does this mean? LBA was off before and now it's
on? Where? In the POST? dmesg? In the BIOS? fdisk? dos
or unix?

Also note: as I've said elsewhere, even when the big
drive(/dev/hdb) is installed alone as master WinXP is
accessible, otherwise how could boot.ini open? But
both available options, WinXP or Recovery Console(by
which I had hoped to use fixboot etc.) lead to system
hangs.

The method you propose seems rather drastic. I'd like
to be sure before proceeding



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] bash_history missing

2005-07-25 Thread maxim wexler
 So if you do ls -l .bash* in your home directory,
 what's the output?

[EMAIL PROTECTED] blissfix $ ls -l .bash*
-rw-r--r--  1 blissfix users   0 Jul  6 14:59
.bash_history
-rw-r--r--  1 blissfix users 232 Jul  2 21:12
.bash_profile
-rw-r--r--  1 blissfix users 812 Jul  2 21:12 .bashrc

Note: this .bash_history was manually created w/ nano,
whereas some hidden process created the one in root.
And if I delete the home version another doesn't pop
up on its own.

BTW, the root version of .bash_history is chockful of
retrospective goodness :). Also, each home console
session preserves a record somewhere; the up arrow can
access those. Even if I logout in and out they're
still there. It's just when rebooting the unit they
disappear. Where are they kept, I wonder.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



<    3   4   5   6   7   8   9   >