PDA

View Full Version : Installing Packages Downloaded Without Using Apt?



Tom2000
02-19-2005, 03:35 PM
I've been trying, unsuccessfully, to configure my laptop's internal winmodem. It requires the SmartLink drivers. I've tried slmodem-2.9.10 from the SmartLink site, and versions 2.9.9 and 2.7.10 that I found on the net. They all compile and (apparently) install OK, but they don't work. (Knoppix 3.7/kernel 2.4)

I found a couple of SmartLink packages on the Debian site, and have downloaded them using the Windows side of my machine. I've moved them over to the Linux side, but find that I'm unable to make Apt recognize their existence.

I've read the Apt man pages and chapter 8 of the Debian/Progeny User's Guide. Nothing I've read indicates that Apt can be used for packages it doesn't download itself.

I tried writing the files to a CD-R, then using Apt-cdrom, but that routine comes back and tells me that I don't have a valid Debian disc in the drive.

I'm sort of at my wits end with this modem problem, and am just a hair away from scrapping Linux altogether. Any assistance would be greatly appreciated.

Many thanks,

Tom

Markus
02-19-2005, 03:55 PM
You can install debs with: dpkg -i /path/packagename.deb

Tom2000
02-19-2005, 04:38 PM
Many thanks, Marcus. I'll give it a try.

Best Regards,

Tom

Tom2000
02-19-2005, 05:58 PM
Marcus,

That did it!

My modem now works, and I'm posting this from Linux. As they say in the Toyota commercial, "Man, what a feeling!"

FWIW, I'm running Kanotix 2005.1 on the HDD right now, which I installed last night in desperation. Now that it's working, I guess I'm going to try the same thing in Knoppix 3.7, kernel 2.4, which was running very nicely for me (other than the modem problem.)

In case anyone happens to search out this thread while looking for a solution to the modem problem on the Toshiba P25 laptop series, the solution is to install the Debian packages sl-modem-source-2.9.9a-I386.deb, then sl-modem-daemon-2.9.9a-i386.deb. After installing those, the modem came right up!

Thanks again, and Best Regards,

Tom

Markus
02-19-2005, 10:33 PM
Well done. Modems are often tricky things in linux.
While you have kanotix you might want to stick with it 'cause it gives you less problems with a hd install than knoppix.
OTOH if you want to test if it can be done in knoppix, go ahead.

Tom2000
02-19-2005, 10:48 PM
Markus,

Yes, I found that out. I uninstalled Kanotix, re-installed Knoppix, and installed the two modem .deb packages.

The modem didn't work under Knoppix kernels 2.4 or 2.6.

I re-installed Kanotix, installed the .deb packages, and my modem is up and running. I guess I'll stick with Kanotix.

Once again, many thanks!

Best Regards,

Tom

mr_ed
02-20-2005, 08:03 AM
Hiya!


I guess I'll stick with Kanotix
Wow, bummer.

I mean, it's good that you have a Linux that works! :D Too bad about Knoppix though.

Yeah, Winmodems.... I was a "telecom professional" and just can't see putting modems in software. Sure, lotsa stuff can be more flexibly implemented in software than hardware, and run faster as well.

But for the love of Pete, modem standards aren't going to change every 7 months, and the existing hardware can handle things just fine. I guess some things just gotta be made proprietary. :evil:

-- Ed

Tom2000
02-20-2005, 04:22 PM
Yeah, Winmodems.... I was a "telecom professional" and just can't see putting modems in software. Sure, lotsa stuff can be more flexibly implemented in software than hardware, and run faster as well.

But for the love of Pete, modem standards aren't going to change every 7 months, and the existing hardware can handle things just fine. I guess some things just gotta be made proprietary. :evil:
-- Ed

Hi, again, Ed,

Small world. I was a telecomm engineer fo a good part of my career.

I actually think sofware-defined modems are a great idea and, considering the computing horsepower we have at our fingertips in our modern PCs, "the right way" or at least "a good way" of implementing the system. Even more interesting than software-defined modems are software-defined radios, where the A/D and D/A stages are moving ever closer to the antenna. (You probably own at least one SDR right now, but probably call it by some mundane term, like "cell phone." <g>)

I agree that modem standards aren't going to be changing every six or seven months, but the opportunity to crank out a little better performance simply by replacing the driver/DSP software, rather than replacing hardware, is something we can't ignore. Even the folks who manufacture hardware modems think so; witness the "firmware upgradability" features available in some modems. What they're upgrading is the DSP routine. Essentially, a modern modem is a winmodem, with the PC's function replaced by a dedicated DSP processor.

So, the modern modem implementation is a simple hardware front end, with the acutal "modemming" done by DSP. The difference between a stand-alone modem and a winmodem is simply what and where the DSP processor resides.

And, of course, if and when standards change, a software-defined modem is well placed to implement those changes quickly and cheaply.

SDMs wouldn't be a problem for us if only the manufacturers would support Linux the way they support Windows. If that was the case, our laptop modem installs wouldn't be an issue at all - they'd just work automatically with each Linux install. Modems wouldn't be any more an issue than mice.

BTW, there's a pretty good book on DSP techniques available for free on the net: "The Scientists and Engineer's Guide to DSP." It's a good "under the hood" survey of some DSP techniques that's not math intensive, so thee and me can follow what the author has to say. It's available at http://www.dspguide.com . Careful, though - you can easily get hooked on this stuff!

Best Regards,

Tom

NewB4Life
10-31-2005, 02:51 PM
Thanx for the "K"nowledge Tom, and Marcus for the "fix"