You are not logged in.
Pages: 1
Thanks,
sound has less issue than before 
here what terminal says:
Shutting down ALSA...done.
Terminating processes: 2637 2660 2661.
Unloading ALSA sound driver modules: snd-hda-codec-analog snd-hda-intel snd-hda-codec snd-hwdep snd-pcm-oss snd-mixer-oss snd-pcm snd-seq-dummy snd-seq-oss snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-timer snd-seq-device snd-page-alloc
(failed: modules still loaded: snd-hda-codec-analog snd-hda-codec snd-hwdep snd-pcm snd-timer snd-page-alloc).
Loading ALSA sound driver modules: snd-hda-codec-analog snd-hda-intel snd-hda-codec snd-hwdep snd-pcm-oss snd-mixer-oss snd-pcm snd-seq-dummy snd-seq-oss snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-timer snd-seq-device snd-page-alloc.is there something more to do? as there is still no sound from time to time
is there a proper order to write these two codes?
sudo alsactl initsudo service alsa-utils stop && sudo alsa force-reload && sudo service alsa-utils startHi
the sound of my laptop disappear sometimes.
each time i have to type
sudo alsactl initand reboot.
How can i definitely fix this issue?
i found the xorg.conf that was provided with the same netbook with linux installed: openSUSE 10 hp 2133 mininote. There are also xorg.conf of users of the same netbook who had dual screen problems with ubuntu.
Mixing both could give something that works
run xrandr gave this:
Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 600, maximum 1024 x 600
default connected 1024x600+0+0 0mm x 0mm
1024x600 60.0*
1024x576 60.0
1024x512 60.0
800x600 60.0 56.0
720x576 60.0
856x480 60.0
848x480 60.0
800x480 60.0
720x480 60.0
640x480 60.0
i found arandr using synaptic , runned it with terminal:
/usr/lib/pymodules/python2.6/screenlayout/xrandr.py:42: UserWarning: XRandR wrote to stderr, but did not report an error (Message was: 'xrandr: Failed to get size of gamma for output default\n')
warnings.warn("XRandR wrote to stderr, but did not report an error (Message was: %r)"%err)
there is no xorg.conf in /etc/X11/ 
there is a sample xorg.conf in usr/sharedoc/xserver-xorg/examples where all lines are commented,
i could uncomment Section "Screen" and add these lines (taken from your link):
SubSection "Display"
Depth 24
Modes "1440x900" "1440x900" #the resolutions of your monitors
Virtual 2880 800
EndSubSection
then put it in /etc/X11/
I am using #! openbox on a netbook HP 2133, because of its screen-size, i would like to add a screen -i used when Vista was installed
- but i didn't find how to do it, it uses VGA.
Which settings do i change to do it? I figured out there was different methods...
I found topics and answers on complicated dual screen problems but nothing on the basics....
SOLUTION:
opened fstab with this command (requiring password):
sudo gedit /etc/fstabcreated a new line in /etc/fstab using informations from this page:
http://www.tuxfiles.org/linuxhelp/fstab.html
to specify the partiton you want to mount, you can use "UUID=...." or "/dev/sda...."
GParted gives the UUID number of the partitions.
Thunx!
(now #! is installed on sda1 instead of vista)
Using command mount works fine, so i have access to partition sda3 using file manager. But i have to do it everytime i turn on the computer.
output of
sudo mount/dev/sda1 on / type ext4 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
Just started to use #! (openbox and xfce) on liveUSB (lili USB Creator)
I can't find my partitions or files using "file manager", but I can find them using VLC
I thought to mount the partitions using GParted but i only find "unmount" which is grey.
How do you have access to your files?
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.