Sponsored Content
Full Discussion: Linux & Internal Modems
Operating Systems Linux Linux & Internal Modems Post 41615 by kregh99 on Thursday 9th of October 2003 01:34:48 PM
Old 10-09-2003
If by internal, you mean winmodem (as are commonly found in laptops), then you will have a very difficult time finding drivers. I suspect the reason for this is that Lucent designed most of them and they designed it specifically for Windows, which make writing open source drivers for them a royal pain.

I took the external modem route and saved myself a lot of aggravation. Almost all of them are Linux compatible (even if they don't say they are).
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Win-modems

Does anyone know of the where abouts of a Win-Modem Driver for linux ? Ifyou do PLEASE give me the URL because i need one badly (1 Reply)
Discussion started by: JeZzTeR
1 Replies

2. SuSE

Linux & External USB Modems

Hello There, I can understand that this is a classic problem with linux that it does not support even the hardware external modems. I have recently tried a USR External USB v 92 Modem (Model USR 5636). It has got its own DSP @56 Mhz, flash ram of 256 KBs and a EEPROM for upgrading the firmware.... (1 Reply)
Discussion started by: Jawwad
1 Replies

3. IP Networking

internal routing & vpn

hi there. i got a vpn working. this is what happens: remote pc ----(vpn/INTERNET)----vpn server--(redirect)---webapp (internal network) real: 200.12.15.20 200.20.45.123 vpn: 10.8.0.2 10.8.0.1 internal: ... (0 Replies)
Discussion started by: wachichornia
0 Replies

4. Windows & DOS: Issues & Discussions

regarding internal modems

hi I have two internal modems connected in my system. For these two lines i have connected two separate telephone lines. When i try to call from one modem through the telephone line i get connect message. when i try to call from the other telephone line connected to another modem i did not... (3 Replies)
Discussion started by: rajas1982
3 Replies

5. UNIX for Advanced & Expert Users

Linux FileSystem Internal Buffer size:

I know that Univ FileSystem stores all file data in the form of first few direct nodes followed by indirect nodes. But internally some systems implement where , a single block of 4096 isnt allocated alone a single block basis on physical drive, rather a large chunk of data is allocated and no. of... (1 Reply)
Discussion started by: GloriousDaisy
1 Replies

6. UNIX for Advanced & Expert Users

Forwarding internal internet packets to internal webserver using iptables

Hi, I need to redirect internal internet requests to a auth client site siting on the gateway. Currently users that are authenticated to access the internet have there mac address listed in the FORWARD chain. All other users need to be redirected to a internal site for authentication. Can... (1 Reply)
Discussion started by: mshindo
1 Replies

7. IP Networking

I need HELP to Set up Coyote Linux router with 1 static IP & 64 internal static IP

hello, i need help on setting my coyote linux, i've working on this for last 5 days, can't get it to work. I've been posting this message to coyote forum, and other linux forum, but haven't get any answer yet. Hope someone here can help me...... please see my attached picture first. ... (0 Replies)
Discussion started by: dlwoaud
0 Replies

8. What is on Your Mind?

Modems still in operation?

Does anyone still use modems for anything? Every now and then I see a web site that offers low res video for dial-up users. I wonder if any dial-up users still exist. But even if you have a wide band Internet connection,you might still use a modem for something else. For the purposes of this... (13 Replies)
Discussion started by: Perderabo
13 Replies

9. Red Hat

Disk in Linux machine are internal or external

How to check whether the disk in linux machine are internal or external ( from nas or san). How to identify internal(local) and external disks. Following are some details of my server. Thanks. #df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 15G 3.5G 10G... (2 Replies)
Discussion started by: salmanraza
2 Replies

10. UNIX and Linux Applications

Xalan & Xerces issues for Oracle Linux 6.6 & Solarisstudio12.3 C++ compiler for Linux

Hi Team, I am facing issue while using Xalan & Xerces for my application. Below are my environment details i am using :- Platform:- Oracle Linux 6.6 Compiler :- solarisstudio12.3 C++ compiler for Linux Below are the versions of Xalan & Xerces source code used to build the shared object... (0 Replies)
Discussion started by: agrachirag
0 Replies
oss_hdaudio(7)							    OSS Devices 						    oss_hdaudio(7)

NAME
oss_hdaudio - Intel High Definition Audio (AZALIA) DESCRIPTION
Open Sound System driver for Intels high definition audio known as "Azalia". This driver supports Intel 915/925 chipsets with the Realtek ALC880 and CMedia 9880 8 channel codecs. The HDA driver supports: o 8-96Khz Playback/Recording o 8 or 16 or 32 bits o 2, 4, 6 or 8 channel audio. o SPDIF digital output and Input o AC3 passthrough HDAUDIO MIXER The Intel HDA mixer is a new type of mixer that doesn't have the normal volume controls found on AC97 or legacy SB devices. The HDA mixer presents a concept of Jacks and you can configure any jack to be either an output or an input jack. Some motherboards may not correctly initialize the jacks according to their color and functionality but in general here's the configuration that should generally be followed: o Orange = Center/LFE o Blue = Line-in o Black = Rear o Green = Front o Grey = Side o Pink = Mic Some Azalia codecs support front panel connectors and so if you see fp-green and fp-pink connectors, then these are for front panel speaker and mic/line-in Jacks. There is a function selector for most of the analog audio jacks (for example connector.pink.mode). This selector is used to control if the jack is used as an input (microphone or line in) or output (front, rear, side, speaker, etc). KNOWN PROBLEMS
In general Azalia based systems (laptops/motherboards) would require a custom driver to work properly. Due to enormous number of different systems it is not possible to develop such custom drivers for all systems. A generic driver is used for systems that don't have dedicated drivers. Unfortunately the mixer and control panel interface (see ossmix(1)) for "generic" systems is very cryptic and difficult to understand. To solve problems with volumes or signal routing you need to start ossxmix(1) and change the controls one at time until you get the desired effect. OPTIONS
o hdaudio_jacksense enables jack sensing mode when the hdaudio driver is loaded. In this mode all I/O pin's that are not in use will be disabled as well as the mixer controls that are related with them. In this way the mixer/control panel will become more intuitive. However OSS will need to be restarted with soundoff; soundon every time new inputs or outputs are attached to the audio jacks. Default : 0. NOTE! hdaudio_jacksense=1 works only in some systems. Many laptops and motherboards don't support jack sensing. o hdaudio_noskip Disable skipping unconnected jack. All mixer controls will be shown, even for disabled I/O pins. Can get values 0-7. 1-7 is a bit- mask, where every bit masks a different check. Bit 3 (= value 4) overrides jacksense check too. Default: 0 - unconnected jacks are skipped. FILES
/etc/oss4/conf/oss_hdaudio.conf Device configuration file AUTHOR
4Front Technologies 16 December 2012 oss_hdaudio(7)
All times are GMT -4. The time now is 10:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy