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

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

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

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.

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

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

[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

[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

[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

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

[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

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

[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

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

[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

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

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

[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

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

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

[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?

[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 [

[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

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

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

[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

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

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

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

[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

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

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

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,

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

[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

[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

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

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

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.

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

[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

[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

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

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:

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

[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

[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

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

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

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

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

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

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

[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

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

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

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

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

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

[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

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

[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

[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

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

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

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

[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

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

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

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

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

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

[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

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

[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

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

[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

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

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

[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

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

[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

[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,

[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

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

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

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

[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

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

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

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

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

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

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

[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

[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

[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

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

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

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:

<    3   4   5   6   7   8   9   >