The Original Gay Porn Community - Free Gay Movies and Photos, Gay Porn Site Reviews and Adult Gay Forums

  • Welcome To Just Us Boys - The World's Largest Gay Message Board Community

    In order to comply with recent US Supreme Court rulings regarding adult content, we will be making changes in the future to require that you log into your account to view adult content on the site.
    If you do not have an account, please register.
    REGISTER HERE - 100% FREE / We Will Never Sell Your Info

    PLEASE READ: To register, turn off your VPN (iPhone users- disable iCloud); you can re-enable the VPN after registration. You must maintain an active email address on your account: disposable email addresses cannot be used to register.

So I decided to get Linux.....um....yeah.

Sunshine

all of this wasted pain..
Joined
Sep 15, 2007
Posts
5,545
Reaction score
3
Points
0
Location
Orlando, FL
It's really pretty and has a buttload of fun stuff. But so confusing at first. I've been using it for about 3 hours and trying to get everything set up. Its fun...ish.

I think I'm going to eventually start loving it after a while.

2 questions though...noob questions... LOL

How the hell do I get the audio to work? I've tried going through the prefrences and all that and I'm thinking I might need drivers for the speakers? i didnt in windows but...maybe linux ?

also...

I need help setting up my webcam. =/ So far I've heard people mention "cheese"....and that just made me want cheese really bad.

help plz?


p-s - I googled all this and it just confused me more. =/
 
first thing's first. we need to know what distro you have. I presume Ubuntu. correct me if I'm wrong.

Now you need to open up a "terminal"

type in "lspci" which is 'LiSt PCI devices'
highlight the output (probably a page and a half, so expand the window and highlight everything. right click and copy. paste it in here.

now do an "lsusb" which lists USB devices, do this while any USB devices you want to use are plugged in.

do the same for "lsmod" so we can see what modules are being loaded or not loaded.

for the webcam, I'll wait to find out what distro you have.

woo! okay.


Um.



Lspci

$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. CN896/VN896/P4M900 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. CN896/VN896/P4M900 PCI to PCI Bridge Controller (rev 80)
00:03.0 PCI bridge: VIA Technologies, Inc. CN896/VN896/P4M900 PCI to PCI Bridge Controller (rev 80)
00:0f.0 IDE interface: VIA Technologies, Inc. Device 5337 (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
01:00.0 VGA compatible controller: VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] (rev 01)
04:04.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
04:0e.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 8d)
80:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)

lsusb

Bus 001 Device 003: ID 05ac:1260 Apple, Inc. iPod Nano 2.Gen
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 046d:08d9 Logitech, Inc. QuickCam IM/Connect
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lsmod

$ lsmod
Module Size Used by
snd_usb_audio 90400 1
snd_usb_lib 24320 1 snd_usb_audio
snd_hwdep 15108 1 snd_usb_audio
gspca_zc3xx 55552 0
gspca_main 29952 1 gspca_zc3xx
videodev 41600 1 gspca_main
v4l1_compat 21764 1 videodev
nls_iso8859_1 12032 1
nls_cp437 13696 1
vfat 18816 1
fat 58272 1 vfat
ipt_REJECT 11136 1
ipt_LOG 13700 5
xt_limit 10116 6
xt_tcpudp 11008 7
xt_state 10112 5
ipt_addrtype 10496 4
ip6table_filter 10624 1
ip6_tables 20880 1 ip6table_filter
nf_nat_irc 10240 0
nf_conntrack_irc 13220 1 nf_nat_irc
nf_nat_ftp 10752 0
nf_nat 25876 2 nf_nat_irc,nf_nat_ftp
nf_conntrack_ipv4 21388 7 nf_nat
nf_defrag_ipv4 9984 1 nf_conntrack_ipv4
nf_conntrack_ftp 15652 1 nf_nat_ftp
nf_conntrack 72008 7 xt_state,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
iptable_filter 10752 1
ip_tables 19472 1 iptable_filter
x_tables 23044 8 ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_state,ipt_addrtype,ip6_tables,ip_tables
binfmt_misc 16776 1
via 49152 0
drm 96296 1 via
bridge 56340 0
stp 10500 1 bridge
bnep 20224 2
input_polldev 11912 0
video 25360 0
output 11008 1 video
lp 17156 0
ppdev 15620 0
snd_hda_intel 435636 8
snd_ice1724 99644 9
snd_ice17xx_ak4xxx 11648 1 snd_ice1724
snd_ac97_codec 112292 1 snd_ice1724
ac97_bus 9856 1 snd_ac97_codec
snd_ak4xxx_adda 16256 2 snd_ice1724,snd_ice17xx_ak4xxx
snd_ak4114 17024 1 snd_ice1724
snd_pcm_oss 46336 0
snd_mixer_oss 22656 1 snd_pcm_oss
snd_pcm 82948 7 snd_usb_audio,snd_hda_intel,snd_ice1724,snd_ac97_codec,snd_ak4114,snd_pcm_oss
snd_pt2258 11776 1 snd_ice1724
snd_i2c 13312 2 snd_ice1724,snd_pt2258
snd_seq_dummy 10756 0
snd_seq_oss 37760 0
snd_seq_midi 14336 0
snd_rawmidi 29696 3 snd_usb_lib,snd_ice1724,snd_seq_midi
snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi
snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 29704 2 snd_pcm,snd_seq
snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
psmouse 61972 0
pcspkr 10496 0
serio_raw 13316 0
i2c_viapro 15892 0
snd 62628 52 snd_usb_audio,snd_hwdep,snd_hda_intel,snd_ice1724,snd_ac97_codec,snd_ak4xxx_adda,snd_ak4114,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_pt2258,snd_i2c,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc 16904 2 snd_hda_intel,snd_pcm
soundcore 15200 1 snd
shpchp 40212 0
parport_pc 40100 1
parport 42220 3 lp,ppdev,parport_pc
via_agp 16256 1
agpgart 42696 2 drm,via_agp
via_rhine 30856 0
mii 13312 1 via_rhine
usb_storage 82880 1
fbcon 46112 0
tileblit 10752 1 fbcon
font 16384 1 fbcon
bitblit 13824 1 fbcon
softcursor 9984 1 bitblit







that worked smoothly. :lol:
 
logitech uses the gspca drivers for the 046d:08d9 quickcam. So the drivers are loaded, so you should be able to use it with no problems (i actually have that webcam and it works well in linux)

Your audio device is loaded and operational.

What distro did you install? that plays a part in debugging.

Im glad theyre working but uhh..theyre not. Lol!

I tried to take a picture on facebook and it couldnt find the camera. I also tried to test the audio on youtube and nothing came out of the speakers. =/ I have everything unmuted and stuff. I'm pretty sure its a REALLY obvious thing I'm just missing.

annnd what exactly is a distro? lol I'm guessing mine would be Linux MinT 7 ? I have no idea.
 
WOO!

Yeah, I figured it out. XD

I feel like such an idiot right now.

Thank you so much for your help, Noiro Do you have any suggestions for applications to get ?




** no I lied.... I'm missing something. I still cant get the audio or camera to work on firefox. The tests in the system controls worked though.

hmmm
 
What distro? <asks for the third time ;) EDIT oh missed that, Mint is a decent distro. not to terribly bloated.

Here's my list of toys and gadgets
Gimp for photo editing and creation
songbird A media library management system that is based on mozilla with the capabililities to add in hundreds of plugins and device support (including ipod i think) it's pretty quick and snappy and i love it.

OpenOffice an open source office suite with pretty much all the bells and whistles you need for office work or reports.

Wesnoth a turn based strategy game that i'm addicted to

zsnes SNES emulator to play SNES games.

pidgin the de-facto standard IM client (formerly GAIM)

amsn msn messenger client if I ever want to talk on cam.

gnucash a financial books that work in the dual-entry method.

Fyre chaotic function renderer that draws pretty pictures. I use this to make new backgrounds almost once a week.

fun stuff! >=)

I had songbird on windows, I really loved it.

Thank ya =D now as soon as I get the speakers working... LOL
 
attachment.php



:D
 

Attachments

  • Screenshot.jpg
    Screenshot.jpg
    86 KB · Views: 245
Okay, so...my little IM box plays noises now but I cant get anything on youtube to do it. =(

*kicks Linux*
 
I fixed everything!!!


Is anyone familiar with WINE and downloading windows stuff?

I have photoshop cs2 already and I would much rather have it back on here than freaking GIMP.
 
I've come to realize its just Flash thats not working.....uuugh.

LOL .. Noiro you noob! I figured this one out while reading the first few posts :) Camera not working on facebook = can only be flash. Sound not working on youtube = can only be flash :P

Unfortunately flash on linux is still a major PITA .. but that's mainly adobe's fault ..

About photoshop .. I am sure there are some WINE tutorials for that on google, as many use it like that :)
 
You have absolutely no Idea how proud that makes me to hear you say that.

"welcome to the real world" -- Morpheus

The only thing that would make it better would be if I could use Paint Shop Pro X2. tis mah favorite.


Other than that, its pretty fricken sweet.
 
Linux is cool. the ones i like most are knoppix, and pclinux2007. in my opinion though knoppix has suffered in the last few version updates. not as good as it was or seems that way. i've not tried mint yet.
 
Back
Top