From phadams at mac.com Thu Apr 5 22:17:15 2007 From: phadams at mac.com (P. H. Adams) Date: Fri Apr 6 10:29:05 2007 Subject: [Ti] 2 q's: vi and make In-Reply-To: <4140bd4d0703150731n18c7a867h3e553e60d6ad7f2a@mail.gmail.com> References: <4140bd4d0703150731n18c7a867h3e553e60d6ad7f2a@mail.gmail.com> Message-ID: <9EB03131-F786-4D4B-A33A-93B433622444@mac.com> > Do I need X Developer to use make or configure? Yes, the developer tools install gcc and related files which give you the ability to compile source files. > And how can I get vi to open? just type 'vi' on the command line (in Terminal) and it should open. OS X installs vim (vi improved) by default, so launching vi will actually launch vim. You can also type 'vi filename' (no quotes) to open vi with a new file entitled 'filename'. Change your filename as appropriate. If you've never used vi before, you might get frustrated initially -- it has a pretty steep learning curve. I recommend doing a search for a tutorial online (or doing the built-in vim tutorial) before you start doing any heavy-duty editing. Patch -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2413 bytes Desc: not available Url : http://listserver.themacintoshguy.com/pipermail/titanium/attachments/20070405/c97c83bd/smime-0001.bin From boaz at ra-studio.com Thu Apr 5 22:47:24 2007 From: boaz at ra-studio.com (Boaz Hagay) Date: Fri Apr 6 10:38:50 2007 Subject: [Ti] Hello Every one !! Message-ID: I own Power book G 4 12 inch the fan is working ... more then in other PC's in the office .. is it suppose to be like that ??? Thank you Boaz From roduncan at telus.net Thu Apr 5 22:59:43 2007 From: roduncan at telus.net (Rod Duncan) Date: Fri Apr 6 10:42:13 2007 Subject: [Ti] Subscription - NO MAIL in almost a month!!! Message-ID: Hey Listmom, NOT receiving any mail on *ANY* of my subscriptions to themacintoshguy. Have been subscribed for years to a number of the listserv's. No mail from any since March 12/13th. This is my third email regarding this situation. What's up???? Thanks, Rod From malcolm at fireflyuk.net Fri Apr 6 05:09:00 2007 From: malcolm at fireflyuk.net (Malcolm Cornelius) Date: Fri Apr 6 12:07:44 2007 Subject: [Ti] Ti HD replacement In-Reply-To: <46070993.7090609@umdnj.edu> References: <46070993.7090609@umdnj.edu> Message-ID: <411BF3A3-363A-4289-A1FA-3C4B2B6F07F0@fireflyuk.net> > I've just finished replacing the HD on my Ti G4 800 MHz... > > Sad to say - the computer doesn't recognize it... > > I took it out again - reconnected it (to ensure tight > connections...still NOTHING. > > Now, I can boot it from a FW Ext HD, but...what gives? Any ideas? Does it show in Disc Utility ? It'll need to be initialised/formatted if it is brand new. -- Best wishes Malcolm Cornelius - The Powerbook Fanatic http://www.pbfanatic.co.uk From ncicchek at optonline.net Fri Apr 6 05:28:13 2007 From: ncicchek at optonline.net (John McGibney) Date: Fri Apr 6 12:12:03 2007 Subject: [Ti] Ti HD replacement In-Reply-To: <46070993.7090609@umdnj.edu> References: <46070993.7090609@umdnj.edu> Message-ID: <9DA85339-FF56-438F-8774-60AEE8B740F2@optonline.net> Did you format the drive? Was it a new purchase or a transplant from another mac? John On Mar 25, 2007, at 7:45 PM, Henry Kalir wrote: > Dear All, > > I've just finished replacing the HD on my Ti G4 800 MHz... > > Sad to say - the computer doesn't recognize it... > > I took it out again - reconnected it (to ensure tight > connections...still NOTHING. > > Now, I can boot it from a FW Ext HD, but...what gives? Any ideas? > > Best, > > Henry > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random > stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 -- Only Irish coffee provides in a single glass all four essential food groups: alcohol, caffeine, sugar and fat. - Alex Levine From pcbooth at swbell.net Fri Apr 6 06:20:35 2007 From: pcbooth at swbell.net (Philip Booth) Date: Fri Apr 6 12:24:23 2007 Subject: [Ti] powerbook feet Message-ID: <512811.49144.qm@web82101.mail.mud.yahoo.com> ----- Original Message ---- From: Jim Freeman To: A place to discuss Apple's Titanium computers. Sent: Friday, March 23, 2007 8:43:55 AM Subject: [Ti] powerbook feet I just realized that I'm missing one of the four little feet on my PBG4. I remember on my old Pismo they were just little self-sticking tabs. But here the tab is missing and what is left is a little plastic ring and two pin-point holes. Are these replaceable? Any suggestions on where i can get one and what I will pay? Is installation straight-forward? I'm tired of my computer rocking back and forth when I rest my hands on it. Check out RadTech.com they sell kits of silicone feet that replaces the Apple feet. You will need to apply them to the battery (s) the kit comes with more of the feet than you need. The spots are bigger so they will allow a little more air under the machine. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listserver.themacintoshguy.com/pipermail/titanium/attachments/20070406/4b1a21a4/attachment.html From jacob.ritorto at gmail.com Fri Apr 6 07:37:39 2007 From: jacob.ritorto at gmail.com (Jacob Ritorto) Date: Fri Apr 6 12:40:34 2007 Subject: [Ti] 2 q's: vi and make In-Reply-To: <4140bd4d0703150731n18c7a867h3e553e60d6ad7f2a@mail.gmail.com> References: <4140bd4d0703150731n18c7a867h3e553e60d6ad7f2a@mail.gmail.com> Message-ID: <1f3f8f1d0704060737y4382e61euc77c3ba2b67a07a5@mail.gmail.com> configure is part of the autoconf tool; however typically, developers will set up autoconf such that you can type ./configure in the root of the source to generate makefiles without actually having to install autoconf. sometimes you actually have to run autoconf yourself to generate a ./configure script, though. That requires having the whole autoconf package installed. Annoying. make is a commonly used system program and is likely to be included in the 'bsd subsystem' of macosx, but I've not confirmed this and don't have access to one at the moment. type man make. to fire up vi, you'll need to open a terminal, type vi and hit enter. for convenience, you may decide to augment the command to specify which file you're wanting to VIsually edit. On 3/15/07, Alias wrote: > I have a couple of osx questions maybe someone can help me with? > > Do I need X Developer to use make or configure? > And how can I get vi to open? > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 > From PAULS at sbcglobal.net Fri Apr 6 11:13:13 2007 From: PAULS at sbcglobal.net (PAULS@sbcglobal.net) Date: Fri Apr 6 13:18:52 2007 Subject: [Ti] Ti HD replacement Message-ID: That's normal. Same thing on mine and I corrected it, but can't remember exactly how. Will try to trace it and get back to you. My recollection is that you have to format the new drive b/4 it can be recognized. I probably did mine by starting it as a FW target drive connected to my iMac and then formatting the TiPB's HD using Disk Utilities on the iMac. Try that and meanwhile I'll try to remember more details. Paul --- Original Message --- From: Henry Kalir To: "A place to discuss Apple's Titanium computers." Subject: [Ti] Ti HD replacement >Dear All, > >I've just finished replacing the HD on my Ti G4 800 MHz... > >Sad to say - the computer doesn't recognize it... > >I took it out again - reconnected it (to ensure tight >connections...still NOTHING. > >Now, I can boot it from a FW Ext HD, but...what gives? Any ideas? > >Best, > >Henry >_______________________________________________ >Titanium mailing list >Titanium@listserver.themacintoshguy.com >http://listserver.themacintoshguy.com/mailman/listinfo/titanium > >Listmom is trying to clean out his closets! Vintage Mac and random stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 From klinkows at mediaa.com Fri Apr 6 12:21:55 2007 From: klinkows at mediaa.com (Tom Klinkowstein) Date: Fri Apr 6 13:28:01 2007 Subject: [Ti] resetting admin password, OSX 10.4.8 In-Reply-To: <411BF3A3-363A-4289-A1FA-3C4B2B6F07F0@fireflyuk.net> References: <46070993.7090609@umdnj.edu> <411BF3A3-363A-4289-A1FA-3C4B2B6F07F0@fireflyuk.net> Message-ID: I lost admin password. How do I reset it with the boot discs (MacBook Pro)? Thank you. Tom Klinkowstein From jcallahan at stny.rr.com Fri Apr 6 14:01:52 2007 From: jcallahan at stny.rr.com (John Callahan) Date: Fri Apr 6 14:01:59 2007 Subject: [Ti] Titanium PowerBook G4 400 MHz/1MB Cache 256MB/20GB/8MB VIDEO/DVD Date 21/02/01 S/N QT1080D6J8D Message-ID: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> Would appreciate help on the following questions concerning a Titanium PowerBook G4 400 MHz/1MB Cache 256MB/20GB/8MB VIDEO/DVD Date 21/02/01 S/N QT1080D6J8D Problem: Will not start, no evidence of life. Have new power supply. #1. PC tech tells me it is the motherboard (logic board) and internal power supply and wanted to sell me a new PC laptop. Should I believe him. #2. How reliable are logic boards in the $250.00 price range, from any number of online sites? #3. How difficult is it for a DIYer to install a logic board? There are instructions on line. #4. In the PowerBook series, which, have parts that are interchangeable? #5. Have read of a light located at the power supply jack that glows when charging. No evidence of light when power supply is plugged in. #6. Would appreciate details of experiences of people who have sent PowerBooks out for repair. Thank you very much, John Callahan jcallahan@stny.rr.com On the plains of hesitation bleach the bones of countless millions who at the dawn of victory sat down to rest and resting died. From kenjohnso at gmail.com Fri Apr 6 15:14:39 2007 From: kenjohnso at gmail.com (Ken Johnson) Date: Fri Apr 6 15:14:47 2007 Subject: [Ti] Titanium PowerBook G4 400 MHz/1MB Cache 256MB/20GB/8MB VIDEO/DVD Date 21/02/01 S/N QT1080D6J8D In-Reply-To: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> References: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> Message-ID: <6D38FCA4-B5FF-4F5D-8493-8108B1976C49@gmail.com> I took my 1GHz Ti Laptop to the Apple store - they replaced the Motherboard (and a couple of other minor appearance items) for $224.70 parts, and $107.00 labor. It was back in a couple of days with a 90-day warrantee. $250 from an online site, DIY install doesn't sound like a great bargain to me. You may think otherwise, but at least talk to Apple first. Ken On Apr 6, 2007, at 5:01 PM, John Callahan wrote: > Would appreciate help on the following questions concerning a > Titanium PowerBook G4 400 MHz/1MB Cache > 256MB/20GB/8MB VIDEO/DVD > Date 21/02/01 > S/N QT1080D6J8D > Problem: Will not start, no evidence of life. Have new power supply. > #1. PC tech tells me it is the motherboard (logic board) and > internal power supply and wanted to sell me a new PC laptop. Should > I believe him. > #2. How reliable are logic boards in the $250.00 price range, from > any number of online sites? > #3. How difficult is it for a DIYer to install a logic board? There > are instructions on line. > #4. In the PowerBook series, which, have parts that are > interchangeable? > #5. Have read of a light located at the power supply jack that > glows when charging. No evidence of light when power supply is > plugged in. > #6. Would appreciate details of experiences of people who have sent > PowerBooks out for repair. > Thank you very much, > John Callahan > jcallahan@stny.rr.com > > On the plains of hesitation bleach the bones of countless millions > who at the dawn of victory sat down to rest and resting died. > > > > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random > stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 From bugaboo at california.com Fri Apr 6 15:24:25 2007 From: bugaboo at california.com (Ellen) Date: Fri Apr 6 15:24:39 2007 Subject: [Ti] powerbook feet In-Reply-To: <20070406221449.9D235B396A2@listserver.themacintoshguy.com> References: <20070406221449.9D235B396A2@listserver.themacintoshguy.com> Message-ID: <9FDEA633-2EF3-42D6-943D-2948DE682846@california.com> > > ----- Original Message ---- > From: Jim Freeman > To: A place to discuss Apple's Titanium computers. > > Sent: Friday, March 23, 2007 8:43:55 AM > Subject: [Ti] powerbook feet > > I just realized that I'm missing one of the four little feet on my > PBG4. I remember on my old Pismo they were just little self- > sticking tabs. But here the tab is missing and what is left is a > little plastic ring and two pin-point holes. Are these replaceable? > Any suggestions on where i can get one and what I will pay? Is > installation straight-forward? I'm tired of my computer rocking > back and forth when I rest my hands on it. > If you are near an Apple store, you can take your book in and they will stick a new one on. They will NOT give you any for the next time you lose one however, go figure! I have also seen them on ebay, around $5 for 4 of them. Good luck. Ellen From mail at simonroyal.co.uk Sat Apr 7 01:41:05 2007 From: mail at simonroyal.co.uk (Simon Royal) Date: Sat Apr 7 01:41:11 2007 Subject: [Ti] Titanium PowerBook G4 400 MHz/1MB Cache 256MB/20GB/8MB VIDEO/DVD Date 21/02/01 S/N QT1080D6J8D In-Reply-To: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> References: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> Message-ID: Hi, i have the same powerbook. Upgrading is not too hard. It is not as easy as the G3 models. As long as you are careful and remember where all the screws come from you should be ok. I know the 400 and 500 models are the same except the mainboards so should be interchangeable. One point to remember these 2 models use a different optical drive and upgrading it requires special mounting brackets. Simon From kenjohnso at gmail.com Sat Apr 7 05:38:05 2007 From: kenjohnso at gmail.com (Ken Johnson) Date: Sat Apr 7 05:38:18 2007 Subject: [Ti] Using a Ti PB w/external monitor In-Reply-To: References: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> Message-ID: I have purchased a Bookendz dock for my 1GHz Titanium G4. Now, when I'm at home, I want to be able to use it as a desktop - external keyboard, mouse, monitor, etc. with the lid closed. I'll connect the external monitor via DVI. My question is - will it operate that way, if so, will the built-in monitor be "off"? Thanks - Ken From strehlow at usermail.com Sat Apr 7 08:03:50 2007 From: strehlow at usermail.com (Scott Strehlow) Date: Sat Apr 7 08:04:03 2007 Subject: [Ti] Using a Ti PB w/external monitor In-Reply-To: References: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> Message-ID: <503A68BA-101D-4E65-BFA8-1083A9B8028B@usermail.com> By default, they all sleep when you close the lid. There is a hack that I saw a while back that overrides this behaviour. My understanding is that Apple intended the lid to be open for head dissipation while it is in use. I have trouble with mine (500MHz G4 1GB) overheating even when it is open. If you have auxiliary cooling like one of those lap-desks with the fans, that might be enough. Do you have a temperature monitor program? Mine doesn't make the temp sensors available but I could at least monitor the SMART status of the drive. Its temp probe gave me a rough idea of the internal temp. I use http://www.bresink.com/osx/TemperatureMonitor.html Perhaps a better solution would be to set your external monitor up just above, or next to, the display on the TiBook while open, then use both monitors at once. On Apr 7, 2007, at 7:38 AM, Ken Johnson wrote: > I have purchased a Bookendz dock for my 1GHz Titanium G4. Now, > when I'm at home, I want to be able to use it as a desktop - > external keyboard, mouse, monitor, etc. with the lid closed. I'll > connect the external monitor via DVI. My question is - will it > operate that way, if so, will the built-in monitor be "off"? > > Thanks - Ken > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random > stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 > From kenjohnso at gmail.com Sat Apr 7 08:22:42 2007 From: kenjohnso at gmail.com (Ken Johnson) Date: Sat Apr 7 08:22:53 2007 Subject: [Ti] Using a Ti PB w/external monitor In-Reply-To: <503A68BA-101D-4E65-BFA8-1083A9B8028B@usermail.com> References: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> <503A68BA-101D-4E65-BFA8-1083A9B8028B@usermail.com> Message-ID: <246A7B75-3625-4A3E-B2FA-A9ECF08AC610@gmail.com> Thanks. I do have / use Temp Monitor Lite - shows the drive at 30 - 35C, but I'd like to try the hack - do you know where it is? Ken On Apr 7, 2007, at 11:03 AM, Scott Strehlow wrote: > By default, they all sleep when you close the lid. There is a hack > that I saw a while back that overrides this behaviour. My > understanding is that Apple intended the lid to be open for head > dissipation while it is in use. I have trouble with mine (500MHz > G4 1GB) overheating even when it is open. If you have auxiliary > cooling like one of those lap-desks with the fans, that might be > enough. Do you have a temperature monitor program? Mine doesn't > make the temp sensors available but I could at least monitor the > SMART status of the drive. Its temp probe gave me a rough idea of > the internal temp. I use http://www.bresink.com/osx/ > TemperatureMonitor.html > > Perhaps a better solution would be to set your external monitor up > just above, or next to, the display on the TiBook while open, then > use both monitors at once. > > On Apr 7, 2007, at 7:38 AM, Ken Johnson wrote: > >> I have purchased a Bookendz dock for my 1GHz Titanium G4. Now, >> when I'm at home, I want to be able to use it as a desktop - >> external keyboard, mouse, monitor, etc. with the lid closed. I'll >> connect the external monitor via DVI. My question is - will it >> operate that way, if so, will the built-in monitor be "off"? >> >> Thanks - Ken >> _______________________________________________ >> Titanium mailing list >> Titanium@listserver.themacintoshguy.com >> http://listserver.themacintoshguy.com/mailman/listinfo/titanium >> >> Listmom is trying to clean out his closets! Vintage Mac and random >> stuff: >> http://search.ebay.com/_W0QQsassZmacguy1984 >> > > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random > stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 From gaderson at mac.com Sat Apr 7 08:57:48 2007 From: gaderson at mac.com (Erik Gaderlund) Date: Sat Apr 7 09:09:55 2007 Subject: [Ti] Using a Ti PB w/external monitor In-Reply-To: <503A68BA-101D-4E65-BFA8-1083A9B8028B@usermail.com> References: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> <503A68BA-101D-4E65-BFA8-1083A9B8028B@usermail.com> Message-ID: The one way is to have the 'book' closed/asleep, and then plug in the monitor, and a USB device (keyboard, mouse, etc.), and it will then default to the external monitor, then you can open the 'Book to let it cool. I've got a switcher that I use with my Dual G4, and I use both screens. But, you can experiment to see if you don't need it closed, or just asleep to trigger the 'external' monitor thing. At 10:03 AM -0500 04/07/07, Scott Strehlow wrote: >By default, they all sleep when you close the lid. There is a hack >that I saw a while back that overrides this behaviour. My >understanding is that Apple intended the lid to be open for head >dissipation while it is in use. I have trouble with mine (500MHz G4 >1GB) overheating even when it is open. If you have auxiliary >cooling like one of those lap-desks with the fans, that might be >enough. Do you have a temperature monitor program? Mine doesn't >make the temp sensors available but I could at least monitor the >SMART status of the drive. Its temp probe gave me a rough idea of >the internal temp. I use >http://www.bresink.com/osx/TemperatureMonitor.html > >Perhaps a better solution would be to set your external monitor up >just above, or next to, the display on the TiBook while open, then >use both monitors at once. > >On Apr 7, 2007, at 7:38 AM, Ken Johnson wrote: > >>I have purchased a Bookendz dock for my 1GHz Titanium G4. Now, >>when I'm at home, I want to be able to use it as a desktop - >>external keyboard, mouse, monitor, etc. with the lid closed. I'll >>connect the external monitor via DVI. My question is - will it >>operate that way, if so, will the built-in monitor be "off"? >> >>Thanks - Ken >>_______________________________________________ >>Titanium mailing list >>Titanium@listserver.themacintoshguy.com >>http://listserver.themacintoshguy.com/mailman/listinfo/titanium >> >>Listmom is trying to clean out his closets! Vintage Mac and random stuff: >> http://search.ebay.com/_W0QQsassZmacguy1984 >> > >_______________________________________________ >Titanium mailing list >Titanium@listserver.themacintoshguy.com >http://listserver.themacintoshguy.com/mailman/listinfo/titanium > >Listmom is trying to clean out his closets! Vintage Mac and random stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 -- erik g gaderson@gmail.com From kalirhe at umdnj.edu Sat Apr 7 14:21:31 2007 From: kalirhe at umdnj.edu (Henry Kalir) Date: Sat Apr 7 14:21:44 2007 Subject: [Ti] Subscription - NO MAIL in almost a month!!! In-Reply-To: References: Message-ID: <46180B5B.4090604@umdnj.edu> Either way I'm glad to have received a bunch of Ti list posts! Hope you're well, Macintosh Guy, and keep up the good work! Best, Henry Rod Duncan wrote: > Hey Listmom, > > NOT receiving any mail on *ANY* of my subscriptions to > themacintoshguy. Have been subscribed for years to a number of the > listserv's. No mail from any since March 12/13th. > This is my third email regarding this situation. What's up???? > > Thanks, > Rod > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 > From strehlow at usermail.com Sun Apr 8 14:04:18 2007 From: strehlow at usermail.com (Scott Strehlow) Date: Sun Apr 8 14:04:21 2007 Subject: [Ti] Using a Ti PB w/external monitor In-Reply-To: <246A7B75-3625-4A3E-B2FA-A9ECF08AC610@gmail.com> References: <623EC2CD-7A3A-4395-825E-EF77DC1C30AF@stny.rr.com> <503A68BA-101D-4E65-BFA8-1083A9B8028B@usermail.com> <246A7B75-3625-4A3E-B2FA-A9ECF08AC610@gmail.com> Message-ID: <51F75533-BEBF-4889-BC59-48B12A427192@usermail.com> On Apr 7, 2007, at 10:22 AM, Ken Johnson wrote: > Thanks. I do have / use Temp Monitor Lite - shows the drive at 30 > - 35C, but I'd like to try the hack - do you know where it is? One possibility is InsomniaX at http://www.versiontracker.com/dyn/ moreinfo/macosx/30315 It is not the hack I saw earlier though. Here is another possible option. > sudo pmset lidwake 0 I have not tried it though. According to man, this tells the Mac to not wake on lid open. I don't know if this implies not sleep on lid close. I will dig a bit further to try to find the hack I saw a while back. I think it involved editing a .plist. Cheers, Scott From jacob.ritorto at gmail.com Mon Apr 9 09:35:31 2007 From: jacob.ritorto at gmail.com (Jacob Ritorto) Date: Mon Apr 9 09:35:43 2007 Subject: [Ti] bluetooth inside? Message-ID: <1f3f8f1d0704090935o3509bea9l35ccecc9a9143545@mail.gmail.com> I know it's unsupported, illegal and immoral, but does anyone remember how to embed the d-link bluetooth dongle inside the tibook? I stumbled on an article for hacking this up a while ago but can no longer find it. I'm brave enough to do it now that they're only worth $5 or whatever. Such a good, slick little computer really should have bt inside. tia jake From fred at mindstate.com Mon Apr 9 09:49:21 2007 From: fred at mindstate.com (Fred) Date: Mon Apr 9 09:49:37 2007 Subject: [Ti] Bluetooth inside? In-Reply-To: <1f3f8f1d0704090935o3509bea9l35ccecc9a9143545@mail.gmail.com> Message-ID: > From: Jacob Ritorto > Subject: [Ti] bluetooth inside? > > I know it's unsupported, illegal and immoral, but does anyone remember > how to embed the d-link bluetooth dongle inside the tibook? I > stumbled on an article for hacking this up a while ago but can no > longer find it. I'm brave enough to do it now that they're only worth > $5 or whatever. Such a good, slick little computer really should have > bt inside. Ck this link out. Should do it. http://www.macitynet.it/immagini/servizispeciali/bluetoothinsidee/ Cheers Fred From jacob.ritorto at gmail.com Mon Apr 9 10:17:36 2007 From: jacob.ritorto at gmail.com (Jacob Ritorto) Date: Mon Apr 9 10:17:47 2007 Subject: [Ti] Bluetooth inside? In-Reply-To: References: <1f3f8f1d0704090935o3509bea9l35ccecc9a9143545@mail.gmail.com> Message-ID: <1f3f8f1d0704091017i15af0a86x847a5289f4ce35a1@mail.gmail.com> Cool, thanks Fred! On 4/9/07, Fred wrote: > > From: Jacob Ritorto > > Subject: [Ti] bluetooth inside? > > > > I know it's unsupported, illegal and immoral, but does anyone remember > > how to embed the d-link bluetooth dongle inside the tibook? I > > stumbled on an article for hacking this up a while ago but can no > > longer find it. I'm brave enough to do it now that they're only worth > > $5 or whatever. Such a good, slick little computer really should have > > bt inside. > > > Ck this link out. Should do it. > > http://www.macitynet.it/immagini/servizispeciali/bluetoothinsidee/ > > Cheers > Fred > > > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 > From roduncan at telus.net Mon Apr 9 13:00:00 2007 From: roduncan at telus.net (Rod Duncan) Date: Mon Apr 9 13:00:18 2007 Subject: [Ti] Unpredictibility using Logitech USB headset with 10.4.8 In-Reply-To: <9640C0AD-3389-44DE-B052-8D193F0F49D3@chello.at> References: <9640C0AD-3389-44DE-B052-8D193F0F49D3@chello.at> Message-ID: Hi Frank, Don't believe the problem is 10.4.8. Currently using 10.4.9 with a PowerPC 1.67 GHz G4 powerbook. I have experienced similar problems using a Logitech USB Premium 350 headset with Skype. In stead of always going in and checking sound settings, found a quick reboot of the USB bus (just unplug the headset or better yet, change USB ports) when it didn't properly switch over the sound. Also found running the "echo123" Skype sound in/out test was helpful. The biggest problem with Skype for me is they no longer provide free North American calls. So... don't use it any more. Rod >Hello, I just purchased a usb Logitech premium headset to do skype. >They say it is recommended for the OSX 10.4.6 but maybe not beyond >that number. I have 10.4.8. I am experienceing a lot of >unpredictability on the part of this unit, & repeatedly have to redo >the sound preferences & the skype preferences, any time I either >shut down the account or remove the usb cable. Would of course >appreciate any experienced recommendations on how to deal with >this. I cant seem to predictibly get sound coming into the >earphones. It does appear that the microphone works, since I see >signs of sound being read in the output window of the preferences. >Also, I am using a titanium g4 PB with 1.5 gig RAM. Await your >opinions / suggestions. >Thx Frank Ettenberg >__ From kaskudoo at freenet.de Mon Apr 9 13:12:35 2007 From: kaskudoo at freenet.de (Kaskudoo) Date: Mon Apr 9 13:12:42 2007 Subject: [Ti] Unpredictibility using Logitech USB headset with 10.4.8 In-Reply-To: References: <9640C0AD-3389-44DE-B052-8D193F0F49D3@chello.at> Message-ID: <46243A93-DE28-420E-A112-B0AA3EBEEB16@freenet.de> just for info... i am using skype and a sony erocsson bluetooth headset - couldn't be better, np problems at all, also with switching input/output sources during calls. in the beginning of this year, skype offered continuing the 'free' calling in the US for sth. like 10 or 15$ ... i did it and i think its a good thing, hope they continue this. has anybody tried google calls yet? you sometimes see it in google maps, it is free as well, more info here: http://www.google.com/help/faq_clicktocall.html hope that helps :) would be great, if more people get us to talk to phone/land lines free ... i was surprised how good skype did, although the quality still can be improved ... william On Apr 9, 2007, at 4:00 PM, Rod Duncan wrote: > Hi Frank, Don't believe the problem is 10.4.8. Currently using > 10.4.9 with a PowerPC 1.67 GHz G4 powerbook. I have experienced > similar problems using a Logitech USB Premium 350 headset with > Skype. In stead of always going in and checking sound settings, > found a quick reboot of the USB bus (just unplug the headset or > better yet, change USB ports) when it didn't properly switch over > the sound. Also found running the "echo123" Skype sound in/out test > was helpful. The biggest problem with Skype for me is they no > longer provide free North American calls. So... don't use it any more. > Rod > >> Hello, I just purchased a usb Logitech premium headset to do >> skype. They say it is recommended for the OSX 10.4.6 but maybe not >> beyond that number. I have 10.4.8. I am experienceing a lot of >> unpredictability on the part of this unit, & repeatedly have to >> redo the sound preferences & the skype preferences, any time I >> either shut down the account or remove the usb cable. Would of >> course appreciate any experienced recommendations on how to deal >> with this. I cant seem to predictibly get sound coming into the >> earphones. It does appear that the microphone works, since I see >> signs of sound being read in the output window of the preferences. >> Also, I am using a titanium g4 PB with 1.5 gig RAM. Await your >> opinions / suggestions. >> Thx Frank Ettenberg >> __ > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random > stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 > From tarik at opalblue.com Tue Apr 10 05:13:58 2007 From: tarik at opalblue.com (Tarik Bilgin) Date: Tue Apr 10 05:14:13 2007 Subject: [Ti] Hello Every one !! In-Reply-To: References: Message-ID: On 6 Apr 2007, at 06:47, Boaz Hagay wrote: > I own Power book G 4 12 inch > > the fan is working ... more then in other PC's > in the office .. > is it suppose to be like that ??? Yes, if the office is a hot place, or if you are working that computer hard, or you do not have the Powerbook on a surface that conducts heat well. Try this product: http://www.atpm.com/7.08/coolpad.shtml To help it run cooler. -- Tarik Bilgin From macdan at comcast.net Tue Apr 10 19:44:29 2007 From: macdan at comcast.net (Dan K) Date: Tue Apr 10 19:44:36 2007 Subject: [Ti] Titanium PowerBook G4 400 MHz/1MB Cache Message-ID: <20070411024430.4D968B87646@listserver.themacintoshguy.com> First thing to do when one of these 'Books won't start is to disconnect the PRAM battery and then try to startup. Failed or failing PRAM batteries give this exact symptom. I hate to say how many simlar era 'Books I've been able to acquire for a song and was able to revive just by unplugging the PRAM batt. To disconnect the PRAM batt on your 'Book, you'll have to remove the bottom plate and then lift the optical drive up to gain access. hth, dan k ................................. macdan at comcast dot net http://macdan.n3.net/ carracho://dankephoto.dhs.org hotline://dankephoto.dhs.org:9500 ................................. From tfulton at olp.net Tue Apr 10 20:52:25 2007 From: tfulton at olp.net (Thomas Fulton) Date: Tue Apr 10 20:52:37 2007 Subject: [Ti] G4 1.5ghz 15in shuts down sometimes when I remove the external monitor Message-ID: <8ad15efb587a1474c3a7b5804d04db84@olp.net> Normally it just goes to sleep and wakes up normally. Lately it will just shutdown and forget everything that was done in the last session if it was not saved. Is there some developing problem that i need to know about. Thks Thomas From luteslinger at gmail.com Thu Apr 12 18:03:52 2007 From: luteslinger at gmail.com (Alias) Date: Thu Apr 12 18:03:59 2007 Subject: [Ti] 2 q's: vi and make In-Reply-To: <9EB03131-F786-4D4B-A33A-93B433622444@mac.com> References: <4140bd4d0703150731n18c7a867h3e553e60d6ad7f2a@mail.gmail.com> <9EB03131-F786-4D4B-A33A-93B433622444@mac.com> Message-ID: <4140bd4d0704121803q77d226d6le18fecee44ca56bb@mail.gmail.com> Thanks for all the answers I installed the developer tools from the install CD, but ... I want JUsT vi, not VIM. On 4/6/07, P. H. Adams wrote: > > > Do I need X Developer to use make or configure? > > Yes, the developer tools install gcc and related files which give you > the ability to compile source files. > > > And how can I get vi to open? > > just type 'vi' on the command line (in Terminal) and it should open. > OS X installs vim (vi improved) by default, so launching vi will > actually launch vim. You can also type 'vi filename' (no quotes) to > open vi with a new file entitled 'filename'. Change your filename as > appropriate. > > If you've never used vi before, you might get frustrated initially -- > it has a pretty steep learning curve. I recommend doing a search for > a tutorial online (or doing the built-in vim tutorial) before you > start doing any heavy-duty editing. > > Patch > > > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 > > From jacob.ritorto at gmail.com Thu Apr 12 18:32:53 2007 From: jacob.ritorto at gmail.com (Jacob Ritorto) Date: Thu Apr 12 18:33:03 2007 Subject: [Ti] 2 q's: vi and make In-Reply-To: <4140bd4d0704121803q77d226d6le18fecee44ca56bb@mail.gmail.com> References: <4140bd4d0703150731n18c7a867h3e553e60d6ad7f2a@mail.gmail.com> <9EB03131-F786-4D4B-A33A-93B433622444@mac.com> <4140bd4d0704121803q77d226d6le18fecee44ca56bb@mail.gmail.com> Message-ID: <1f3f8f1d0704121832u4f4daa9egc6ee105eb0a528e3@mail.gmail.com> Likely that the opensolaris project still has the real unix vi source somewhere.. It's certainly part of opensolaris.. Might want to check the site and see if you can grab the source and compile.. On 4/12/07, Alias wrote: > Thanks for all the answers I installed the developer tools from the > install CD, but ... > I want JUsT vi, not VIM. > > On 4/6/07, P. H. Adams wrote: > > > > > Do I need X Developer to use make or configure? > > > > Yes, the developer tools install gcc and related files which give you > > the ability to compile source files. > > > > > And how can I get vi to open? > > > > just type 'vi' on the command line (in Terminal) and it should open. > > OS X installs vim (vi improved) by default, so launching vi will > > actually launch vim. You can also type 'vi filename' (no quotes) to > > open vi with a new file entitled 'filename'. Change your filename as > > appropriate. > > > > If you've never used vi before, you might get frustrated initially -- > > it has a pretty steep learning curve. I recommend doing a search for > > a tutorial online (or doing the built-in vim tutorial) before you > > start doing any heavy-duty editing. > > > > Patch > > > > > > _______________________________________________ > > Titanium mailing list > > Titanium@listserver.themacintoshguy.com > > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > > > Listmom is trying to clean out his closets! Vintage Mac and random stuff: > > http://search.ebay.com/_W0QQsassZmacguy1984 > > > > > _______________________________________________ > Titanium mailing list > Titanium@listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/titanium > > Listmom is trying to clean out his closets! Vintage Mac and random stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 >