Sponsored Content
Full Discussion: Solaris newbie, need help
Operating Systems Solaris Solaris newbie, need help Post 302265500 by GeekMasterFlash on Sunday 7th of December 2008 05:15:54 PM
Old 12-07-2008
Solaris newbie, need help

Hello, I am a newbie to both solaris and unix (thought i would jump right into the deep end) anyway...

I am having something of a hardware issue. My sun blade 2500 has two graphics cards, a sound card (pci) and an internal speaker.

After installation, it has used the worse of both. I have a vxr-1200 on this baby, but instead it is using the m64b.

It is also using the internal speaker instead of the soundcard.

Can anyone help me with this?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Newbie on Solaris 8

Hello everyone, I just installed Solaris 8 on an intel machine. I am having problems with the network adapter which is not being recognized by the device configuration asistant despite it being listed in the Solaris 8 Hardware Compatibility list. This card is a Linksys LNE100TX and it is the only... (1 Reply)
Discussion started by: jdevarie
1 Replies

2. Solaris

Solaris - Newbie need help

Hi everybody. Sorry my English, first. Im a Solaris newbie. I want to learn Solaris. I've a Solaris 9 CD. I try to setup into my PC (Dell, PIV 2.8GHz, RAM 256Mb, HDD 40Gb), but it can't boot from the CD? What will I do to make it bootable and start the installation. Please tell me the format of... (4 Replies)
Discussion started by: imyourfriend
4 Replies

3. UNIX for Dummies Questions & Answers

Solaris netstat. Newbie.

Hi, I currently have two processes running on my Solaris server that are hogging the cpu. I am confident that these two processes are caused by remote users logged into the oracle database on the server. What I need to know is how to get the corresponding ip address associated with the... (2 Replies)
Discussion started by: gwhelan
2 Replies

4. Solaris

Installing en_US.UTF-8 on Solaris 10. Newbie.

Hi, I am looking to install en_US.UTF-8 on to a solaris 10 Sparc server. Is it possible to install this character set from the iso image? I have an iso image only (sol_10_u.iso) on CD. I have used the command below but with no success. Any pointers to get this installed would be greatly... (5 Replies)
Discussion started by: gwhelan
5 Replies

5. Solaris

Solaris Newbie questions...

Hello everyone, I am brand spanking new to both Solaris and Unix. I thought I would give it a go after buying a SB2500 off ebay for a few hundred dollars. I am having some issues that I am not sure how to correct, and I am wondering if I can get a few pointers? The first one is that my system... (2 Replies)
Discussion started by: GeekMasterFlash
2 Replies

6. Solaris

Solaris Newbie - I just want a minimal install

I'm coming from BSD/Linux where I went from having to install gnome to now running *nix boxes with just the CLI. I love it but now I want to try my hand at solaris. I'm installing solaris 10 in a VM but I am kinda shocked at the install size. I would do the "core" option but I dont know if I'll... (2 Replies)
Discussion started by: sdotsen
2 Replies

7. Solaris

Newbie for solaris 10 and zfs

I have a Sun T2000 machines and require to reinstall the OS (Solaris 10 05/09). During installation, it prompts me about using UFS/ZFS and I'd chosen ZFS and choose to separate /root and /var. After installation, it displays the following: Filesystem kbytes used avail... (1 Reply)
Discussion started by: donaldfung
1 Replies

8. UNIX for Dummies Questions & Answers

Mail Server on solaris (newbie)

Hello to all, My company has installed CW LMS 3 on a Solaris 10 server. I want to configure the system as a mail server, so that it sends an e-mail when a network incident occurs. I have created a user account and I have configured Thunderbird Mozilla to retrieve the e-mails. I have configured... (0 Replies)
Discussion started by: kadar
0 Replies

9. Solaris

newbie - learn Solaris 10 or 11?

Hello, I looking for becoming a Solaris system administrator. Background: I consider myself an entry-level Linux system administrator. I don't know if I start my studies with Solaris 10 or 11. Maybe Solaris 11 because it's the new thing and the future, and Solaris 10 because since Solaris is... (2 Replies)
Discussion started by: albertoridolfi
2 Replies

10. Solaris

Newbie to Solaris needs HELP!!!

Hello there, Am new to Solaris and want to find out what textbooks you can recommend me as a first time user? I have read the Sun Certified System Administrator for Solaris 10 Study Guide (Exams 310-200 & 310-202) by Paul Sanghera but other people say its outdated and not a good book. I also have... (3 Replies)
Discussion started by: runell
3 Replies
MIXER(8)						    BSD System Manager's Manual 						  MIXER(8)

NAME
mixer -- set/display soundcard mixer values SYNOPSIS
mixer [-f device] [-s | -S] [dev [[+|-]lvol[:[+|-]rvol]]] ... mixer [-f device] [-s | -S] recsrc ... mixer [-f device] [-s | -S] {^|+|-|=}rec rdev ... DESCRIPTION
The mixer utility is used to set and display soundcard mixer device levels. It may also be used to start and stop recording from the sound- card. The list of mixer devices that may be modified are: vol, bass, treble, synth, pcm, speaker, line, mic, cd, mix, pcm2, rec, igain, ogain, line1, line2, line3, dig1, dig2, dig3, phin, phout, video, radio, and monitor. Not all mixer devices are available. Without any arguments, mixer displays the current settings for all supported devices, followed by information about the current recording input devices. If the dev argument is specified, mixer displays only the value for that dev. To modify the mixer value dev, the optional left and right channel settings of lvol[:rvol] may be specified. The lvol and rvol arguments may be from 0 - 100. Omitting dev and including only the channel settings will change the main volume level. If the left or right channel settings are prefixed with + or -, the value following will be used as a relative adjustment, modifying the cur- rent settings by the amount specified. If the -s flag is used, the current mixer values will be displayed in a format suitable for use as the command-line arguments to a future invocation of mixer (as above). The -S flag provides the above output without mixing field separators. To change the recording device you use one of: ^rec toggles rdev of possible recording devices +rec adds rdev to possible recording devices -rec removes rdev from possible recording devices =rec sets the recording device to rdev The above commands work on an internal mask. After all the options have been parsed, it will set then read the mask from the sound card. This will let you see EXACTLY what the soundcard is using for the recording device(s). The option recsrc will display the current recording devices. The option -f device will open device as the mixer device. FILES
/dev/mixer the default mixer device SEE ALSO
cdcontrol(1), sound(4) HISTORY
The mixer utility first appeared in FreeBSD 2.0.5. AUTHORS
Original source by Craig Metz <cmetz@thor.tjhsst.edu> and Hannu Savolainen. Mostly rewritten by John-Mark Gurney <jmg@FreeBSD.org>. This manual page was written by Mike Pritchard <mpp@FreeBSD.org>. BSD
June 2, 2014 BSD
All times are GMT -4. The time now is 01:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy