Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > replacing Vista with XP/w2k and possible problems with drivers

Reply
Thread Tools Display Modes

replacing Vista with XP/w2k and possible problems with drivers

 
 
Tae Song
Guest
Posts: n/a

 
      10-09-2009

"Gordon" <> wrote in message
news:#...
>
> "Charlie Tame" <> wrote in message
> news:eHtOf$...
>> Gordon wrote:
>>>
>>> "Charlie Tame" <> wrote in message
>>> news:...
>>>> The poster formerly known as 'The Poster Formerly Known as Nina DiBoy'
>>>> wrote:
>>>>> Mike Hall - MVP wrote:
>>>>>> "aa" <> wrote in message
>>>>>> news:u0YULZo%...
>>>>>>>> Nobody forced you to buy that HP
>>>>>>>
>>>>>>> Earle, if you read me carefully you will see that I do not complain
>>>>>>> about
>>>>>>> HP.
>>>>>>> My complaint is about MS who forced HP to sell computers with VISTA
>>>>>>> only.
>>>>>>>
>>>>>>
>>>>>>
>>>>>> www.ubuntu.com
>>>>>>
>>>>>
>>>>> Wow, now I've seen everything, Mike Hall suggesting Ubuntu.
>>>>>
>>>>
>>>>
>>>> And not the best time to do it since most Linux has just had it's
>>>> networking ability (With Windows via Samba) destroyed by the Samba
>>>> developers, or at least that is what it looks like from here...
>>>>
>>>> Supposedly a security issue, but all my Windows (Inc Vista) can see and
>>>> manipulate the shares on the Linux machines with no trouble, the Linux
>>>> machines however can't see anything except the workgroup, so the
>>>> Windows machines are made more secure but the linux machines remain
>>>> blissfully ignorant of the fact that they are being observed
>>>>
>>>
>>> Ubuntu 9.04 will see XP shares but there seems to be a problem with
>>> Windows 7......

>>
>>
>> If you upgraded to 9.04 did you take the option to keep your Samba config
>> or did you allow it to be changed? If you did, or you just installed 9.04
>> as a new install then I am surprised the Samba (SMB shares can be
>> seen... did you do anything to make that possible and if so what?

>
> A fresh install of 9.04 Remix. Fully updated and no configuration changes
> made to Samba. The XP shares can be seen and accessed as normal, after
> giving the password....
> Windows 7 machine is seen on the network, but can't be accessed - I just
> get an endless loop of the log-in dialog box...



The problem is Microsoft introduced changes with SMB 2.0 in Vista. It
allows machines using only SMB 1.0 to see Vista but not access it.

XP seems to support SMB 2.0 or has changes necessary to access shares on
Vista over SMB 1.0 (needs further investigating).


To access Vista shares from machines with only SMB 1.0 (or compatibility),
disable SMB 2.0.

From an elevated command prompt

sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabled


To reenable SMB 2.0

sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc config mrxsmb20 start= auto


Source:
http://www.petri.co.il/how-to-disabl...erver-2008.htm


I tested this with a Windows 98SE machine, which had problems connecting to
Vista mahcines but no problems accessing XP machines. After disabling SMB
2.0 I can access shares on the Windows 98SE as easily as any other Vista or
XP machines.

I still have yet to test Linux, though.

Not yet sure what the downside of disabling SMB 2.0 is. There's no
performance changes. Only other thing is security "enhancements" in SMB
2.0, but it may be just induced from the incompatibility with SMB 1.0.


Reference on Samba (smb.conf) configuration and explanation of SMB security
modes:
http://www.redhat.com/docs/manuals/e...ity-modes.html

 
Reply With Quote
 
 
 
 
Gordon
Guest
Posts: n/a

 
      10-09-2009

"Tae Song" <> wrote in message
news:C79E70A1-80E8-4EC4-9158-...
>
> "Gordon" <> wrote in message
> news:#...
>>
>> "Charlie Tame" <> wrote in message
>> news:eHtOf$...
>>> Gordon wrote:
>>>>
>>>> "Charlie Tame" <> wrote in message
>>>> news:...
>>>>> The poster formerly known as 'The Poster Formerly Known as Nina DiBoy'
>>>>> wrote:
>>>>>> Mike Hall - MVP wrote:
>>>>>>> "aa" <> wrote in message
>>>>>>> news:u0YULZo%...
>>>>>>>>> Nobody forced you to buy that HP
>>>>>>>>
>>>>>>>> Earle, if you read me carefully you will see that I do not complain
>>>>>>>> about
>>>>>>>> HP.
>>>>>>>> My complaint is about MS who forced HP to sell computers with VISTA
>>>>>>>> only.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> www.ubuntu.com
>>>>>>>
>>>>>>
>>>>>> Wow, now I've seen everything, Mike Hall suggesting Ubuntu.
>>>>>>
>>>>>
>>>>>
>>>>> And not the best time to do it since most Linux has just had it's
>>>>> networking ability (With Windows via Samba) destroyed by the Samba
>>>>> developers, or at least that is what it looks like from here...
>>>>>
>>>>> Supposedly a security issue, but all my Windows (Inc Vista) can see
>>>>> and manipulate the shares on the Linux machines with no trouble, the
>>>>> Linux machines however can't see anything except the workgroup, so the
>>>>> Windows machines are made more secure but the linux machines remain
>>>>> blissfully ignorant of the fact that they are being observed
>>>>>
>>>>
>>>> Ubuntu 9.04 will see XP shares but there seems to be a problem with
>>>> Windows 7......
>>>
>>>
>>> If you upgraded to 9.04 did you take the option to keep your Samba
>>> config or did you allow it to be changed? If you did, or you just
>>> installed 9.04 as a new install then I am surprised the Samba (SMB
>>> shares can be seen... did you do anything to make that possible and if
>>> so what?

>>
>> A fresh install of 9.04 Remix. Fully updated and no configuration
>> changes made to Samba. The XP shares can be seen and accessed as normal,
>> after giving the password....
>> Windows 7 machine is seen on the network, but can't be accessed - I just
>> get an endless loop of the log-in dialog box...

>
>
> The problem is Microsoft introduced changes with SMB 2.0 in Vista. It
> allows machines using only SMB 1.0 to see Vista but not access it.
>
> XP seems to support SMB 2.0 or has changes necessary to access shares on
> Vista over SMB 1.0 (needs further investigating).
>
>
> To access Vista shares from machines with only SMB 1.0 (or compatibility),
> disable SMB 2.0.
>
> From an elevated command prompt
>
> sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
> sc config mrxsmb20 start= disabled
>
>
> To reenable SMB 2.0
>
> sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
> sc config mrxsmb20 start= auto
>
>
> Source:
> http://www.petri.co.il/how-to-disabl...erver-2008.htm
>
>
> I tested this with a Windows 98SE machine, which had problems connecting
> to Vista mahcines but no problems accessing XP machines. After disabling
> SMB 2.0 I can access shares on the Windows 98SE as easily as any other
> Vista or XP machines.
>
> I still have yet to test Linux, though.
>
> Not yet sure what the downside of disabling SMB 2.0 is. There's no
> performance changes. Only other thing is security "enhancements" in SMB
> 2.0, but it may be just induced from the incompatibility with SMB 1.0.
>
>
> Reference on Samba (smb.conf) configuration and explanation of SMB
> security modes:
> http://www.redhat.com/docs/manuals/e...ity-modes.html


Done that - no joy.

 
Reply With Quote
 
Tae Song
Guest
Posts: n/a

 
      10-09-2009

"Tae Song" <> wrote in message
news:C79E70A1-80E8-4EC4-9158-...
>
> "Gordon" <> wrote in message
> news:#...
>>
>> "Charlie Tame" <> wrote in message
>> news:eHtOf$...
>>> Gordon wrote:
>>>>
>>>> "Charlie Tame" <> wrote in message
>>>> news:...
>>>>> The poster formerly known as 'The Poster Formerly Known as Nina DiBoy'
>>>>> wrote:
>>>>>> Mike Hall - MVP wrote:
>>>>>>> "aa" <> wrote in message
>>>>>>> news:u0YULZo%...
>>>>>>>>> Nobody forced you to buy that HP
>>>>>>>>
>>>>>>>> Earle, if you read me carefully you will see that I do not complain
>>>>>>>> about
>>>>>>>> HP.
>>>>>>>> My complaint is about MS who forced HP to sell computers with VISTA
>>>>>>>> only.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> www.ubuntu.com
>>>>>>>
>>>>>>
>>>>>> Wow, now I've seen everything, Mike Hall suggesting Ubuntu.
>>>>>>
>>>>>
>>>>>
>>>>> And not the best time to do it since most Linux has just had it's
>>>>> networking ability (With Windows via Samba) destroyed by the Samba
>>>>> developers, or at least that is what it looks like from here...
>>>>>
>>>>> Supposedly a security issue, but all my Windows (Inc Vista) can see
>>>>> and manipulate the shares on the Linux machines with no trouble, the
>>>>> Linux machines however can't see anything except the workgroup, so the
>>>>> Windows machines are made more secure but the linux machines remain
>>>>> blissfully ignorant of the fact that they are being observed
>>>>>
>>>>
>>>> Ubuntu 9.04 will see XP shares but there seems to be a problem with
>>>> Windows 7......
>>>
>>>
>>> If you upgraded to 9.04 did you take the option to keep your Samba
>>> config or did you allow it to be changed? If you did, or you just
>>> installed 9.04 as a new install then I am surprised the Samba (SMB
>>> shares can be seen... did you do anything to make that possible and if
>>> so what?

>>
>> A fresh install of 9.04 Remix. Fully updated and no configuration
>> changes made to Samba. The XP shares can be seen and accessed as normal,
>> after giving the password....
>> Windows 7 machine is seen on the network, but can't be accessed - I just
>> get an endless loop of the log-in dialog box...

>
>
> The problem is Microsoft introduced changes with SMB 2.0 in Vista. It
> allows machines using only SMB 1.0 to see Vista but not access it.
>
> XP seems to support SMB 2.0 or has changes necessary to access shares on
> Vista over SMB 1.0 (needs further investigating).
>
>
> To access Vista shares from machines with only SMB 1.0 (or compatibility),
> disable SMB 2.0.
>
> From an elevated command prompt
>
> sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
> sc config mrxsmb20 start= disabled
>
>
> To reenable SMB 2.0
>
> sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
> sc config mrxsmb20 start= auto
>
>
> Source:
> http://www.petri.co.il/how-to-disabl...erver-2008.htm
>
>
> I tested this with a Windows 98SE machine, which had problems connecting
> to Vista mahcines but no problems accessing XP machines. After disabling
> SMB 2.0 I can access shares on the Windows 98SE as easily as any other
> Vista or XP machines.
>
> I still have yet to test Linux, though.
>
> Not yet sure what the downside of disabling SMB 2.0 is. There's no
> performance changes. Only other thing is security "enhancements" in SMB
> 2.0, but it may be just induced from the incompatibility with SMB 1.0.
>
>
> Reference on Samba (smb.conf) configuration and explanation of SMB
> security modes:
> http://www.redhat.com/docs/manuals/e...ity-modes.html


Minor correction. Window 98SE still can't access Vista shares. I was
looking at another machine with a similar name.

 
Reply With Quote
 
Greg
Guest
Posts: n/a

 
      10-10-2009
On Wed, 1 Jul 2009 16:51:22 -0600, "Earle Horton"
<> wrote:

>> Absurd! MS, as far as I know, does not sell hardware - why do you think I
>> might consider MS under obligation to provide me with a computer? HP are
>> happy to supply computers with XP, but MS does not sell them relevant
>> license.

>
>MS is being difficult perhaps, but they're breaking no law. MS
>sells/licenses operating systems to HP, who then assembles and sells the
>complete product to you, the customer. MS and HP working together "provide"
>the computer/operating system combination. They are under no obligation to
>provide you with a new one that runs XP. That's like going to my local
>Honda dealer and telling them I want another 1999 Honda Civic HX, just like
>the one I am trying to trade in. My choices are to buy one of the new cars
>available, or to keep using the old one. It's the same with electronics
>like your computer.
>

That sounds like a monopoly but that is for another thread.

You could possible get a used Honda Civic HX.


The problem isn't the computer (Well from what tech's told me, Vista
is really slow and windows 7 runs really fast) The problem people buy
tons of software of software, the Microsoft changes the operating
system. Then the old software doesn't work and make people mad.
Then have to keep buying new.

In fact, I just got xp disk and I am now dual booting between 98se
and xp. The reason I got that was I forced to. Yes forced to, if I
wanted to keep paying my bills online. The Credit card company uses
flash and my banking sites does as well. So in a way you are forced
to upgrade or not have a computer. The newest Flash software no
longer supports windows 98se

Greg

 
Reply With Quote
 
Greg
Guest
Posts: n/a

 
      10-10-2009
On Wed, 01 Jul 2009 09:17:54 -0700, FBonWin7RC1x64 <> wrote:

>Your first problem will be in finding SATA/AHCI drivers for XP so that
>you can even begin to install XP.
>
>If you are only 55 yrs old I'd strongly suggest that you learn to use
>Vista as it is the future...i.e., Windows 7 is built on Vista and XP is,
>for an intense and purposes...a dead OS.


I just bought xp, so I can pay my bill (Some sites use flash and they
will require xp soon)

Hmm, not quite true from what a tech told me. It is going to be
built on xp and some on vista to make it faster. Windows 7 pro is
even going to have a xp mode.

Greg


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Replacing Vista with XP-Pro Mbradford Windows Vista General Discussion 23 02-29-2008 09:14 PM
Problems following download of new Vista 32 bit drivers for my AIO Gwennie13 Windows Vista Printing / Faxing / Scanning 3 05-09-2007 12:51 AM
Problems with Bluetooth drivers in Vista Michael de Molade Windows Vista Drivers 0 02-26-2007 08:17 PM
Re: Problems with uninstalling drivers in Vista Abhishek R [MSFT] Windows Vista Drivers 3 09-26-2006 12:19 PM
Replacing signed drivers Hari Windows Vista Drivers 9 10-24-2003 06:17 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59