Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Debian Linux Help
Reload this Page "dpkg -i oss-linux-4.0-1016_i386.deb" fails
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Debian Linux Help Discussions related to Debian GNU/Linux.

Reply
 
Thread Tools Display Modes
Old 07-16-2008   #1 (permalink)
Just Joined!
 
bezdomny's Avatar
 
Join Date: Apr 2007
Location: Central California
Posts: 61
Send a message via Skype™ to bezdomny
"dpkg -i oss-linux-4.0-1016_i386.deb" fails

# dpkg -i oss-linux-4.0-1016_i386.deb=
Code:
(Reading database ... 184848 files and directories currently installed.)
Preparing to replace oss-linux 4.0-1016 (using oss-linux-4.0-1016_i386.deb) ...
sh: /usr/lib/oss/scripts/restore_drv.sh: No such file or directory
dpkg: warning - old pre-removal script returned error exit status 127
dpkg - trying script from the new package instead ...
sh: /usr/lib/oss/scripts/restore_drv.sh: No such file or directory
dpkg: error processing oss-linux-4.0-1016_i386.deb (--install):
 subprocess new pre-removal script returned error exit status 127
Building OSS Modules for Linux-unknown 2.6.25.9
/var/lib/dpkg/info/oss-linux.postinst: line 3: cd: /usr/lib/oss/build: No such file or directory
sh: install.sh: No such file or directory
Starting Open Sound System
cat: /usr/lib/oss/version.dat: No such file or directory
/usr/lib/oss/etc/devices.list: No such file or directory
No /usr/lib/oss/etc/installed_drivers - cannot continue
Processing triggers for menu ...
Errors were encountered while processing:
 oss-linux-4.0-1016_i386.deb
# cat /proc/cpuinfo=
Code:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Pentium(R) 4 CPU 1.60GHz
stepping	: 2
cpu MHz		: 1594.829
cache size	: 256 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm up pebs bts
bogomips	: 3193.63
clflush size	: 64
# cat /proc/meminfo=
Code:
MemTotal:      1036224 kB
MemFree:        608928 kB
Buffers:         21232 kB
Cached:         228564 kB
SwapCached:          0 kB
Active:         250332 kB
Inactive:       149024 kB
HighTotal:      130816 kB
HighFree:          252 kB
LowTotal:       905408 kB
LowFree:        608676 kB
SwapTotal:     2715640 kB
SwapFree:      2715640 kB
Dirty:              36 kB
Writeback:           0 kB
AnonPages:      149576 kB
Mapped:          55052 kB
Slab:            18508 kB
SReclaimable:    11400 kB
SUnreclaim:       7108 kB
PageTables:       1720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3233752 kB
Committed_AS:   330736 kB
VmallocTotal:   114680 kB
VmallocUsed:     85548 kB
VmallocChunk:    28212 kB
# cat /proc/version=
Code:
Linux version 2.6.25.9 (root@bezdomny) (gcc version 4.3.1 (Debian 4.3.1-2) ) #1 SMP Fri Jul 4 19:52:20 PDT 2008
# lspci=
Code:
00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 05)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 05)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 05)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
02:09.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 08)
02:0a.0 Communication controller: Conexant HCF 56k Data/Fax Modem (rev 08)
02:0b.0 Multimedia audio controller: Creative Labs Ectiva EV1938
# lsusb=
Code:
Bus 002 Device 003: ID 10f5:0210 Turtle Beach 
Bus 002 Device 002: ID 03f0:2405 Hewlett-Packard ScanJet 4070 Photosmart
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:08b3 Logitech, Inc. QuickCam Zoom
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Please advise as I would like to get OSS to support my new USB external audio device (Bus 002 Device 003 above) and then be able to voice chat in Skype. Thanks!

Best regards from North-Central California USA,

bezdomny
bezdomny is offline   Reply With Quote
Old 07-18-2008   #2 (permalink)
Linux Newbie
 
raghaven.kumar's Avatar
 
Join Date: Mar 2008
Location: Bangalore, India
Posts: 145
try
apt-get -f install
to remove the package
and then dpkg again.
raghaven.kumar is offline   Reply With Quote
Old 07-18-2008   #3 (permalink)
Just Joined!
 
bezdomny's Avatar
 
Join Date: Apr 2007
Location: Central California
Posts: 61
Send a message via Skype™ to bezdomny
original problem solved, now looking for way to get OSS to support Skype v. 2.0.0.72

Thank you, raghaven.kumar. I forgot to post here that the original problem has been solved; now I'm looking for a way to get OSS to support Skype v.2.0.0.72 (in mentioning this, I may be annyong the moderators with a duplicate post, for which I apologize). I guess the trick is to get "/dev/dsp/" to appear in the drop-down lists of Skype's "Sound Devices" dialogue.

Thank you for your time and I apologize for not posting earlier that the issue was resolved.

Best regards from North-Central California USA,

bezdomny
bezdomny is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 04:21 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0