pjsua and audio

2021-06-23 Thread Wade Hampton
Subject: Re: pjsua and audio
On 2021-06-22 9:46 a.m., Wade Hampton wrote:
> I am on Fedora 33 and am trying to get pjsua working with my Asterisk
> server.
> Each time I try to make a call, I get an error about the audio device.
> Is it trying to use pulseaudio or alsa by default?  I saw one other post
> with the same error from Fedora 27, with no answer...
>
> The package is:  pjsua-2.9-5.fc33.x86_64
>
> The error is:
>12:28:32.653pjsua_aud.c !..Error retrieving default audio
> device parameters: Unable to find default audio device
> (PJMEDIA_EAUD_NODEFDEV) [status=420006]

>What's your configuration?
>Are there any other log messages?

This is on my Fedora 33 laptop with default sound config (pulseaudio).
Audio works properly (chrome, firefox, audacity, etc.).  I also can run
jack on it.

I built the latest version (2.10) and ran it.  Audio works fine.  Maybe
time to update the version in Fedora?
--
Wade Hampton
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


pjsua and audio

2021-06-22 Thread Wade Hampton
I am on Fedora 33 and am trying to get pjsua working with my Asterisk
server.
Each time I try to make a call, I get an error about the audio device.  Is
it trying to use pulseaudio or alsa by default?  I saw one other post with
the same error from Fedora 27, with no answer...

The package is:  pjsua-2.9-5.fc33.x86_64

The error is:
  12:28:32.653pjsua_aud.c !..Error retrieving default audio
device parameters: Unable to find default audio device
(PJMEDIA_EAUD_NODEFDEV) [status=420006]

Thanks
--
W Hampton
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


HP Omen with F28 chromium fails to run under optirun

2018-06-02 Thread Wade Hampton
I have a HP Omen laptop with Optimus (Intel + Nvidia).  Bumblebee is
installed
and optirun works for glxgears and glxspheres64, however I can not get it
to work
for Chrome or Chromium.  Any ideas?

I am running the Nvidia drivers from rpmfusion (the others did not work).

Note I had to fix the faker libs in /usr/lib64:
   cd /usr/lib64
   ln -s VirtualGL/* .

optirun glxgears works great and uses Nvidia.

Running "optirun chromium-browser" fails with a lot of errors (many due to a
font bug), and does NOT use the Nvidia GPU.

$ optirun google-chrome
Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element
"its:rules"
Fontconfig warning: "/etc/fonts/fonts.conf", line 6: unknown element
"its:translateRule"
Fontconfig error: "/etc/fonts/fonts.conf", line 6: invalid attribute
'translate'
Fontconfig error: "/etc/fonts/fonts.conf", line 6: invalid attribute
'selector'
Fontconfig error: "/etc/fonts/fonts.conf", line 7: invalid attribute
'xmlns:its'
Fontconfig error: "/etc/fonts/fonts.conf", line 7: invalid attribute
'version'
Fontconfig warning: "/etc/fonts/fonts.conf", line 9: unknown element
"description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6:
invalid attribute 'xmlns:its'
...
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'version'
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf
[VGL] ERROR: in VirtualWin--
[VGL]78: Could not clone X display connection
[6331:6331:0602/225635.404238:ERROR:command_buffer_proxy_impl.cc(133)]
ContextResult::kTransientFailure: Failed to send
GpuChannelMsg_CreateCommandBuffer.
[VGL] ERROR: in VirtualWin--
[VGL]78: Could not clone X display connection
[1:1:0602/225635.561542:ERROR:command_buffer_proxy_impl.cc(133)]
ContextResult::kTransientFailure: Failed to send
GpuChannelMsg_CreateCommandBuffer.
[6331:6331:0602/225635.562191:ERROR:command_buffer_proxy_impl.cc(133)]
ContextResult::kTransientFailure: Failed to send
GpuChannelMsg_CreateCommandBuffer.
[VGL] ERROR: in VirtualWin--
[VGL]78: Could not clone X display connection
[1:1:0602/225635.680049:ERROR:command_buffer_proxy_impl.cc(133)]
ContextResult::kTransientFailure: Failed to send
GpuChannelMsg_CreateCommandBuffer.
[6331:6331:0602/225635.680157:ERROR:command_buffer_proxy_impl.cc(133)]
ContextResult::kTransientFailure: Failed to send
GpuChannelMsg_CreateCommandBuffer.
[6331:6331:0602/225635.753709:ERROR:gpu_process_transport_factory.cc(1017)]
Lost UI shared context.
[1:9:0602/225635.757349:ERROR:command_buffer_proxy_impl.cc(133)]
ContextResult::kTransientFailure: Failed to send
GpuChannelMsg_CreateCommandBuffer.

The font errors seem to be a font issue separate from bumblebee and
Nvidia.  It has
been reported for several other systems as well..  If needed, I can do a
bug report.


RPM info:

$ rpm -qa | grep nvidia
akmod-nvidia-390.59-1.fc28.x86_64
xorg-x11-drv-nvidia-kmodsrc-390.59-1.fc28.x86_64
nvidia-modprobe-390.59-1.fc28.x86_64
nvidia-settings-390.59-1.fc28.x86_64
nvidia-driver-libs-390.59-1.fc28.x86_64
nvidia-driver-390.59-1.fc28.x86_64
kmod-nvidia-4.16.12-300.fc28.x86_64-390.59-1.fc28.x86_64
nvidia-libXNVCtrl-390.59-1.fc28.x86_64

$ rpm -qa | grep bumblebee
bumblebee-3.2.1-2.fc28.x86_64
bumblebee-selinux-3.2.1-2.fc28.noarch

Note, I had a hard time getting F28 installed.  I started off by trying
workstation,
but ended up using the server version, then loading packages such as Mate.
I had to add "nomodeset" to the kernel line to get it to boot.  Long story
and I'll
post it sometime/somewhere.

Thanks,
--
Wade Hampton
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/CQ64X5ZCTUJFB2LAUVCQC3PHC3VXNUSS/


Re: Video editing disaster

2017-05-30 Thread Wade Hampton
One suggestion was Cinelerra.  I tried the GG version 5.1
and it worked.  However it would play and not stop.  Also,
I rendered to WEBM and the result was purple.

I loaded handbrake and it wanted me to erase some program
and install a new ffmpeg.  That fixed kdenlive which now works
great on Fedora.

I hope that the developers of pitivi and OpenShot can fix the
stability issues.

Another suggestion was bandshed.  I'll have to check it out:
> So, this http://www.bandshed.net/avlinux/ was the solution for me.


Right now, I would say video editing is a challenge.

Cheers,
--
Wade Hampton


On Fri, May 26, 2017 at 8:53 PM, Wade Hampton <wadehampto...@gmail.com>
wrote:

> I am trying out multiple video editors on Fedora, with very poor results
> and a ton of crashes.
> Anyone have recommendations on how to stablize one of these or can you
> recommend a
> video editor that just works (like kdenlive used to when I used it last a
> year ago)?
>
> I am having the same results on two Fedora 25, 64-bit systems, fully
> updated.  The packages
> are from rpmfusion and on one of the two systems from unitedrpms.  My main
> system is an
> older 6-core AMD with 8G of RAM so it should handle it.
>
> The files I am testing with are:
>   JPG images from a DSLR
>   Quicktime from my DSLR (MVI_xxx.MOV),
>   Movie from my Android phone x.m2ts
>   Movie from a DVD xxx.mpg
>   Movie from a digital camcorder (Sony AVCHD):   .MTS
>
> KDENLIVE:
> My goto editor was Kdenlive, but it won't open files.  I keep getting
> "clip is invalid".
> The terminal outputs:
>
> mlt_repository_init: failed to dlopen /usr/lib64/mlt/libmltavformat.so
>   (/lib64/libavdevice.so.57: symbol av_buffersink_get_sample_aspect_ratio,
> version LIBAVFILTER_6 not defined in file libavfilter.so.6 with link time
> reference)
>
> I think there is a lib miss-match.
>
> PITIVI:
> Pitivi is nice, but I can't keep it running.  Multiple core dumps.
>
> OPENSHOT:
>
> I really love OpenShot.  I tried the one from rpmfusion and it crashed all
> the time,
> for example when trying transitions.  I also tried the latest version via
> AppImage:
>
>   OpenShot-v2.3.3-x86_64.AppImage
>
> This seemed much more stable, but I could still crash it with transitions,
> adding
> an MP3 file for audio, etc.
>
> Anyone have a good, stable video editor or have suggestions on how to run
> one of these
> in a stable platform?
>
> Note, I am filing bug reports on many of these crashes
>
> Thanks,
> --
> Wade Hampton
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Video editing disaster

2017-05-26 Thread Wade Hampton
I am trying out multiple video editors on Fedora, with very poor results
and a ton of crashes.
Anyone have recommendations on how to stablize one of these or can you
recommend a
video editor that just works (like kdenlive used to when I used it last a
year ago)?

I am having the same results on two Fedora 25, 64-bit systems, fully
updated.  The packages
are from rpmfusion and on one of the two systems from unitedrpms.  My main
system is an
older 6-core AMD with 8G of RAM so it should handle it.

The files I am testing with are:
  JPG images from a DSLR
  Quicktime from my DSLR (MVI_xxx.MOV),
  Movie from my Android phone x.m2ts
  Movie from a DVD xxx.mpg
  Movie from a digital camcorder (Sony AVCHD):   .MTS

KDENLIVE:
My goto editor was Kdenlive, but it won't open files.  I keep getting "clip
is invalid".
The terminal outputs:

mlt_repository_init: failed to dlopen /usr/lib64/mlt/libmltavformat.so
  (/lib64/libavdevice.so.57: symbol av_buffersink_get_sample_aspect_ratio,
version LIBAVFILTER_6 not defined in file libavfilter.so.6 with link time
reference)

I think there is a lib miss-match.

PITIVI:
Pitivi is nice, but I can't keep it running.  Multiple core dumps.

OPENSHOT:

I really love OpenShot.  I tried the one from rpmfusion and it crashed all
the time,
for example when trying transitions.  I also tried the latest version via
AppImage:

  OpenShot-v2.3.3-x86_64.AppImage

This seemed much more stable, but I could still crash it with transitions,
adding
an MP3 file for audio, etc.

Anyone have a good, stable video editor or have suggestions on how to run
one of these
in a stable platform?

Note, I am filing bug reports on many of these crashes

Thanks,
--
Wade Hampton
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Thanks for a GREAT update to 23!

2015-11-10 Thread Wade Hampton
Thanks for a GREAT update to 23!

For the first time in a long while, I had very few issues upgrading
from earlier Fedora releases to the latest version.  Over the weekend,
I updated two computers from F21 to F23 with only a few minor issues.

The F21 laptop was installed from F21 media a few months ago
and the update was smooth except for changing the way the mouse
operated -- I had to click on the window bar to raise windows (now fixed).

The F21 desktop has been repeatedly updated since about F13.  Most
previous updates were painful.  This time, I had to remove a few programs
including google-earth, then the update worked seamlessly.
(I have yet to test Xilinx, Arduino, Maple, and STM tools.)

Thanks!
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F21 partitioning circus

2015-02-23 Thread Wade Hampton
[snip]

This was a good thread and is tied in with my experience
this weekend.  I had a very old laptop with F13 that had not
been booted in years.  I tried to load F21 on it using the
same partitions (and keeping the old Windows partitions).
Anaconda more or less let me try but gave me a warning
about /boot being below the RECOMMENDED size (not
that it would not work).

F21 installed without any indicated errors.  However I got
an OOPS on first boot.

I was able to boot into the recovery partition and inspect
the /boot.  The initrd for normal boot was incomplete and
the /boot was full.  I did NOT receive an error on install.
IMHO, this was a silent failure (bug reported).

Yes, there are those of us who have done interesting things
with our partitioning over the years.  We would like to continue
to be able to manually partition, manually setup RAID,
and do similar things.Its definitely not good for the average
user, but some of us need it.  However, we should see
errors when things fail

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Best practices for SSD

2014-02-06 Thread Wade Hampton
Is there a current best practices for use of solid state disks with
Fedora 20?  I found an older doc for Fedora 14 and also the Red Hat 6
deployment guide, but both don't have a lot of details.

I have a laptop and am installing a 120G SSD.  Also I plan on
updating an old CentOS server with a single 120G SSD (CentOS 5.10).

Some of the recommendations I have found:

- partition on a 1M boundary
- use native partitions, not LVM (for TRIM)
- mount using relatime (or noatime for CentOS 5)
- mount using discard (or use the fstrim program periodically)
- use EXT4

Other recommendations I have seen recommended:
- move some temporary files to tempfs
- move /tmp to RAM:  /etc/fstab
   tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
- change I/O scheduler by adding elevator=noop to boot parms
- reduce swappiness:  /etc/sysctl.conf
  vm.swappiness=1
  vm.vfs_cache_pressure=50

Thanks,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rant of the day: installing fedora

2013-07-09 Thread Wade Hampton
[snip]
 While I don't quite understand the rationale behind this new installer
 (started in F18), the installer itself is a hit-or-miss. Sometimes,
 after a lot of cursing, I have been successful, later coming back
[snip]

I concur with the frustration with the new installer.  It needs
further work.

I installed F19 in a VM on my F18 desktop this weekend.  It took
several tries.  After setting up the disks and selecting packages,
it said it did not have enough disk space, but I could not go back
to unselect packages (I had to restart the install).  The installer
crashed once as well.

I finally just increased the size of the VM to 10G, took the default
gnome desktop option, and let it run.  I'll have to manually install
the development packages I need.

I'm trying another install today of F19, this time on Virtualbox on
top of Ubuntu.

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 18 and gphoto2

2013-02-23 Thread Wade Hampton
I am experimenting with gphoto2 and getting nowhere with Fedora 18.
Whenever I run it, I get the following:

gphoto2 -L

*** Error ***
An error occurred in the io-library ('Could not claim the USB
device'): Could not claim interface 0 (Device or resource busy). Make
sure no other program or kernel module (such as sdc2xx, stv680,
spca50x) is using the device and you have read/write access to the
device.
*** Error (-53: 'Could not claim the USB device') ***

I have tried as both root and a user, same result.

Running gphoto2 -a works and returns info on the camera, but that is
about the only command that works.

The docs on gphoto2's site are rather out of date, and google did not help

O/S:  Fedora 18 x86_64 with all updates
 gphoto2-2.5.0-2.fc18.x86_64
 Camera is Canon 50D.

Note, testing on Raspberry Pi is mostly working so for now I am
controlling it via the Pi, not my Fedora desktop.

Thanks,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Upgrade disaster F16-F17 (planned to go to F18)

2013-01-31 Thread Wade Hampton
-- Forwarded message --
From: Sam Varshavchik mr...@courier-mta.com
To: Community support for Fedora users users@lists.fedoraproject.org
Cc:
Date: Wed, 30 Jan 2013 22:06:10 -0500
Subject: Re: Upgrade disaster F16-F17 (planned to go to F18)
Wade Hampton writes:

« HTML content follows »
I finally decided to update my main home computer to F18.
It was F16 so I had to use preupgrade to go to F17.  After
several reboots it is up, sort-of, on the F16 kernel.  I have
had the following problems.

[snip]

Any idea on how I can fix YUM?



 # cat /etc/redhat-release
Fedora release 17 (Beefy Miracle)


# yum update

Loaded plugins: langpacks, presto, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/16/x86_64.
Please verify its path and try again

Any idea how I can fix grub to boot into the F17 kernel?

First, run

rpm --rebuilddb

This will run a consistency check on the RPM database. Then run

rpm -q fedora-release

Your yum error suggests that you have fedora-release-16 installed,
irrespective of what your motd announces. If so, mount the F17 install
media, go into the Packages/f directory and run

rpm -UvhF fedora-release*

to manually update your fedora-release package to 17.

THANKS:  I had not thought to rebuild rpmbuild.  I'll try the
manual update of the fedora-release as well when I get
home tonight and attempt to fix this mess.

--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Upgrade disaster F16-F17 (planned to go to F18)

2013-01-30 Thread Wade Hampton
I finally decided to update my main home computer to F18.
It was F16 so I had to use preupgrade to go to F17.  After
several reboots it is up, sort-of, on the F16 kernel.  I have
had the following problems.

1) Preupgrade crashed due to moodle -- removed and update proceeded.

2) After update, I still saw option for update to F17 in Grub and none of
the
 other kernels would boot (other than dracut errors).  I did the F17
update
 again and it seemed to fix Grub.  However

3) I now have options for:
3.7.3-101.fc17.x86_64
 -- booting this sends me to a command prompt in dracut
3.6.11-1.fc16.x86_64
-- this boots but has issues

I am currently running the mostly-updated system with the F16 kernel
3.6.11-1.fc16.x86_64.   I can not run YUM so I can't even attempt
to try going to F18 (unless I manually get the RPMs...).

Any idea on how I can fix YUM?

 # cat /etc/redhat-release
Fedora release 17 (Beefy Miracle)

# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Error: Cannot retrieve metalink for repository: fedora/16/x86_64.
Please verify its path and try again

Any idea how I can fix grub to boot into the F17 kernel?

Should I just punt and load F18 (keeping my partitions /home, /data, etc.)?

I have several other computers I plan on updating this weekend.  I may just
have
to reload each of them

Thanks,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F16 Live install to 2nd hard disk, grub failure

2012-02-24 Thread Wade Hampton
Problem Solved.

Simply had to boot in recovery mode and run
the grub2-install /dev/sda command to
put Grub2 on the first disk.

It should have been automatic in the
hard disk install

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


F16 Live install to 2nd hard disk, grub failure

2012-02-23 Thread Wade Hampton
On a Dell 745 with WinXP on the first disk, we
added a second disk (SATA) and tried installing
Fedora 16 i386 from the live CD to the second disk.
During the install, the boot loader (grub) install was
automatic with no prompts.

After the install, the system still boots into Windows.
Grub was installed on the 2nd disk, but must not
have changed the MBR of the first disk.

Toggling the bootable partition on the first disk did
not fix the problem (no bootable partition was found
when booting).

Anyone have any ideas on this?

For now, I am using the full version of Fedora which
should properly install grub.

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Mounting Motorola Atrix under Linux

2011-12-30 Thread Wade Hampton
Happy New Year.

I have a Motorola Atrix and an Atrix 2.  Both have internal and
external SD cards.  Plugging them into my Fedora 16 64-bit
both are recognized but only the external is mounted.  I can't
even manually mount the internal one.

One post I saw indicated that CONFIG_SCSI_MULTI_LUN=y
must be set when building the kernel.  I am on 3.1.6-1.fc16.x86_64.
AFIK it is set in the .config as provided by the kernel source RPM.

On my earlier Fedora (14 or 15, i386), both partitions were
mounted.  Both partitions are visible under Windows.
A test on an updated F14 shows only one is mounted, however.

From dmesg:

[ 9026.657123] usb 2-2: new high speed USB device number 23 using ehci_hcd
[ 9026.785933] usb 2-2: New USB device found, idVendor=22b8, idProduct=7087
[ 9026.785943] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9026.785950] usb 2-2: Product: MB860
[ 9026.785955] usb 2-2: Manufacturer: Motorola
[ 9026.785960] usb 2-2: SerialNumber:  [REDACTED]
[ 9026.792361] scsi16 : usb-storage 2-2:1.0
[ 9027.799174] scsi 16:0:0:0: Direct-Access Motorola MB860
    PQ: 0 ANSI: 2
[ 9027.800260] scsi 16:0:0:1: Direct-Access Motorola MB860
    PQ: 0 ANSI: 2
[ 9027.802140] sd 16:0:0:0: Attached scsi generic sg2 type 0
[ 9027.802674] sd 16:0:0:1: Attached scsi generic sg3 type 0
[ 9027.824870] sd 16:0:0:0: [sdb] Attached SCSI removable disk
[ 9027.826869] sd 16:0:0:1: [sdc] Attached SCSI removable disk
[ 9044.467450] sd 16:0:0:1: [sdc] 31116288 512-byte logical blocks:
(15.9 GB/14.8 GiB)
[ 9044.469565] sd 16:0:0:1: [sdc] No Caching mode page present
[ 9044.469575] sd 16:0:0:1: [sdc] Assuming drive cache: write through
[ 9044.474565] sd 16:0:0:1: [sdc] No Caching mode page present
[ 9044.474573] sd 16:0:0:1: [sdc] Assuming drive cache: write through

Any ideas?
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Mounting Motorola Atrix under Linux

2011-12-30 Thread Wade Hampton
Problem fixed by cycling power on phone  Both
partitions are now mountable so all is well.

Happy New Year
--
W
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Help with some configurations in F16

2011-12-23 Thread Wade Hampton
Greetings,

I am trying to configure my new Fedora 16 computer and am having
a lot of success.  Things are working well, however I have a few
things I would like to tune.

How can I enable the minimize button on windows?

How can I change so double click does not maximize windows?

How can I persist xsane settings so my wireless scanner works
without having to call via a script (it is on my 192.168.1 network
but I am on 192.168.2 so the auto-discovery does not work).
It works well but I have to manually launch with:

   hpaio:/net/Photosmart_C6100_series?ip=192.168.1.120

I can't launch it automatically via GIMP.

I am also trying Picasa 3.9 but it is crashing when I try to
upload pictures  Any ideas?

Happy Holidays,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Help with some configurations in F16

2011-12-23 Thread Wade Hampton
Thanks -- the shell extensions worked.

Anyone have an idea for fixing xsane so it will recognize
my scanner by default (it can't find it via scan as it is on
a different subnet).

Happy Holidays,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dennis Ritchie

2011-10-13 Thread Wade Hampton
+1
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Developers responsibillity to Fedora Users

2011-09-28 Thread Wade Hampton
[snip long rants]

The customers of Fedora are the users.  If you
irritate or frustrate your users, especially if the
cost is $0 to move to something else, you WILL lose
market share and hence mind share.

Additional data points that might add to the flames:

1)  I have a co-worker new to Linux.  He tried F15 and hated it,
 then went back to F14.  I believe WinXP/Vista/7 users
 trying Linux for the first time ARE confused by F15/Gnome3.

2)  Other friends/co-workers have moved to Ubuntu for their
 desktop and only use RHEL/CentOS for servers (No Fedora).

3)  It took me hours to get my F15 laptop sane including
 finding obscure settings to turn on the minimize in
 windows, and a working printer configuration application.

These are the reasons why only one of my Linux-based
laptops/netbooks/desktops is F15 and the rest are F14
or Ubuntu.

I hope to try Fedora 16 alpha soon.  I hope that most
of the major objections to Gnome 3 in F15 have been
addressed and that developers have listened to the complaints.
I plan to remain a loyal Fedora user as I have used RHL 
Fedora since about RHL 2 or 3 circa 1995 (and Slackware
before that).

Open source is GREAT, but developers must remember
that the cost (time and $) to move from one version to another
is very low

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Vote to extend F14 security updates

2011-09-02 Thread Wade Hampton
I agree with those asking to extend F14.  Extending
support will allow more time to fix F16 to better address
the GUI issues with Gnome 3, hopefully.

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: No mic with Skype on netbook

2011-02-09 Thread Wade Hampton
 From: Temlakos temla...@gmail.com
 To: users@lists.fedoraproject.org
 Date: Tue, 08 Feb 2011 20:35:02 -0500
 Subject: Re: No mic with Skype on netbook
 On 02/08/2011 08:32 PM, Paolo Galtieri wrote:

 On 02/08/11 18:20, Wade Hampton wrote:

 I have a netbook with Fedora 14 + updates, pluseaudio enabled
 by default. This is on a netbook, Gateway LT2104u (really an ASUS AFIK).
 I am using the internal mic and skype-2.1.0.81-fc10.i586. Audio out,
 video, etc. all work fine.

 With no changes to modprobe.d/dist-alsa.conf, the following works:
 arecord -c1 -Dplughw:0,0 -f cd -vv /dev/null
 Mic works fine on audacity, even full-duplex.

 Skype only shows pulseaudio as an option for mic.  Others
 seem to have the same problem

 Alsa/Pulse info:
 # cat /proc/asound/version
 Advanced Linux Sound Architecture Driver Version 1.0.23.
 # cat /proc/asound/modules
 0 snd_hda_intel
 # cat /proc/asound/devices
 2: : timer
 3: : sequencer
 4: [ 0- 0]: digital audio playback
 5: [ 0- 0]: digital audio capture
 6: [ 0- 0]: hardware dependent
 7: [ 0] : control
 # cat /proc/asound/cards
 0 [Intel ]: HDA-Intel - HDA Intel
 HDA Intel at 0x5820 irq 44
 # cat /proc/asound/card?/codec#* | grep Codec
 Codec: Realtek ALC272X

 Any help would be most appreciated.

 I had the same problem with skype.  I fixed the problem by going into
 System-Preferences-Sound (Gnome), select Input and change the
 microphone setting to microphone 2.

 Paolo

 All right, then tell me this: how do I solve that problem in KDE?

I'll check tonight (netbook at home), but I don't believe I have
a second option for a microphone.  Also, the microphone worked
fine with Audacity.

Cheers,
--
Wade
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


No mic with Skype on netbook

2011-02-08 Thread Wade Hampton
 I have a netbook with Fedora 14 + updates, pluseaudio enabled
by default. This is on a netbook, Gateway LT2104u (really an ASUS AFIK).
I am using the internal mic and skype-2.1.0.81-fc10.i586. Audio out,
video, etc. all work fine.

With no changes to modprobe.d/dist-alsa.conf, the following works:
arecord -c1 -Dplughw:0,0 -f cd -vv /dev/null
Mic works fine on audacity, even full-duplex.

Skype only shows pulseaudio as an option for mic.  Others
seem to have the same problem

Alsa/Pulse info:
# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.23.
# cat /proc/asound/modules
0 snd_hda_intel
# cat /proc/asound/devices
2: : timer
3: : sequencer
4: [ 0- 0]: digital audio playback
5: [ 0- 0]: digital audio capture
6: [ 0- 0]: hardware dependent
7: [ 0] : control
# cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0x5820 irq 44
# cat /proc/asound/card?/codec#* | grep Codec
Codec: Realtek ALC272X

Any help would be most appreciated.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Issues after preupgrade F13-F14

2011-01-19 Thread Wade Hampton
I upgraded my netbook from Fedora 13 to 14 using preupgrade.
The update was not smooth and I am still working through
problems (started Christmas week).

I have the following problems and am working through them.

1) No check up front on disk space, update started then after
a few minutes mentioned insufficient space in /boot
(yes, I had only 100M).  The preupgrade did continue
after I checked the dialog box.

2) preupgrade checked for packages then started the upgrade.
About 1/2 way through, it complained about a file it could not
upgrade and aborted (moodle).  I booted into the old kernel,
removed the package and restarted the upgrade.

3)  After upgrade, the new kernel has an OOPS on boot so I
am still using the old kernel.

4) Lots of old packages were left on the system.  I am trying to
remove them but this is taking a while  I am using
package-cleanup --orphans ofile then editing ofile and
feeding it to rpm -e $(cat ofile)

The only problem I currently need help with is fixing the
kernel boot problem  The rest I have worked through.
A fresh install would have been FAR easier.

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Arduino on F14

2011-01-19 Thread Wade Hampton
I am trying to get some Arduinos working with Fedora 14
on both the messed up netbook (see previous post)
and a new netbook.   Both are running F14/i386.
Prior to the update, Arduino 0.18 (tarball) worked
well on the F13 netbook.

On both computers, the user is a member of the
users, lock, uucp, and dialout groups.

The new netbook (fresh F14 install) reports a RXTX
mismatch:
   WARNING:  RXTX Version mismatch
  Jar version = RXTX-2.2
  native lib Version = RXTX-2.2pre2

On both computers, root can read and write to
/dev/ttyUSB0.  The tarball version of 0.22 Arduino
works as root.  On the F14 new computer, the
rpm version of arduino 0.21 works as well...

Is there a way to turn off locking?  Is there another
trick to get locking working?  How can I test the locking
to verify permissions?

Thanks,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Preupgrade issues F13-F14

2010-12-31 Thread Wade Hampton
I just upgraded my netbook from F13 to F14 (i386).  Can't say
it went smoothly.  Netbook is a Gateway (by Asus) with n450
and 250G HD.

First, before the preupgrade, updates to moddle were failing.
Preupgrade did not detect this when it did its check so when
it did the upgrade, it failed after a few hours of upgrading.  I
switched to the virtual term, did a chroot /mnt/sysimage
and then rpm -e moddle, followed by a restart of the update
and the update finished.

Second, after preupgrade successfully ran (the second time),
the netbook failed to boot on the new kernel.  It boots fine
on the old kernel (from F13).  I think I need to make a new
initrd (saving that for this weekend).

Other than that, it seems to be working well. BTW, loaded
F14 i386 on the two Compaq netbooks from Best Buy ($200
on black Friday) -- other than the wifi, all worked out of the box.
Got the wifi working using the broadcom RPMs as it seems
to not be in the F14 kernel yet.

Overall, thanks for a GREAT Fedora!

Happy New Year,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Computing cpu's clock in cycles per second

2010-09-27 Thread Wade Hampton
Did you look at using the RDTSC instruction to read the
cycle counter?

http://en.wikipedia.org/wiki/Time_Stamp_Counter

Sample this over an interval to get an estimate
of the clock frequency based on this counter.

__inline__ unsigned long long int rdtsc()
{
  unsigned long long int x;
  __asm__ volatile (.byte 0x0f, 0x31 : =A (x));
  return(x);
}

I use gettimeofday() calls to check the wall-clock time,
usleep(n) to sleep for a long time (second or more),
and rdtsc to compute the cycles  Seems to work
well.

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora Solaris 7

2010-03-28 Thread Wade Hampton
Thanks for the help.  I'll try the tcp_windows_size tomorrow
when I get back to the server.  I hope that it's not a hardware
problem.

Cheers,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Fedora Solaris 7

2010-03-27 Thread Wade Hampton
G'day.

I am trying to get a very old Solaris 5.7 server to ftp data to a
Linux server, but the Solaris box keeps losing networking after
sending some data.  I can't ping the Solaris box from any of
the servers on my network.

Could this be related to a much newer (modern) TCP/IP stack in
Linux and TCP options?  If so, does anyone have any suggestions
for how I can tune the Linux server?   I am not as concerned
about performance, but just to keep the Solaris box from
crashing (and no, I can't upgrade the legacy Solaris server).

Thanks,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora Solaris 7

2010-03-27 Thread Wade Hampton
I hope it's not hardware as I can't get service on the
Solaris box  I am trying to use ndd but the /dev/elx driver
does not work with NDD AFIK.  I have tried several
TCP tuning options but still keep locking up the Solaris
network stack:

  rmem_default=32768
  rmem_max=65536
  tcp_window_scaling=0
  tcp_sack=0
  tcp_fack=0

Thanks,
--
Wade Hampton
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines