IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Alas...
... the most information I can get is "56k modem." :P

I'll have to look for a similar model on HP's site and hope they haven't bothered to switch out modem components for the last few years...
"We are all born originals -- why is it so many of us die copies?"
- Edward Young
New Did you try...
[mike@oftheother ~]$ lspci | grep -i modem
0000:00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)


That'll give you the chipset that the PCI system recognizes...
-YendorMike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
Expand Edited by Yendor April 19, 2007, 08:19:28 AM EDT
New cwbrenn do the lspci junk in Yendor's post.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
Freedom is not FREE.
Yeah, but 10s of Trillions of US Dollars?
SELECT * FROM scog WHERE ethics > 0;

0 rows returned.
New ok -- will try this evening
"We are all born originals -- why is it so many of us die copies?"
- Edward Young
New OK, this makes no sense at all whatsoever.
00:06.1 Modem: nVidia Corporation nForce3 Audio (rev a2)


... isn't that a sound card???
"We are all born originals -- why is it so many of us die copies?"
- Edward Young
New Re: OK, this makes no sense at all whatsoever.
OK, this makes no sense at all whatsoever.
00:06.1 Modem: nVidia Corporation nForce3 Audio (rev a2)
... isn't that a sound card???

nForce 3 is a chipset, must be from the motherboard of the system. It integrates a bunch of things, including sound and a modem.

Jay
New Are you sure you're up to this? :-)
I really don't want to put you off, but making an internal modem work in Linux can be a bit involved. I never did get the one in my D620 going. I can't even remember how I went about trying... but I do remember it was a bit of a rigmarole.

As far as external modems go, serial ones are usually real modems still. USB ones aren't necessarily.

Wade.


Is it enough to love
Is it enough to breathe
Somebody rip my heart out
And leave me here to bleed
 
Is it enough to die
Somebody save my life
I'd rather be Anything but Ordinary
Please



-- "Anything but Ordinary" by Avril Lavigne.

· my ·
· [link|http://staticsan.livejournal.com/|blog] ·
· [link|http://yceran.org/|website] ·

New No. No, I'm really not. :)
Considering that I'd be doing this without internet access, I think getting an external serial modem is my best bet... :)
"We are all born originals -- why is it so many of us die copies?"
- Edward Young
New Net thread on this
[link|http://help.lockergnome.com/linux/HP-Pavilion-dv5000-modem-Ubuntu-10-ftopict419701.html|http://help.lockergn...topict419701.html]
Too much of today's music is fashionable crap dressed as artistry.Adrian Belew
New Thanks for a hint -
$20 is a fair price for stated purposes.. maybe - 'course with 3 machines - maybe one will be a Conexant clone; then it's 20/year if kernel upgraded.

TANSTAAFL.

Guess it's 14.4 free module-test time

Later:
no need.. scratch the HP notebook:
Puppy ID'd it as a ESS 'Super Link' modem. ESS says:
Q: Does ESS modem devices support Linux OS? <sic>

A: The DSP codes to handle modem communication on a Win Modem or host-based modem (HSP) is ESS intellectual property and is not available for Linux public code release. <sic\ufffd>

ESS only has limited support for Linux modem driver, mainly because Linux driver needs to be built differently based on its kernel version. For resource reason we can only work with OEM customers to provide Linux support based on requested build version. Please check with your hardware vendor for Linux support policy.
Swell - proprietary AND.. every new kernel build needs driver rework.

..all those dead modems in all those notebooks - designed by Rumsfeld-Doze LLC, maybe?

Expand Edited by Ashton April 22, 2007, 04:45:09 AM EDT
New This is not surprising.
I found a good explanation for such a policy a number of months ago when I was researching softmodem support in Linux. Basically, when you bought a modem that had a phone line on the business end and a serial port on the other, you were paying as much for the hardware as for the firmware to implement all that fancy encoding. Once modems started moving into internal slots and then into laptop motherboards, they could dispense with the firmware and the serial interface and just have a DSP and some memory for its program. And the program is now part of the driver which they can much more easily upgrade for bug fixes and features. And it makes the hardware cheaper. Much cheaper. (And they can make the DSP simpler if the driver does some of the work in the main CPU, too.)

Unfortunately, this DSP programming is just as proprietary and expensive as it was in the hardware version. In fact, it is so valuable they will not just 'give it away'. This is why many softmodems do not have a Linux driver, unless perhaps they can provide a pre-compiled module for you.

It also explains why there are few open-source implementations: programming these things is hard work and if you're good enough to be able to do it in your spare time, you could probably get a job with someone who makes them. Or you'd probably prefer to work on a higher profile project, like a wireless card or even a graphics card.

Wade.


Is it enough to love
Is it enough to breathe
Somebody rip my heart out
And leave me here to bleed
 
Is it enough to die
Somebody save my life
I'd rather be Anything but Ordinary
Please



-- "Anything but Ordinary" by Avril Lavigne.

· my ·
· [link|http://staticsan.livejournal.com/|blog] ·
· [link|http://yceran.org/|website] ·

New Thanks - nicely legible explanation.
Where my lore fails is:
W.T.F. the concept "modular" - is not applicable to a one-size-fits-all [*nix build.]
Yes, the CPU needs to arrange some memory for running the {missing} modem-engine and
Yes, part of the operations of a chosen DSP may or may not be (also) delegated to the CPU == yan memory allocation for these ancillary calcs.

But.. reinvent those wheels for every kernel change?
So then, W.T.F. does "modular" really *mean* re *nix?


Yeah.. ignorance Kills.

(pToy)

Expand Edited by Ashton April 23, 2007, 06:58:51 AM EDT
New It is an Intellectual Property concern.
If they're willing to compile it for your Linux kernel, they are obviously able to compile it for a range of kernels. But they still want you to get it from them, perhaps even in exchange for money. They just don't want you to hand it out to all at large. That's their right, whether or not they choose to exercise it. IOW, it's not a technical limitation.

Wade.


Is it enough to love
Is it enough to breathe
Somebody rip my heart out
And leave me here to bleed
 
Is it enough to die
Somebody save my life
I'd rather be Anything but Ordinary
Please



-- "Anything but Ordinary" by Avril Lavigne.

· my ·
· [link|http://staticsan.livejournal.com/|blog] ·
· [link|http://yceran.org/|website] ·

New Thou asketh - - - Modems... yeah.. RIGHT, (new thread)
Created as new thread #282579 titled [link|/forums/render/content/show?contentid=282579|Thou asketh - - - Modems... yeah.. RIGHT,]


Pity when someone really Needs to get on-line via modem, though..
Dunno how Apple treats modems: not at all, anymore?
)
     Linux-compatible modem question - (cwbrenn) - (33)
         Actually they're not all useless. - (bepatient) - (14)
             Alas... - (cwbrenn) - (13)
                 Did you try... - (Yendor) - (4)
                     cwbrenn do the lspci junk in Yendor's post. -NT - (folkert) - (3)
                         ok -- will try this evening -NT - (cwbrenn) - (2)
                             OK, this makes no sense at all whatsoever. - (cwbrenn) - (1)
                                 Re: OK, this makes no sense at all whatsoever. - (JayMehaffey)
                 Are you sure you're up to this? :-) - (static) - (7)
                     No. No, I'm really not. :) - (cwbrenn)
                     Net thread on this - (bepatient) - (4)
                         Thanks for a hint - - (Ashton) - (3)
                             This is not surprising. - (static) - (2)
                                 Thanks - nicely legible explanation. - (Ashton) - (1)
                                     It is an Intellectual Property concern. - (static)
                     Thou asketh - - - Modems... yeah.. RIGHT, (new thread) - (Ashton)
         I am now less pleased with my laptop... - (cwbrenn) - (17)
             There are ways... - (Another Scott) - (1)
                 Holy crap! - (cwbrenn)
             You can get USB-serial adapters. - (static) - (3)
                 Yep, that worked. - (cwbrenn) - (2)
                     there's a reason radio shack still exists. -NT - (Silverlock)
                     Idiots - that's where I bought the Belkin unit I mentioned -NT - (Steve Lowe)
             Either get a USB to RS-232 adapter or a USB modem - (Steve Lowe) - (1)
                 I've yet to see a USB modem that isn't a winmodem... - (cwbrenn)
             parallel to serial converters have been around forever. -NT - (Silverlock) - (3)
                 Yeah, but the problem is - (cwbrenn) - (2)
                     (side note -- a sign that I am actually learning things...) - (cwbrenn) - (1)
                         We'll make a Linux wonk out of you yet! :-) -NT - (static)
             I have a couple ... - (folkert) - (4)
                 Ominous... - (cwbrenn) - (3)
                     Replied back... - (folkert) - (2)
                         Haven't had a chance to check my mail yet... - (cwbrenn) - (1)
                             Oi! No probs. -NT - (folkert)

Just having a rest between bars...
157 ms