No Sound---Solved Bloody Beauty !!

Problems and successes with specific brands/models of computer audio hardware
Post Reply
Message
Author
pcdoctor
Posts: 12
Joined: Fri 18 Apr 2008, 01:30

#16 Post by pcdoctor »

I'm used to the terminal in kubuntu.
I can cut and paste by doing a shift insert or selecting the paste option.
Is there any way to send the output of the terminal to a text file?
This way I can open the text file using abiword and then paste my info in this thread.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#17 Post by Béèm »

That was the problem I had. Nor the shift-ins nor the ctrl-V did work.
If the scroll wheel is your middle button (which it is normally) yes that's the one to use.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#18 Post by muggins »

Or, if your mouse doesn't have a middle button, you can simulate by clicking left & right buttons simultaneously.

pcdoctor
Posts: 12
Joined: Fri 18 Apr 2008, 01:30

#19 Post by pcdoctor »

Here is my original problem.
I have sound in puppy 1.08 but not 2.x, 3.x or 4.x.
Info from puppy 1.08 said: Advance Logic ALS100
snd-als100 was listed in the modprobe.conf file in v. 1.08.
I currently have puppy 4.00 installed.

# aplay -l
aplay: device_list:204: no soundcards found...
#


# lspci -n
00:00.0 Class 0600: 1106:0598 (rev 04)
00:01.0 Class 0604: 1106:8598
00:07.0 Class 0601: 1106:0586 (rev 47)
00:07.1 Class 0101: 1106:0571 (rev 06)
00:07.2 Class 0c03: 1106:3038 (rev 02)
00:07.3 Class 0604: 1106:3040 (rev 10)
00:08.0 Class 0c03: 1045:c861 (rev 10)
00:09.0 Class 0300: 1013:00a8 (rev fc)
00:0a.0 Class 0200: 10b7:9050


lspci -i /usr/share/pci-usb-pcmcia.ids
00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 0598 (rev 04)
00:01.0 PCI bridge: VIA Technologies, Inc.: Unknown device 8598
00:07.0 ISA bridge: VIA Technologies, Inc.: Unknown device 0586 (rev 47)
00:07.1 IDE interface: VIA Technologies, Inc.: Unknown device 0571 (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 02)
00:07.3 PCI bridge: VIA Technologies, Inc.: Unknown device 3040 (rev 10)
00:08.0 USB Controller: OPTi Inc.: Unknown device c861 (rev 10)
00:09.0 VGA compatible controller: Cirrus Logic: Unknown device 00a8 (rev fc)
00:0a.0 Ethernet controller: 3Com Corporation: Unknown device 9050




tail /etc/modprobe.conf
install scsi_hostadapter /bin/true
install usbmouse /sbin/modprobe --first-time --ignore-install usbmouse && { /sbin/modprobe hid; /bin/true; }
install wacom /sbin/modprobe --first-time --ignore-install wacom && { /sbin/modprobe evdev; /bin/true; }
remove hid { /sbin/modprobe -r keybdev; /sbin/modprobe -r mousedev; } ; /sbin/modprobe -r --first-time --ignore-remove hid
remove ov518_decomp /sbin/modprobe -r --first-time --ignore-remove ov518_decomp && { /sbin/modprobe -r ov511; /bin/true; }
remove usbmouse { /sbin/modprobe -r hid; } ; /sbin/modprobe -r --first-time --ignore-remove usbmouse
remove wacom { /sbin/modprobe -r evdev; } ; /sbin/modprobe -r --first-time --ignore-remove wacom
install sdhci /sbin/modprobe mmc_block major=179 ; /sbin/modprobe --ignore-install sdhci
remove sdhci /sbin/modprobe -r --ignore-remove sdhci ; /sbin/modprobe -r mmc_block
install tifm_7xx1 /sbin/modprobe --ignore-install tifm_7xx1 ; /sbin/modprobe mmc_block major=179 ; /sbin/modprobe tifm_sd



ls /sys/bus/pnp/devices/*:*.00
bus id options power resources subsystem uevent


cat /sys/bus/pnp/devices/*:*.00/id
@@@2001
# @@@2001

cat /proc/isapnp
cat: /proc/isapnp: No such file or directory

I can't get the part for "lsmod" to paste

Post Reply