Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-07-2004, 05:42 AM
|
#1
|
Member
Registered: Mar 2004
Posts: 519
Rep:
|
How do I find out what sound card I have on this old laptop?
I have a:
Digital HiNote VP (Apparently Model TS30G)
How do I find out what sound card I have?
I tried searching at google for combinations of keywords: digital hinote vp sound card drivers ts30g
but really only received adverts with not enough information.
# alsaconf
doesn't detect any sound cards, even after probing for legacy cards
$ lspci
returns:
00:00.0 Host bridge: Intel Corp. 430MX - 82437MX Mob. System Ctrlr (MTSC) & 82438MX Data Path (MTDP) (rev 02)
00:01.0 Bridge: Intel Corp. 430MX - 82371MX Mobile PCI I/O IDE Xcelerator (MPIIX) (rev 03)
00:02.0 VGA compatible controller: Neomagic Corporation NM2090 [MagicGraph 128V] (rev 01)
00:04.0 PCMCIA bridge: Cirrus Logic CL 6729 (rev ee)
The weird thing is, under VectorLinux, sndconfig / SB16 worked, but I don't like VL. I can't run sndconfig under Slackware so I'm kind of stuck.
# sndconfig
returns:
soundcore.o was not found in the module search path
# modprobe snd-sb16
Returns can't locate module
# insmod snd-sb16
returns unresolved symbol errors
Any help would be appreciated!
|
|
|
08-07-2004, 08:37 AM
|
#2
|
Member
Registered: Jul 2003
Location: Glasgow, Scotland
Distribution: Slackware 10
Posts: 78
Rep:
|
Hi SBing,
This took a bit of finding,
Google was crap so I hit Altavista and searched for "Digital HiNote TS30G" the first hit had this,,
" I`m using a Digital HiNote VP562 (Model TS30G)" so off to the Digital site i went
(within Compaq, within HP)
Here is the support page for the 500 series of Digital notebooks:
http://h18000.www1.hp.com/legacysupp..._abstract.html
Here is the spec page for the above models:
http://h18000.www1.hp.com/legacysupp...500_specs.html
I hope this helps you out,,,,
Im sorry about the long winded post but I wanted you to see where I got VP562 from.
PS try running alsaconf under slackware instead of sndconfig.
Regards
Scott
Last edited by The Bad Penny; 08-07-2004 at 08:43 AM.
|
|
|
08-07-2004, 03:19 PM
|
#3
|
Member
Registered: Jul 2004
Posts: 63
Rep:
|
For shits and giggles (and because this has worked twice before, albeit not on any ancient laptops):
Boot Knoppix and see if it autodetects your sound card.
Brian
|
|
|
08-08-2004, 05:16 AM
|
#4
|
Member
Registered: Mar 2004
Posts: 519
Original Poster
Rep:
|
@The Bad Penny,
Thank you so much! I really appreciate that - now I know to treat it like a SB16.
However, alsaconf doesn't detect the legacy card - I'll fiddle with it a bit more and see if it works, I'll report back later.
Thanks again for the effort you went to!
@zensufi
Good idea - I have a PCMCIA cdrom, so I'll have to find a boot floppy first that will let me boot of the CDROM, I'll try that after I've run out of possibilities with Slackware.
Cheers!
|
|
|
08-08-2004, 06:36 AM
|
#5
|
Member
Registered: Jul 2003
Location: Glasgow, Scotland
Distribution: Slackware 10
Posts: 78
Rep:
|
You are very welcome SBing,
Im just glad I could help.
Good luck
Scott
|
|
|
08-09-2004, 04:14 PM
|
#6
|
Member
Registered: Mar 2004
Posts: 519
Original Poster
Rep:
|
Okay, I put together a vector installation by using tomsrtbt, and bzip2' the two bz2 files :)
I ran sndconfig, selected "Sound Blaster" (SB Pro, SB16 etc didn't work) with these settings:
I/O Port: 0x220
IRQ: 5 -------------------- (IRQ: 3 played a truncated sample - I guess something to do with interrupts)
The output of sndconfig (post screen) is:
Soundblaster audio driver Copyright...
sb: No ISAPnP cards found...
SB 3.01 detected OK (220)
ESS chip ES1688 detected
<ESS ES1688 AudioDrive (rev 11) (3.01)> at 0x220 irq 5 dma 1
YM3812 and OPL-3 driver Copyright...
<Yamaha OPL3> at 0x388
# lsmod
sb ---------------0
sb_lib ---------- 0 ----- [sb]
uart401 -------- 0 ---- [sb_lib]
sound ---------- 0 ---- [sb _lib uart401]
soundcore ---- 4 ---- [sb_lib sound]
Now I guess I have to get this to work under Slackware, taking a look at modules.conf:
post-install awe_wave /bin/sfxload /etc/midi/GU11-ROM.SF2
alias sound-slot-0 sb
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 | | :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 | | :
options sound dmabuf=1
alias synth0 opl3
options opl3 io=0x388
options sb io=0x220 irq=5 dma=1
I guess I can just copy across this to a Slackware modules.conf and hopefully have sound! :)
Please ignore any typos! A lot of the text here is copied by hand and I'm sleepy :P!
Cheers
Steve
Last edited by SBing; 08-09-2004 at 04:16 PM.
|
|
|
08-10-2004, 04:47 PM
|
#7
|
Member
Registered: Mar 2004
Posts: 519
Original Poster
Rep:
|
Well, I installed Slack10 on the laptop
Quote:
modules.conf
alias sound-slot-0 sb
options sound dmabuf=1
alias synth0 opl3
options opl3 io=0x388
options sb io=0x220 irq=5 dma=1 mpu_io=0x330
|
Quote:
rc.modules
/sbin/modprobe sb
|
Wow! I've just realised how bad laptop speakers are!!
Cheers,
Steve
|
|
|
All times are GMT -5. The time now is 04:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|