[Bug 268665] Re: mount cannot mount ufs / ffs

2016-01-27 Thread Ben Alex
I notice dmesg is reporting this as an OpenBSD partition ("sdb4:
"). To mount an OpenBSD partition you need to use the
ufstype=44bsd. For example:

mount -t ufs -o ro,ufstype=44bsd /dev/sdb4 $HOME/mnt

The above was tested on Linux 4.3.3-2-ARCH. I don't have an Ubuntu
machine to test this on.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/268665

Title:
  mount cannot mount ufs / ffs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/268665/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

2011-01-20 Thread Ben Alex
Dell E4310 with BIOS version A05 failed with kernel
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.37-natty/. Boots into
black screen. When I got it to boot into a non-black screen, the
touchpad issue was not resolved anyway.

Separately I've been experiencing screen flickers, suspend/resume
failures etc with the E4310 on 2.6.35-24-generic but found kernel
2.6.37-999.201101190911 resolves these.

For those who want to get their E4310 working reasonably well under
10.10, I found this resolves all four problems (screen flicker,
suspend/resume, touchpad vertical scrolling, internal microphone):

# kernel upgrade for suspend/resume + screen flicker:

mkdir ~/kernel-upgrade; cd ~/kernel-upgrade; wget
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2011-01-19-natty
/linux-headers-2.6.37-999-generic_2.6.37-999.201101190911_amd64.deb
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2011-01-19-natty
/linux-headers-2.6.37-999_2.6.37-999.201101190911_all.deb
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2011-01-19-natty
/linux-image-2.6.37-999-generic_2.6.37-999.201101190911_amd64.deb; sudo
dpkg -i *.deb

sudo reboot

# install psmouse 0.2.1-all for vertical scrolling:

sudo apt-get install dkms
cd ~
wget 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550625/+attachment/1797114/+files/psmouse-0.2-1.all.deb
sudo dpkg -i psmouse-0.2-1.all.deb
rm psmouse-0.2-1.all.deb
sudo reboot

# fix internal mic not working:

echo options snd-hda-intel model=dell-s14 | sudo tee -a
/etc/modprobe.d/alsa-base.conf

HTH

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/550625

Title:
  Alps touchpad is recognized but synaptics clients and scrolling do not
  work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 267241] Re: [intrepid] X11: no device detected

2008-11-24 Thread Ben Alex
In addition to the aforementioned BusID directive, I needed to add:

   Driver ati

This overcame the more than one possible primary device found issue
when loading X under the Intrepid Ibex installer.

-- 
[intrepid] X11: no device detected
https://bugs.launchpad.net/bugs/267241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs