[CUBE] modem issue
mike
mfoverbo at int287.k12.mn.us
Thu Jan 16 10:44:37 PST 2003
make sure one of the is loaded in the kernel (kext stands for kernel
extension, they live in /System/Library/Extensions/)
# sudo kextstat | grep -i modem
if nothing crops up, you could try to see if kextload complains about
them (I'm using InternalModemSupport, because that's what my laptop
reports). I would run the 'sync' command first, in case you have a
vicious kernel panic / hang.
# sudo kextload -n InternalModemSupport.kext
if it doesn't complain, just load it up:
# sudo kextload InternalModemSupport.kext
you can update prebinding by running this from terminal.app (maybe a
backup is in order first -- don't blame me :-):
# sudo update_prebinding -root / -force
you could also try something to make sure the /dev entries for it are
there: on my machine, modem device entries seem to be /dev/cu.modem and
/dev/tty.modem.
Make sure they're accessible to you by running these commands:
# sudo chmod 666 /dev/tty.modem
# sudo chmod 666 /dev/cu.modem
best of luck - here be dragons.
mike
On Thursday, January 16, 2003, at 12:09 PM, Brenda Mitchell wrote:
> Have a weird issue with a cube modem. Client has been using AOL
> dial-up on OS X for several months with no problem (other than she
> uses AOL and won't have DSL for another month or so.) Suddenly stopped
> being able to access AOL from OS X side (heaven forbid we had the
> exact error messages), but no problem with Classic AOL. We have the
> cube in my office now and upgraded it to Jaguar, etc. The X side does
> not recognize the modem.
>
> Apple Modem 2.0 does not see the modem.
> Reinstalled AOL for OS X (new one for Jaguar). Message now says
> "unable to detect carrier".
> Did fsck -y, MacJanitor, Norton, reset PRAM, rebuilt desktop, now on
> verge of chicken sacrifice....(that's a joke folks - no flames,
> please).
>
> Any thoughts or ideas would be appreciated.
>
> Brenda Mitchell
> DataBanque Consulting, Inc.
> Miami, FL
>
>
> ----------
> Check out the Cube email list FAQ
> http://www.themacintoshguy.com/lists/Cube.html
>
> To unsubscribe, E-mail to: <Cube-off at lists.themacintoshguy.com>
> To switch to the DIGEST mode, E-mail to
> <Cube-digest at lists.themacintoshguy.com>
> Need help from a real person? Try.
> <Cube-request at lists.themacintoshguy.com>
>
> ----------
> $14.99 Unlimited Nationwide Mac Dialup and Mac Web Hosting from your
> Mac ISP Serious Mac Internet Solutions From NineWire!
> http://macinternetaccess.com
>
> T3Hub | 3 Port USB Hub weighs less than an ounce!
> Dr. Bott| <http://www.drbott.com/prod/T3Hub.html>
>
> Cyberian | Support this list when you buy at Outpost.com!
> Outpost | http://www.themacintoshguy.com/outpost.shtml
>
> ADC Extension | Extend the built in cable of your flat panel by 10 ft.
> Dr. Bott | <http://www.drbott.com/prod/ADCExtension.html>
More information about the Cube
mailing list