no sound from audio cd
I cant get sound from audio cd using XMMS. If I enable the cdaudio input plugin I can see the tracks listed in the "load file" window when I select play-file,but no sound. When cdaudio is deselected and cdread is enabled and I select play-file, no tracks from cd are shown in the "load file" window to play. I have configured cdread > output tab for read digital cd audio. I seems like it should not matter if both cdaudio and cdread are enabled if the read digital cdaudio is checked. The option tab has dev: /dev/cdrom and dir: /cdrom which all work good for cdaudio plugin.I can play wav file on disk. using esd or oss. I can play cd audio when I boot macos9 so the hardware should be confirmed good.I have powerbook g3 pismo and use deb 3.0. I have tried kernels with dmasound-pmac as module and in kernel. When that didnt work I installed ydl 2.3 on a separate partition incase the libcdread.so on debian was bad with the same results. From my reading I figure that the cd drive passes audio digitally to a pci bus which is passed to cdread (input) module which passes audio to selected oss or esd (output) module ..Maybe I cannot see the tracks in the file load window because of the pci bus.?? I don't know how to check that. I cant think of anything to try different. It is my impression that audio from a cd will play. I have spent hours (actually days) working on this and dont know what next to try. If anyone having a powerbook g3 pismo has cd audio working, please respond.thanksAdd photos to your e-mail with MSN 8. Get 2 months FREE*.
Re: no sound from audio cd
Quoting gm c <[EMAIL PROTECTED]>: > I cant get sound from audio cd using XMMS. If I enable the cdaudio > input plugin I can see the tracks listed in the "load file" window when > I select play-file,but no sound. When > cdaudio is deselected and cdread is enabled and I select play-file, > no tracks from cd > are shown in the "load file" window to play. I have configured > cdread > output tab for > read digital cd audio. I seems like it should not matter if both > cdaudio and cdread are > enabled if the read digital cdaudio is checked. The option tab has > dev: /dev/cdrom and > dir: /cdrom which all work good for cdaudio plugin. I posted the above in Jun. Thanks to the people who responded. Especially joss. What I had been missing was scsi emulation in my kernel. No where had I read that cd audio would not work (on pismo) without scsi emulation. I will repeat. CDAUDIO WILL NOT WORK WITH IDE DRIVE (IDE-CD). IT WILL ONLY WORK WITH SCSI EMULATION (IDE-SCSI) KERNEL. At this writing the only player that will work ( use the digital output of the cd-dvd drive) is XMMS. XMMS has a plugin called xmms-cdread. Enabling xmms-cdread and configuring>output tab for "read digital output" and config>option tab for cd device path for scsi drive (example:/dev/sr0) is essential for cd audio. A fstab type mount path for device and directory is not nessary since xmms displays tracks in its play list. The sound output (of sound card) is a different issue. If one can play a wav file on ones hard drive with xmms then the output sound is configured correctly. mikeHelp STOP SPAM with the new MSN 8 and get 2 months FREE*
patching kernel question
I have a g3pb with deb 3.0. I downloaded kernel 2.4.20. Configured a pmac kernel. I downloaded patch 2.4.21. When patch p0 < patch-2.4.21 is finished my make file says it is 2.4.20. I dont have config.in.rej but I do have defconfig.rej. It list a couple of items with a + or - to the left but I dont know where to change y or n to get no *.rej file. i.e How to It to patch successfully.? I would also like to know how to go about changing some config items in a benh kernel to suit my needs.--something that is a module (m) I might want in (y) or some thing that is off (n) I might want as (m) can this be done??? _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
re:kernel patch problem
I figured out the answer to why I couldnt apply the patch to my kernel-- I had been trying to patch the file in /usr/src/linux-2.4.20 that I had made several ppc kernels from. What I did that worked was to backup the dir linux-2.4.20 to linux20-bak, then unzip the kernel package again at /usr/src and patch the new (virgin) dir /usr/src/linux-2.4.20 with patch-2.4.21. Then make a new kernel using the old config file in linux20-bak. gmc _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
pmud configure ?
before I change my pmud control for time to begin sleep (pmud -K -l 200 -m 15) I would like to be able to read what the values are first (what file do I read ) . I also dont understand where to read or set whether power savings is at minimum, medium, maximum. _ Help protect your PC: Get a free online virus scan at McAfee.com. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
?how to stop beeps at X startup
My pwerbook boots to gdm login. Immediatly before that screen the message says : #start gdm #do not start xdm #do not start kdm At this time the powerbook beeps three times. one high tone- one lower tone- one high tone. fairly quickly. I want to stop the beeps. I was trying to find the lines that start gdm [gnome-session](xdm,kdm) but I cant find them in xinitrc, /etc/X11/Xsession and I dont have any home .xsession file. Are the beeps related to X starting? How do stop the beeps or eliminate posibilities for them? _ Help protect your PC: Get a free online virus scan at McAfee.com. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
please explain to me
I have a g3 powerbook -firewire (pismo). I would appreciate someone explain to me how to find or determine the proper terms to use when associating a module to something the kernel will recognize. example: for my powerbooks ethernet hardware- how do I know that it should be : alias eth0 gmac or alias ethernet gmac The sound is the most confusing to me. Dmesg reports an Awacs/Screamer. I have seen in the mail list a dmasound_awacs but the only module in my kernel for powermac I find is a dmasound_pmac and dmasound_core. On the net I have seen how others have associated sound modules. example below: alias char-major-14 soundcore alias sound-slot-0 dmasound_pmac alias char-major-14-3 dmasound_pmac alias /dev/dsp dmasound_pmac alias sound-service-0-0 i2c-keywest alias char-major-14-0 i2c-keywest alias /dev/mixer i2c-keywest This is confusing to me: 1-- /dev/dsp is char-major-14-3 so why is it listed both ways?? 2--Why is it nessary to list char-major-14 and char-major-14-3??? 3--How is it that sound-slot-0 and char-major-14-3 are associated to the same module 4--How does one know that char-major-14 is associated to soundcore rather than dmasound_pmac or dmasound_core or something else? 5--How do I know that I need i2c-keywest? An answer to each question would not help me as much as information that would enable me to figure out the answers. mike _ High-speed Internet access as low as $29.95/month (depending on the local service providers in your area). Click here. https://broadband.msn.com
keycode question
I have a g3 powerbook-pismo. I read somewhere the codes 97 and 100 (I think) for fn+alt and fn+ctl which I prefer over 86 and 87- f11 and f12. I was wondering how 97 and 100 were determined sinse when I use the fn+ anything showkey does not print anything. Also -- what "environment variable" does one associate to a key to get cd to eject?? mike Do you Yahoo!? The New Yahoo! Shopping - with improved product search
re:please explain to me
On Wed, Oct 01, 2003 at 12:56:11PM -0700, gm c wrote: > example: for my powerbooks ethernet hardware- how do I know that it should > be : > alias eth0 gmac Use this, because the device name is eth0. Though I prefer to use discover, and just let it load the sungem driver at boot.---Is discover the same as modconf??? > alias ethernet gmac This will do nothing for you. > The sound is the most confusing to me. Dmesg reports an Awacs/Screamer. I > have seen in the mail list a dmasound_awacs but the only module in my > kernel for powermac I find is a dmasound_pmac and dmasound_core. On the net > I have seen how others have associated sound modules. > example below: The module name was dmasound_awacs, now it's dmasound_pmac, because there got to be support for a lot more chips than just the AWACS. dmasound_core provides some support routines for some other drivers that drive sound chips that work like the AWACS family. > alias char-major-14 soundcore > alias sound-slot-0 dmasound_pmac Don't bother with these. > alias char-major-14-3 dmasound_pmac Just this one. (Unless you're using devfs.) Though I recommend just loading dmasound_pmac at boot time by specifying the name in /etc/modules.---This is confusing to me,, I use usb which requires devfs but I usethe regular /dev/whatever... > alias /dev/dsp dmasound_pmac > alias sound-service-0-0 i2c-keywest > alias char-major-14-0 i2c-keywest > alias /dev/mixer i2c-keywest Skip these, you don't need them. > 1-- /dev/dsp is char-major-14-3 so why is it listed both ways?? Because the full device name is more applicable for devfs configurations, where the device node doesn't exist yet, until the driver itself loads. > 2--Why is it nessary to list char-major-14 and char-major-14-3??? You don't need to specify both. It's broken down to that degree to allow different drivers to be loaded for, say, the mixer, the PCM audio output, the sequencer device...--but I dont understand what driver associates with say, mixer, pcm audiooutput, sequencer, sound card ...How do I determine that?? > 3--How is it that sound-slot-0 and char-major-14-3 are associated to the > same module char-major-14-3 is generic, just determined by the major (and optional minor) device number, and sound-slot-0 is how soundcore tries to load (via kmod) the driver module. > 4--How does one know that char-major-14 is associated to soundcore rather > than dmasound_pmac or dmasound_core or something else? Because char major 14 is reserved for sound devices?Are not dmasound_pmac and dmasound_core both sound devices??? > 5--How do I know that I need i2c-keywest? For a Pismo, you don't. It's needed for PowerBook G4s and iBooks with DACA, Tumbler/Texas, and Snapper audio chips, where the mixer control is done via an I2C bus. -- Derrik Pates [EMAIL PROTECTED] [EMAIL PROTECTED] Do you Yahoo!? The New Yahoo! Shopping - with improved product search
Subject: Power management support in ALSA PowerMac audio driver?
To: debian-powerpc@lists.debian.org Subject: Power management support in ALSA PowerMac audio driver? From: [EMAIL PROTECTED] (Derrik Pates) Date: Thu, 2 Oct 2003 09:32:59 -0400 Message-id: <[EMAIL PROTECTED]> Old-return-path: <[EMAIL PROTECTED]> User-agent: Mutt/1.3.28i I've recently acquired (ok, my employer purchased off eBay) a PowerBook Pismo, which I installed Debian on. I've got pretty much everything running nicely - DVD/multimedia playback, wireless networking, PCMCIA, power management, etc. I'd like to switch to the ALSA driver for sound support, but from what I've been able to gather, it doesn't sound like the ALSA AWACS/PowerMac driver has any support for power management features. Is this the case? If so, does anyone know why not, and/or if someone is working on incorporating power management functionality into the driver? I've fought with the dmasound driver in the kernel before, so if I could use the ALSA driver instead, and still be able to suspend my laptop, I'd definitely prefer that. -- Derrik Pates [EMAIL PROTECTED] [EMAIL PROTECTED] I sent a reply to this a few days ago and it seems not to havegotten posted. On that post I pasted text from a post moth or two previous. I cant now find where I stored that info. It was a post about alsa causing crash at awake. the problem was the modules were not unloading. the fix was a script written for pmudslocal-pwrctl. the script unloded alsa modules at sleep and loaded them on wake. When (if) I find where I saved that script I will reply again.mike Do you Yahoo!? The New Yahoo! Shopping - with improved product search
? alias usb storage usb-storage?
Is "alias usb storage usb-storage" the correct wording for modules.conf for the module usb-storage.o to be loaded when a storage device is plugged into the usb connection??? If not what??? Do you Yahoo!? Exclusive Video Premiere - Britney Spears
3.0r0 stable or unstable
I bought 3.0r0 soon after it came out. I never noticed until yesterday that when I apt-cdrom the cdroms are listed in sources.list as unstable. Why is that? I have been reading how to setup apt sources and preferences for using stable and testing (or testing and unstable). How do I use the cdroms packages as stable and the debian site for testing packages? Do I just edit sources.list to change where the cdroms are unstable? or what? Do you Yahoo!? Exclusive Video Premiere - Britney Spears
help with airport card on g3 powerbook
I am unable to get my airport card to connect to a wireless base station. I am using /etc/network/interfaces. iface eth1 inet dhcp wireless-essid myessid wireless-mode managed wireless-key mykey wireless-ap myap when I iwconfig eth1 the ap is all 4's or all 0's. If I iwconfig essid, mode, key, and ap the ap is not get recognized. what am I missing??? mike Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: help with airport card on g3 powerbook
- > > > > > > when I iwconfig eth1 the ap is all 4's or all 0's. If I > iwconfig > > > essid, mode, key, and ap the ap is not get recognized. > > > what am I missing??? I am not using extreme card, but orig. I am loading airport module. modprobe airport --which also loads orinoco and yenta-socket also pcmcia and pcmcia_card and hermes. With the neccessary modules loaded I should see an ap number when I iwconfig eth1.. But I dont. No ip is given when I ifup eth1 because no ap has been identified to connect to. I dont know why. I am using >2.6.10 with modules. I have tried interfaces with and without wireless-ap. I dont do auto but manual so I can go step by step to see what I not working but I dont know what to do to make it work. Because the card is a pcmcia device should I edit something in /etc/pcmcia/wireless.opts??? Iwlist doesnot work. Should it on a ppc??? mike __ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: help with airport card on g3 powerbook
> On my system (Pismo g3 iBook 600) my airport card is eth0, eth1 is > my > ethernet port. > I never used iwconfig, simply set the options I posted previously, > directly > in /etc/network/interfaces, then ran > ifdown eth0 > ifup eth0 > > Isn't wireless-ap for an access point? If you're only using a base > station, > and not using an access point, I don't think you need that in > there. > I'm not sure, I'm just using a D-Link wireless router here, and > have never > used Apple's base station. the ap is the base station in a cell and a gateway in a network ( a transciver). you are using eth0 because you are loading airport before sungem. if sungem at all. If you are doing a ifup eth0 you are not doing a auto but a manual up. Before you do ifup eth0, do a iwconfig eth0 and you should see an essid and its ap. My understanding is that the module (airport in this case) provides this information. If there is more than one signal recieved then iwconfig can be used to specify which essid is to be selecetd. iwconfig eth0 essid selected-essid. I modprobe airport but dont see any ap identified with iwconfig. my card works with os9. Why not with linux?? do you get a ap when you do iwconfig before ifup eth0?? mike __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: help with airport card on g3 powerbook
> > > > > On Sep 7, 2005, at 5:47 AM, Matthias Grimm wrote: > > > > > If you don't use the Apple base station you have to disable > encrypted > > > communication in the acces point, because the original Apple > Airport > > > card only supports 40Bit WEP which is not longer supported by > recent > > > access points. They use 128bit WEP or WPA. The Apple Airport > card > > > can't > > > connect to base stations configured for 128Bit WEP or WPA. > > > > > > > The Airport CARD supports 128-bit encryption. I don't know > whether > > the BASE STATION does, though! > > It seems that threre are different cards aout there. See mail from > Chris Martin in this thread. > > Is there a method to read the encryption capabilities from the > card? > What makes you sure that your card supports WEP128? > > Best Regards > Matthias > I am connecting to a wireless ap that is connected to high speed phone line (dhl ?) via dhcp that goes to isp somewhere. I previously connected with a pcmcia that is not 40 bit so it probabally is 128 and it is WEP key. I was able to connect in that way using "hotplug" and editing /etc/pcmcia/wireless.opts. I never could get the pcmcia card connected editing /etc/networks/interfaces using eth1 auto or eth1 manual with ifup. Now I cant connect the airport with interfaces. It seems to me that the trouble is the ap is not being "seen" by what ever is suppose to do that task but I cant figure out what I am not configuring properly. I will try the live ubuntu when I get the time this weekend. mike __ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: help with airport card on g3 powerbook
I tried the live cd with the same results as my installed sys. I do not get connected and when I use iwconfig the ap is not recognized. My boot message /var/log/dmesg eth1: station 001f:0001:0008:0026 : lucent/agere firmware v8.4 : ad-hock supported 104bit key :mac 00:10:c6:66:75:8b :station name hermes 1 eth1: uknown information frame received type f(202) The card is recognized at boot. I dont think the encription is incompatable because I can connect to ap using os9. The problem is that ifup cant get an ip address from a station it does not see the ap. I dont know why it does not see the ap or how to make it do so. I have tried "iwconfig eth1 essid any" and once it recognized the ap. The "iwlist eth1 scan" should report ap's but gives error message that it is not permmited. Is it broken in PPC wireless-tools??? It works in x86 wireless-tools. anybody know how to make this work? mike __ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: help with airport card on g3 powerbook
The question of the encription key has been brought up. I have connected to the ap (base station) with the card using os9. The card and ap should work with linux. As I understand, when the module(s) for the airport card are installed I can iwconfig in a terminal and see the essid and key etc. for the signal received (strongest if more than one) by the card. If there is more than one ap I can use iwconfig eth1 essid essid-for-aaa to specify what ap will be "targeted". When I ifup eth1 the specs in /etc/networks/interfaces about essid and key will be used to establish what ap to ask for ip address (if dhcp). No ip number is given if no ap is shown. interfaces-- iface eth1 inet dhcp wireless-essid essid-for-aaa wireless-key key-for-aaa When I iwconfig eth1 essid essid-for-aaa and then iwconfig I dont see ap number. Without a number a connection wont be made. I can get that ap number in about one of 100 attempts at iwconfig eth1 essid any. Why isnt the ap found and reported when I load the driver and iwconfig?? mike __ Yahoo! for Good Watch the Hurricane Katrina Shelter From The Storm concert http://advision.webevents.yahoo.com/shelter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
user login problem
I am using unstable. I cannot login as a user, can as root. I was getting pam_start errors and I copied some files to /etc/pam.d that had dpkg-dist at the end of their names. I dont get the errors any more but the login for user fails. Dont know if it is a different problem but I get a error message "no shell" when I from root su . I reinstalled every package that had pam in the name. I dont know what else to try. Any ideas?? Thank you mike __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: user login problem
--- Moritz Armingeon <[EMAIL PROTECTED]> wrote: > Hi mike > > On 13:24 Mon 24 Jan , gm c wrote: > > I am using unstable. I cannot login as a user, can as root. I was > > getting pam_start errors and I copied some files to /etc/pam.d > that > > had dpkg-dist at the end of their names. I dont get the errors > any > > more but the login for user fails. Dont know if it is a different > > problem but I get a error message "no shell" when I from root su > > . I reinstalled every package that had pam in the name. I > dont > > know what else to try. Any ideas?? > > No shell? Try to assigning one: > > # chsh -s /bin/bash username > > Of course you will have to change the user and maybe the shell. > Else have a > look at its manpage. > > I hope that is the problem... > > Moritz > Did not fix the problem. I wanted to ad-- the above discription is while using a terminal in a X window. If I boot without X and login as user I get error "unable to cd to /home/mike". If I cant fix I will have to reinstall again - like with windows.. thank you mike __ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
record mic and linein on powerbook G3
I was wondering if it is now possible to record from the mic or linein on the powerbook G3 pismo? If so , how? mike Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web
alias module hell
I have g3 powerbook with debian unstable and 2.6.10. I can modprobe snd-powermac and a bunch of modules load. I then run xmms with alsa and play a file ok. After removing sound modules- I put alias snd-card-0 snd-powermac in /etc/modprobe.d/alias and/or /etc/modutils/sound (run update-modules) and the file will not play. No modules load. What does one do to get sound modules (or any other) to auto load? mike __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
load sound module (2.6)
I would like to load sound module (snd-powermac or dmasound_pmac) when I atempt to play a sound file rather than on bootup. My google search has given me information that I have tried with no success. Is there anyone that is able to load sound module on demand that can tell me there configuration (setup)? Thank you mike __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: autoload modules
It is my understanding that modules will auto load with an appropriate alias in /etc/modprobe.d/alias for 2.6.x. I have not been able to get snd-powermac to load when I use xmms to play sound. Any ideas? mike Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: autoload modules
I tried your /etc/modprobe.d/sound file with alias sound-slot-0 snd-powermac. It doesnt auto load the module when I open xmms to play a sound file. I does load it on bootup which is strange. mike --- Tommy Trussell <[EMAIL PROTECTED]> wrote: > On 5/7/05, Tommy Trussell <[EMAIL PROTECTED]> wrote: > > I also see that I have snd-powermac as one of the lines in > > /etc/modules, so I will try commenting it out and see if sound > still > > works. I apparently haven't relied on it autoloading on this > machine. > > Just a follow-up -- I commented out snd-powermac in /etc/modules on > my > powerbook, and sound still works fine so the /etc/modprobe.d/ > mechanism seems to work fine on this system. So maybe alsa or > whatever > sound system you are using didn't get fully installed or isn't > compatible with your hardware. > > Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: autoload modules
My question (concern) is of auto loading not auto unloading. I too hope someone knows something about this and responds. mike --- Tommy Trussell <[EMAIL PROTECTED]> wrote: > On 5/9/05, gm c <[EMAIL PROTECTED]> wrote: > > I tried your /etc/modprobe.d/sound file with alias sound-slot-0 > > snd-powermac. > > It doesnt auto load the module when I open xmms to play a sound > file. > > I does load it on bootup which is strange. > > Here's where I hope someone who knows something about this responds > to > this thread -- I am a bit confused by that directory myself. > Yesterday, I was trying to help someone with a sound problem in > Ubuntu > and it didn't have that directory at all. > > Under what circumstances do you want the module to unload? Couldn't > you just unload it manually when you need to? Is this a USB sound > card > and you're trying to get hotplug to work? > > __ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
yaboot-o.f. usage?
my yaboot is 1.3.13-3 at boot: I can boot a configured kernel like boot:hd:12,/vmlinux-c An installed kernel boots ok if I put the label vmlinux after the boot: from the yaboot.conf file. image=/vmlinux label=vmlinux root=/dev/hda12 initrd=initrd.img It will not boot with boot:hd:12,/vmlinux root=/dev/hda12 initrd=initrd.img It fails with message "need to supply 'root=' " Anyone know how to enter proper text? mike __ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
help using gconfig
I want to use gconfig, I found info saying I needed gtk+ which means( libgtk2.0, libglib2.0, libgdk2.0) installed. I had 1.2 of these libs installed but it still wouldnt work. So, I installed 2.0. gconfig now tries to run but it stops after errors like GTk-critical: file gtklocaland Glib-Gobject-warning--- .. What else do I need to do?? What is the problem here?? I am using unstable. mike __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com
2.6 help please
I have debian on powerbook g3 pismo with woody. I want to try a 2.6 kernel. I downloaded it. When I run make vmlinux I get error that binutils needs to be greater than 2.12.1, but when I dpkg -l binutils I get version 2.12.90- . Seems to me it should work?? For the packet people---what 2.6 kernel and patch (needed?) is available. It is my understanding that 2.6.0-testxx are infact 2.5 kernels before 2.6.0 was released. Is that correct?? mike Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003
kernel config problems
I have a g3 powerbook firewire. I have been configuring kernels (not the deb way though) with out problems on stable. I am trying an unstable install and want to use a 2.4.x and 2.6.x kernel. Errors I getconfiguring a 2.4.25: When I make xconfig it quits with error -make: wish:command not found. When I make menuconfig it stops complaining about not having ncurses installed but I have have ncurses-base installed. What is the problem?? mike __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash
Re: kernel config problems
--- simon raven <[EMAIL PROTECTED]> wrote: > On sam, 2004-04-17 at 12:07 -0700, gm c wrote: > > I have a g3 powerbook firewire. I have been configuring kernels > (not > > the deb way though) with out problems on stable. I am trying an > > unstable install and want to use a 2.4.x and 2.6.x kernel. > > Errors I getconfiguring a 2.4.25: When I make xconfig it quits > with > > error -make: wish:command not found. > > When I make menuconfig it stops complaining about not having > ncurses > > installed but I have have ncurses-base installed. > > What is the problem?? > > mike > > > > 1. wish comes with tcl8.x > 2. libncurses5-dev is what you need for menuconfig. > 3. check out newbiedoc at sourceforge.net, and there's a kernel > newbie > one too, IIRC. > > -- oops, tk, not tcl, though isn't tcl the "backend" stuff for tk? > > > > -- > thank you-- I installed tk8.4 and got wish. I now can use xconfig for 2.4.25. I cannot config a 2.6.5. I have libncurses5-dev installed and still get a error that ncurses is not installed. What qt and gtk needs to be inatalled for xconfig and gconfig? there are a lot of qts and gtks. mike @@-@@ > | ,''`. http://www.debian.org/ | http://www.nuit.ca/ > | > | : :' : Debian GNU/Linux| http://simonraven.nuit.ca/ > | > | `. `' | PGP key fingerprint (new one): > | > | `- | 7C49 FD9C 1054 7300 3B7B > | > | | 8BF4 6A88 7AE2 711D F097 > | > @@-@@ > > > ATTACHMENT part 2 application/pgp-signature name=signature.asc __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash