Re: Mobile Braodband (GSM) on fc9 i686 laptop

2009-11-09 Thread Mark C. Allman



Consulting IT Project/Program Management: on-time, on-budget


.. Original Message ...
On Mon, 09 Nov 2009 15:07:14 -0600 Gregory P. Ennis po...@pomec.net 
wrote:

Gregory P. Ennis wrote:
 Dear List,
 
 I just received a gift from my wife of a Verizon mobile broadband (GSM)
 usb modem.  Unfortunately all of the documentation is for the inferior
 MS platform.  
 
 I have plugged it into my usb port and nm-tool recognizes it as :
 
 Device ttyACM0-
 Type   : Mobile Broadband (GSM)
 Driver : cdc_acm
 State  : disconnected
 Default: no
 
 I have tried calling Verizon about connecting to Linux, but have only
 waded through the first layer of responders that were  not aware of
 Linux.
 
 Have any of you used these with Fedora?  Can you point me in the
 direction of a how to or is there an easy switch to toggle.

I tether my Verizon Blackberry Storm (hereafter called BB) to my
laptop (F11) on occasion to use it as a wireless modem.  You need to
jump through some hoops (e.g. barry and XmBlackberry) to get it to set
up the modem for use, but it works.  What follows is what I do on the
BB.

You first have to dial #777 (at least on the BB).  Once that's done, 
the trick is knowing what your username and password are.  Your user
name is your cell number (area code and number without the leading 1,
@vzw3g.com (probably...at least mine is).  The password is your phone
number (again, without the leading 1.  Example:

   Username: 8885551...@vzw3g.com
   Password: 8885551234

So, my /etc/chatscripts/blackberry file looks like:

ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO 
DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED ABORT ERROR
SAY Initializing\n
'' ATZ
OK-AT-OK ATDT#777
CONNECT \d\c

That script is called via the /etc/ppp/peers/blackberry script:

debug debug debug
nodetach
# NOTE: This may change depending on which device XmBlackberry
# sets up as the serial port for the modem...
/dev/pts/7
115200
connect /usr/sbin/chat -f /etc/chatscripts/blackberry
nomultilink
defaultroute
noipdefault
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
# added this, so that it doesn't disconnect after few mn of innactivity
lcp-echo-interval 0
lcp-echo-failure 999
modem
noauth
nocrtscts
noipdefault
novj # refused anyway, no point in trying every time
usepeerdns
user 8885551...@vzw3g.com
password 8885551234

I hope that helps.  And yes, it was a right bitch to figure all that
out.  Google can be your friend, but you have to interpolate some of
the data.
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -


Rick,

Thanks much for the information.  I'll let you know how it goes

Greg

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

I've used a Verizon USB broadband modem.  I'll post my config file shortly 
(getting on a train as I type this).  

-- Mark C. Allman, PMP, CSM
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- (From my Treo 700p)

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Mobile Braodband (GSM) on fc9 i686 laptop

2009-11-09 Thread Mark C. Allman
On Mon, 2009-11-09 at 15:11 -0800, Rick Stevens wrote:
 Mark C. Allman wrote:
  
  
  Consulting IT Project/Program Management: on-time, on-budget
  
  
  .. Original Message ...
  On Mon, 09 Nov 2009 15:07:14 -0600 Gregory P. Ennis po...@pomec.net 
  wrote:
  Gregory P. Ennis wrote:
  Dear List,
 
  I just received a gift from my wife of a Verizon mobile broadband (GSM)
  usb modem.  Unfortunately all of the documentation is for the inferior
  MS platform.  
 
  I have plugged it into my usb port and nm-tool recognizes it as :
 
  Device ttyACM0-
  Type   : Mobile Broadband (GSM)
  Driver : cdc_acm
  State  : disconnected
  Default: no
 
  I have tried calling Verizon about connecting to Linux, but have only
  waded through the first layer of responders that were  not aware of
  Linux.
 
  Have any of you used these with Fedora?  Can you point me in the
  direction of a how to or is there an easy switch to toggle.
  I tether my Verizon Blackberry Storm (hereafter called BB) to my
  laptop (F11) on occasion to use it as a wireless modem.  You need to
  jump through some hoops (e.g. barry and XmBlackberry) to get it to set
  up the modem for use, but it works.  What follows is what I do on the
  BB.
 
  You first have to dial #777 (at least on the BB).  Once that's done, 
  the trick is knowing what your username and password are.  Your user
  name is your cell number (area code and number without the leading 1,
  @vzw3g.com (probably...at least mine is).  The password is your phone
  number (again, without the leading 1.  Example:
 
 Username: 8885551...@vzw3g.com
 Password: 8885551234
 
  So, my /etc/chatscripts/blackberry file looks like:
 
  ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO 
  DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED ABORT ERROR
  SAY Initializing\n
  '' ATZ
  OK-AT-OK ATDT#777
  CONNECT \d\c
 
  That script is called via the /etc/ppp/peers/blackberry script:
 
  debug debug debug
  nodetach
  # NOTE: This may change depending on which device XmBlackberry
  # sets up as the serial port for the modem...
  /dev/pts/7
  115200
  connect /usr/sbin/chat -f /etc/chatscripts/blackberry
  nomultilink
  defaultroute
  noipdefault
  ipcp-restart 7
  ipcp-accept-local
  ipcp-accept-remote
  # added this, so that it doesn't disconnect after few mn of innactivity
  lcp-echo-interval 0
  lcp-echo-failure 999
  modem
  noauth
  nocrtscts
  noipdefault
  novj # refused anyway, no point in trying every time
  usepeerdns
  user 8885551...@vzw3g.com
  password 8885551234
 
  I hope that helps.  And yes, it was a right bitch to figure all that
  out.  Google can be your friend, but you have to interpolate some of
  the data.
  --
  - Rick Stevens, Systems Engineer  ri...@nerd.com -
  
 
  Rick,
 
  Thanks much for the information.  I'll let you know how it goes
 
  Greg
 
  -- 
  fedora-list mailing list
  fedora-list@redhat.com
  To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
  Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
  
  I've used a Verizon USB broadband modem.  I'll post my config file shortly 
  (getting on a train as I type this).  
 
 BTW, I just tried again and it appears that NetworkManager does grok my
 BB.  Plugged it in, right-clicked on the NM icon and went to Edit
 Connections and went to the Mobile Broadband tab.  Haven't tried
 connecting via it, but it looks promising.  I'll give it a whirl tonight
 when I get home.
 --
 - Rick Stevens, Systems Engineer  ri...@nerd.com -
 - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
 --
 -I'm afraid my karma just ran over your dogma-
 --

Here's my verizon ppp (point-to-point protocol) config file, which is
in /etc/ppp/peers:

/dev/ttyUSB0  

921600

user PHONE_NUMBER_FROM_VERIZON@vzw3g.com
remotename verizon

noauth
crtscts
lock
usepeerdns
local
passive
defaultroute
novj
novjccomp
connect chat -v -t 60 ''  'ATZ' OK 'AT\f' OK 'ATDT#777'
CONNECT
disconnect chat -v '' '\K' '' +++ATH0

Obviously replace the  with the phone number Verizon assigned for your
modem.  Then (as root) just type:

pppd call verizon

Note: change the device from /dev/ttyUSB0 to /dev/ttyACM0 if that's the
device created when you plug the modem in.  I see that device (ttyACM0)
when I use my Treo 700p as a wireless modem (which is what I use now
instead

Re: VMware Workstation 6.5.3 on F11

2009-10-24 Thread Mark C. Allman
On Sat, 2009-10-24 at 09:12 +0100, John Austin wrote:
 On Fri, 2009-10-23 at 21:10 -0700, Paolo Galtieri wrote:
  Has anyone succeeded in installing the 64bit VMware Workstation 6.5.3
  (the latest version) on F11?
  
  I've tried twice now and in both cases it's hung:
  
 
 I picked this up on the web
 
 naxos hints_info 6# cat F11_vmware-6.5.3_install
 
 http://communities.vmware.com/thread/228949;jsessionid=06755595CD2B7A953C989EEE3E498A23?tstart=15
 
 1) open two command windows.
 
 2) become root in one of those windows. i.e. su -.
 
 3) in the root-ed window run while true; do killall -9
 vmware-modconfig-console; done
 
 4) in the 2nd window run the install
 rpm -i VMware-Workstation-6.5.3-185404.x86_64.rpm
 
 
 5) once the installer finishes go back to the root window and do a
 control-C to stop the kill loop.
 
 6) In the root window run vmware-modconfig --console --install-all to
 install the modules.
 vmware-modconfig --console --install-all
 
 It worked for me
 Hope it helps
 
 John
 
 
Both the 32-bit and 64-bit VMware 6.5.3 installs hang.  Here's a short
article I wrote to document what I did to get it installed and working: 

http://www.allmanpc.com/index.php/articles/44-articles-tech/84-vmware-ws-653


-- Mark C. Allman, PMP, CSM
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- Twitter: allmanpc



signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: FC11, skype, compatible microphone?

2009-10-02 Thread Mark C. Allman
On Fri, 2009-10-02 at 12:22 -0700, jack craig wrote:
 Hi Folks,
 
 I have setup Skype on my dell desktop and have the audio out working well.
 
 however, the ancient microphone i have is not working well.
 
 who is using dell, skype, and FC11 that could recommend  mic to buy?
 
 tia, jackc...
 
 -- 
 jack craig
ja...@linuxlighthouse.com
   831-684-1375 (Office)
  831-596-6924 (cell)
 IM: jackcraigaptos (AIM)
 
 _
 This email has been ClamScanned !
  www.LinuxLightHouse.com
 

I use one Logitech headset with separate audio out and mic jacks (not
the USB version) on my Dell XPS 1710.  Cost about $25.  I also tried an
old headset and I couldn't get the mic to work.  No clue why.

-- Mark C. Allman, PMP, CSM
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- Twitter: allmanpc



signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: FC11, skype, compatible microphone?

2009-10-02 Thread Mark C. Allman
On Fri, 2009-10-02 at 13:51 -0700, jack craig wrote:
 its a telex m-40 that i have had kicking around for a long time.
 still, i could try a test on my daughters M$ and see if it works
 better there...
 
 other Skype folks say they hear me faintly, but a lot of static; i
 have tried the input control, but it doesnt seem to help.
 
 maybe i should try the arecord with it, ...
 
 thx for your time, jackc...
 
 
 On 10/02/2009 12:55 PM, Tait Clarridge wrote: 
  On Fri, 2009-10-02 at 12:22 -0700, jack craig wrote:

   Hi Folks,
   
   I have setup Skype on my dell desktop and have the audio out working well.
   
   however, the ancient microphone i have is not working well.
   
   who is using dell, skype, and FC11 that could recommend  mic to buy?
   
   tia, jackc...
   
   -- 
   jack craig
  ja...@linuxlighthouse.com
 831-684-1375 (Office)
831-596-6924 (cell)
   IM: jackcraigaptos (AIM)
   
   _
   This email has been ClamScanned !
www.LinuxLightHouse.com
   
   
  Can you confirm that the microphone is working on another computer? If
  that is the case, it is not the microphone that is causing issues if it
  is plugging in using the regular mini-jack.
  
  Tait

 
 -- 
jack craig
   ja...@linuxlighthouse.com
  831-684-1375 (Office)
 831-596-6924 (cell)
IM: jackcraigaptos (AIM)
 -- 
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Try running gnome-sound-recorder included in the gnome-media package.
That's what I used to check out all the KMix settings (I use KDE) and
the volume/mute controls on the headset.  BTW, that's one thing I liked
about the Logitech headset--it has a mute and volume control in the
cable.

-- Mark C. Allman, PMP, CSM
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- Twitter: allmanpc

Mark Allman's profile on LinkedIn



signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

F11: nvidia, KDE or X window display errors

2009-09-15 Thread Mark C. Allman
Lately I've been seeing windows get corrupted suddenly.  I took a
snapshot of one and you can see it at
http://www.allmanpc.com/video_display_error.jpg

If I minimize/restore the window it will (so far) re-display correctly.
Moving between workspaces (I have 4) doesn't fix the problem.  If I
mininize the window and hover over the task bar area for the window
it'll show me a small preview of the window and it will still look
corrupted.  If I restore the window it will start to display corrupted
for a split second and then appear to repaint correctly (it's hard to
tell--it's very fast).

Has anyone else seen this?  The overall desktop displays fine.  The
problem is limited to windows.  It doesn't appear to be an app-related
issue.  I've seen this happen to OpenOffice, Evolution and Opera windows
(and maybe others--I don't recall).

My /etc/X11/xorg.conf file is very tiny:
# Xorg configuration created by livna-config-display

Section Files
ModulePath   /usr/lib/xorg/modules/extensions/nvidia
ModulePath   /usr/lib/xorg/modules
EndSection

Section ServerFlags
Option  AIGLX on
EndSection

Section Device
Identifier  Videocard0
Driver  nvidia
Option  AddARGBGLXVisuals True
EndSection

Section Extensions
Option  Composite Enable
EndSection

I don't know if this is an X and/or KDE and/or nvidia problem.  This
just started within the past week or two.  I haven't changed any nvidia,
X or KDE settings lately.  I've re-booted the laptop a few time in the
past few weeks so it's not an update needs a reboot issue.  I've
looked through ~/.xsession-errors but nothing looked obvious like error
displaying window.

One observation: the windows which are corrupted always look about like
what the snapshot image I mentioned earlier looks like.  It's not
random.  It looks like that green vertical bar pattern on black every
time.  

My system (which is up to date as of a few days ago):
Dell XPS 1710
Video H/W: nVidia GeForce Go 7900 GTX
Kernel: 2.6.30.5-43.fc11.i586
Desktop: KDE

xorg-x11-drv-nvidia-libs-185.18.36-1.fc11.i586
kmod-nvidia-2.6.30.5-43.fc11.i586-185.18.36-1.fc10.i686
xorg-x11-drv-nvidia-185.18.36-1.fc11.i586
akmod-nvidia-185.18.36-1.fc11.i686
kdebase-4.3.0-1.fc11.i586

Anyone have a clue what might be causing this?

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- Twitter: allmanpc

Consulting IT Project/Program Management: on-time, on-budget





signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

HDA-Intel: device controlC0 creation question

2009-09-08 Thread Mark C. Allman

System: Dell XPS 1710
Sound H/W: HDA-Intel
Current kernel: 2.6.29.6-217.2.16.fc11.i586

In the /dev/snd directory I see:
hwC0D0  hwC0D1  pcmC0D0c  pcmC0D0p  pcmC0D1p  timer

The controlC0 device is created in /dev, not in /dev/snd, and the first
rule in /etc/udev/rules.d/90-alsa.rules fails.

In the file /etc/udev/rules.d/40-alsa.rules I see the line:
KERNEL==controlC[1-9]*,   NAME=snd/%k, MODE=0666

If I change [1-9] to [0-9] I see the controlC0 device created
in /dev/snd, and the alsa rules run just fine.  I see in /dev/snd:
controlC0  hwC0D0  hwC0D1  pcmC0D0c  pcmC0D0p  pcmC0D1p  timer

The controlC0 should be in /dev/snd, correct?

Also, none of the sound devices like /dev/audio, dev/dsp, /dev/mixer,
etc., are created.  Now that I have the controlC0 device being created
in (what I hope is) the correct place, where is the creation of the /dev
devices like dsp and audio controlled?  I see lines like
KERNEL==audio0,   SYMLINK+=audio, MODE=0666

in 40-alsa.rules but no /dev/audio (or audio0) device ends up being
created.

Any suggestions would be helpful.

tia,

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- Twitter: allmanpc






signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Cron jobs running twice

2009-07-31 Thread Mark C. Allman
On Fri, 2009-07-31 at 08:18 -0400, Casartello, Thomas wrote:
 I have a weird issue on one of my Fedora 11 machines. All my cron jobs
 keep running twice. (for example the stuff in cron.hourly will run
 twice every hour.) Just upgraded this machine from Fedora 10
 yesterday. There’s only one crond process running so I’m not sure why
 it’s doing it. Here’s the log:
 
  
 
 Jul 31 07:01:01 ataxia CROND[18485]: (root) CMD
 (run-parts /etc/cron.hourly)
 
 Jul 31 07:01:01 ataxia CROND[18486]: (root) CMD
 (run-parts /etc/cron.hourly)
 
 Jul 31 07:01:01 ataxia run-parts(/etc/cron.hourly)[18485]: starting
 0anacron
 
 Jul 31 07:01:01 ataxia run-parts(/etc/cron.hourly)[18486]: starting
 0anacron
 
 Jul 31 07:01:01 ataxia run-parts(/etc/cron.hourly)[18504]: finished
 0anacron
 
 Jul 31 07:01:01 ataxia run-parts(/etc/cron.hourly)[18505]: finished
 0anacron
 
 Jul 31 07:01:01 ataxia run-parts(/etc/cron.hourly)[18486]: starting
 process-quarantine.pl
 
 Jul 31 07:01:01 ataxia run-parts(/etc/cron.hourly)[18485]: starting
 process-quarantine.pl
 
 Jul 31 07:01:01 ataxia run-parts(/etc/cron.hourly)[18516]: finished
 process-quarantine.pl
 
 Jul 31 07:04:36 ataxia run-parts(/etc/cron.hourly)[20474]: finished
 process-quarantine.pl
 
  
 
 Thomas E. Casartello, Jr.
 
 Staff Assistant - Wireless/Linux Administrator
 
 Information Technology
 
 Wilson 105A
 
 Westfield State College
 
 (413) 572-8245
 
  
 
 Red Hat Certified Technician (RHCT)
 
  
 
 
 -- 
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

I bet that cron and anacron are both running your cron jobs.  I ran into
this when I upgraded one of my systems to F11.  If I remember correctly
I commented out the run cron jobs stuff in the anacron config.

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- Twitter: allmanpc

Consulting IT Project/Program Management: on-time, on-budget





signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F11: No video -- anaconda or live -- 8800GTX

2009-06-15 Thread Mark C. Allman


.. Original Message ...
On Mon, 15 Jun 2009 18:53:21 +0100 Frank Murphy frankl...@gmail.com 
wrote:
On 15/06/09 18:46, Jake Peavy wrote:
 All,

 Was going to put F11 on my Dell XPS710, but neither Anaconda installer
 (on x86_64 installation DVD) nor x86 LiveUSB bring up video.


Did you try basic mode Xdriver=vesa  on the dvd,

Frank

I ran into what sounds like tha same anaconda issue on an older Dell laptop 
and the xdriver=vesa option worked like a charm.  

I'm now running into an error when the upgrade finally starts.  After it 
tells you what discs are needed for the upgrade it tries to copy either the 
install image or new kernel (I can't remember what it says) and pops up an 
error dialog.  The suggestion is that the system may be out of space but 
that isn't the problem (30+ GB available).  I looked through the traceback 
for a minute but didn't see anything obvious.

I'll dig into it more this evening.

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- (From my Treo 700p)

Consulting IT Project/Program Management: on-time, on-budget

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Belkin ExpressCard

2009-03-10 Thread Mark C. Allman
On Tue, 2009-03-10 at 18:05 -0600, Frank Cox wrote:
 On Tue, 10 Mar 2009 18:02:21 +0100
 Alex Makhlin wrote:
 
  I am running Fedora 10 KDE 2 and am trying to install an N Wireless 
  ExpressCard PCIMCIA adapter (M:F5D8073) but I cannot find a driver 
  anywhere. Any one have a clue?
 
 The last time I checked (a few weeks ago) N wireless cards were not yet
 supported under Linux.
 
 -- 
 MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
 
Just a suggestion:  You could, if you have the Windows drivers, set up
ndiswrapper.

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263

Consulting IT Project/Program Management: on-time, on-budget





signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

KDE 4.2: very nice!

2009-02-08 Thread Mark C. Allman
Just a quick note to complement the folks on a great job.  KDE 4.2, so
far, looks great.

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263

Consulting IT Project/Program Management: on-time, on-budget




-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: grub hangs after update

2009-01-28 Thread Mark C. Allman
I saw the same thing about a week ago.  The problem was the master boot
record (MBR).  This is how I fixed it (note that I backed everything up
one more time before doing this).  

disclaimerPlease note that this rebuilds the MBR so it's not to be
tried without understanding what you're doing/disclaimer

1.  Boot from a rescue disk to repair the system.
2.  Let the start-up process find and mount your filesystem.
3.  Chroot to /mnt/sysimage
4.  Look at /etc/grub.conf to both be sure it looked OK and to
look for the root (hd0,0) or root (hd0,1) or whatever line.
5.  Run grub
5a.  type in root (hd0,0), which is what I found in grub.conf
5b.  type setup (hd0)
6.  Rebooted the system and it all started up.

Take a look at the page:
http://www.whoopis.com/howtos/howto_restore_mbr_grub.php


-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263

Consulting IT Project/Program Management: on-time, on-budget


On Wed, 2009-01-28 at 09:23 +0100, Sjoerd Mullender wrote:
 Yesterday I updated several F10 systems and got, among other things, a
 new kernel.  All systems were reasonably up-to-date (less than a week).
 On two systems, when I boot, grub hangs after just displaying GRUB.  The
 other updated systems booted without problems.
 
 The two affected systems are a Dell Inspiron 1720 (64 bit OS) and a Dell
 Inspiron 8200 (32 bit).
 
 Has anybody else seen this?  Does anybody have a suggestion on how to
 fix this?
 
 -- 
 Sjoerd Mullender
 
 


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Evolution Error while filtering messages

2008-12-14 Thread Mark C. Allman
I'm getting the same thing.  I moved my filter.xml file, created one new rule, 
and it still didn't work.

Question: where are seeing the ... not found error?  I'm getting a .png file 
not found and it doen't only happen when I hit Ctrl-Y. 

Side note: sorry if this top-posts or is html.  I'm still working out the 
config for this new Blackberry Bold.

--Original Message--
From: Caitlyn O'Hanna
Sender: fedora-list-boun...@redhat.com
To: fedora-list@redhat.com
ReplyTo: Community assistance, encouragement,   and advice for using 
Fedora.
Subject: Evolution Error while filtering messages
Sent: Dec 14, 2008 7:49 PM

I'm getting the following message when ever I try to filter messages.
It started on just a few folders, but now a lot more are affected (I
haven't tried all of the folders yet).  I've tried deleting all of my
evolution settings, and I've tried uninstalling and reinstalling
evolution.


Error while Filtering Selected Messages.

Cannot get folder 'INBOX/Red Hat/Lists/Fedora': folder does not exist.


At this point I have no changed settings from the default, as I just set
this up from scratch.  I've tried googling this but nothing has come up
that is useful.  Anyone have any ideas?

Thanks!

--Caitlyn

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines



-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- (From my Blackberry)

Consulting IT Project/Program Management

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Help me mount this drive

2008-11-11 Thread Mark C. Allman

.. Original Message ...
On Tue, 11 Nov 2008 11:27:12 -0700 Robert Wuest [EMAIL PROTECTED] 
wrote:
I bought a Cables-to-go USB to IDE/SATA Adapter (Model # 30504) to read
some old drives sitting around.  I hook it up and it seems to connect
and tell the host that it's there.  But it doesn't mount automatically,
and I can't mount it manually.  In fact, I can't seem to read it at all.

When I connect, I get the following from dmesg:

usb 2-4.4: new high speed USB device using ehci_hcd and address 13
usb 2-4.4: configuration #1 chosen from 1 choice
scsi6 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 13
usb-storage: waiting for device to settle before scanning
usb 2-4.4: New USB device found, idVendor=152d, idProduct=2338
usb 2-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
usb 2-4.4: Product: USB to ATA/ATAPI Bridge
usb 2-4.4: Manufacturer: JMicron
usb 2-4.4: SerialNumber: 152D203380B6
usb-storage: device scan complete
scsi 6:0:0:0: Direct-AccessPQ: 0
ANSI: 2 CCS
sd 6:0:0:0: [sdh] Attached SCSI disk
sd 6:0:0:0: Attached scsi generic sg8 type 0

Same stuff is in /var/log/messages

I have a /dev/sdh, but no partition devices (No /dev/sdh{1,2,3,etc}).

When I try to read the raw device with dd, I get 0 blocks:

# dd if=/dev/sdh of=/dev/null
0+0 records in
0+0 records out
0 bytes (0 B) copied, 3.1811e-05 s, 0.0 kB/s

Does anyone know how to use this thing?

I've tried with several different drives,  one out of my system that I
know is working right.  Both IDE and SATA.  I've googled around a bit
for help, but nothing seems to be this problem. I'm just missing
something basic, aren't I?


Thanks,
Robert


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Do you have a device file /dev/sg8?  If so, does another device in /dev 
point to it?

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- (From my Treo 700p)

Consulting IT Project/Program Management: on-time, on-budget

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: noacpi,acpi=off kernel options

2008-07-03 Thread Mark C. Allman

On Thu, 2008-07-03 at 13:01 -0400, Mark Haney wrote:
 It seems with the newer kernels these options no longer work, or there's 
 some syntactical change that is killing my kernels on boot.  I have one 
 server here that just refuses to play nice with ACPI.  It won't cut the 
 fan on/off and it fills up my log and eventually the HDD.  So normally I 
 use something like this:
 
 title Fedora (2.6.25.6-55.fc9.i686)
  root (hd0,2)
  kernel /vmlinuz-2.6.25.6-55.fc9.i686 ro 
 root=UUID=9f669bab-aff8-4855-aa5f-c683bf60744a noacpi,acpi=off
  initrd /initrd-2.6.25.6-55.fc9.i686.img
 
 In grub, but for some reason when I boot with this kernel it hang every 
 time until I remove the noacpi,acpi=off options.
 
 So, what's the correct option(s) for shutting off acpi on boot now?
 
 -- 
 Libenter homines id quod volunt credunt -- Caius Julius Caesar
 
 
 Mark Haney
 Sr. Systems Administrator
 ERC Broadband
 (828) 350-2415
 
 Call (866) ERC-7110 for after hours support
 
Try it without the noacpi, string.  Just use acpi=off.

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263

BusinessMsg -- the secure, managed, J2EE/AJAX Enterprise IM/IC solution




-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Problems With Newest Update of tcl-1:8.5.2-1.fc9

2008-06-28 Thread Mark C. Allman
This might work:

Remove the latest (yum or rpm), install the older version, then add tcl to 
the excludes list in (if I remember correctly) yum.conf.

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263
-- (From my Treo 700p)

BusinessMsg - the secure, managed, 100% J2EE/AJAX Enterprise IM/IC solution


.. Original Message ...
On Sat, 28 Jun 2008 11:35:09 -0400 Jeffrey D. Yuille [EMAIL PROTECTED] 
wrote:
Hello, 

 I am having problems with the newest update of tcl.  It is causing
a problem with aMSN (which by the way, completely blew up because of
this upgrade).  I've tried to uninstall this version of tcl and
reinstall the older version but every time I do this, it continues to be
updated to the newest version, which aMSN cannot use.  My question is
this: How do I roll back to the previous version (tcl-1:8.5.1-4.fc9)
without it automatically being updated to the newest one
(tcl-1:8.5.2-1.fc9)?  Any help would be greatly appreciated. 

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Problems With Newest Update of tcl-1:8.5.2-1.fc9

2008-06-28 Thread Mark C. Allman
On Sat, 2008-06-28 at 12:26 -0400, Jeffrey D. Yuille wrote:
 Hello, 
 
  The problem is that when I try to remove the latest version
 (tcl-1:8.5.2-1.fc9) and attempt to install the earlier version
 (tcl-1:8.5.1-4.fc9), it continues to automatically upgrade to the latest
 version. 
 
 On Sat, 2008-06-28 at 11:56 -0400, Mark C. Allman wrote:
  This might work:
  
  Remove the latest (yum or rpm), install the older version, then add tcl to 
  the excludes list in (if I remember correctly) yum.conf.
  
  -- Mark C. Allman, PMP
  -- Allman Professional Consulting, Inc.
  -- www.allmanpc.com, 617-947-4263
  -- (From my Treo 700p)
  
  BusinessMsg - the secure, managed, 100% J2EE/AJAX Enterprise IM/IC solution
  
  
 
What tries to automatically upgrade?  If you use rpm (rpm -e) to remove the 
latest 
version, use rpm (rpm -ihv) to install the one you want, and add tcl.* to the 
exclude line in /etc/yum.conf, then nothing should try to upgrade
tcl.

-- Mark C. Allman, PMP
-- Allman Professional Consulting, Inc.
-- www.allmanpc.com, 617-947-4263

BusinessMsg -- the secure, managed, J2EE/AJAX Enterprise IM/IC solution





-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list