Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (2024)

');}else {$('.followThisTopic').text("Add To Favorites");alert("Something is wrong with the network. Try again.");}},'json');}// stop following topic buttonif ($(target).hasClass('followingTopic')) {e.preventDefault();$('.followingTopic').text('...sending');var topic = $('.topicHeading').data("topic");var options = {"stopFollowingTopic":1, "topicId": topic};$.post('/truckers-forum/includes/php/setUserPreferences.php', options, function(data) {if (data.status == "success") {$('.followingTopic').replaceWith('

Add To Favorites

');}else {$('.followThisTopic').text("Add To Favorites");alert("Something is wrong with the network. Try again.");}},'json');}// show tag list buttonif ($(target).hasClass('showTagList')) {$('.newTopicWrapper').hide();$('.tagListWrapper').fadeIn();}});$('.editorButtonDiv').on('click', function(e) {var closestDiv = $(e.target).closest('div');if ($(closestDiv).is('.tableFormatButton')) {var textAreaBox = $('.textAreaBox');var commandBefore = ($(e.target).closest('.tableButton').data('commandbefore'));var commandAfter = ($(e.target).closest('.tableButton').data('commandafter'));var selectionStart = $(textAreaBox).getSelection().start;var selectionEnd = $(textAreaBox).getSelection().end;if ($(textAreaBox).getSelection().length == 0) {$(textAreaBox).focus();var textToInsert = commandBefore + '' + commandAfter;$(textAreaBox).insertText(textToInsert, selectionStart);if (commandBefore == "

") {$(textAreaBox).setCursorPosition(selectionStart + 12);}else if (commandBefore == "") {$(textAreaBox).setCursorPosition(selectionStart + 8);}else {$(textAreaBox).setCursorPosition(selectionStart + 3);}}else {$(textAreaBox).focus();$(textAreaBox).surroundSelectedText(commandBefore, commandAfter);}}if ($(closestDiv).is('.tableLinkButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableLinkButton').addClass('tableButtonPressed');$('.linkForm').fadeIn();}if ($(closestDiv).is('.tableImageButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableImageButton').addClass('tableButtonPressed');$('.imageForm').fadeIn();}if ($(closestDiv).is('.tableLinkTTButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableLinkTTButton').addClass('tableButtonPressed');$('.linkOnTTForm').fadeIn();}if ($(closestDiv).is('.tableSmileyButton')) {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();$('.tableSmileyButton').addClass('tableButtonPressed');$('.smileyForm').fadeIn();}});$('.formatFormCancel').on('click', function() {$('.tableFormEntryButton').removeClass('tableButtonPressed');$('.formatForm').hide();});$('.previewButton').on('click', function(e) {e.preventDefault();$('.previewButton').html('...Creating Preview')var comment = $('.textAreaBox').val();var dataToSend = {"comment": comment, "createPreview":1};$.post('/truckers-forum/includes/php/admin.php', dataToSend, function(data) {$('html, body').animate({'scrollTop':'+=300'}, 600);$('.previewButton').html('Preview');$('.previewDivInner').html(data.comment);$('.previewDiv').fadeIn();},'json');});$('.previewCancel').on('click', function(e) {e.preventDefault();$('.previewDivInner').html('');$('.previewDiv').fadeOut();});$('.previewReply').on('click', function(e) {e.preventDefault();$('.previewDivInner').html('');$('.previewDiv').fadeOut();$('.replyButton').trigger('click');});$('.replyButton').on('click', function(e) {e.preventDefault();if ($('.textAreaBox').val().length > 5500) {alert('Your post is too long. Please reduce the size to below 5,500 characters. The count is shown below the window you\'re typing into.');}else {$('.replyButton').html('Sending...');var topicBody = $('.textAreaBox').val();var categoryID = $('.categoryHeading').data('category');var topic = $('.topicHeading').data('topic');if ($('.subscribeButton').hasClass('subscribedToTopic')) {var subscribed = "yes";}else {var subscribed = "no";}var dataArray = {'categoryID': categoryID, 'comment': topicBody, 'topic': topic, 'subscribed': subscribed};$.post('/truckers-forum/includes/php/insertNewComment.php', dataArray, function(data) {var dataReturned = $.parseJSON(data);if (dataReturned.status == "success") {$('.replyButton').html('Success! Reloading page...');location.reload(true);}// if they posted too recentlyelse if (dataReturned.status == "timeLimit") {alert('Sorry, you can only post a new comment every two minutes. Please wait a short time and hit Submit again.');}else if (dataReturned.status == "moderation") {alert('Your comment is awaiting moderation. We will send you an email if it is approved. Hopefully it will only be a few minutes but it could be a few hours so we appreciate your patience. We\'re doing all we can to keep this a friendly and helpful community for everyone. Thanks!');location.reload(true);}else if (dataReturned.status == "commentLimit") {alert('Sorry, you have too many comments in moderation right now. Please be patient while we get caught up and submit this again in a little while. Thanks.')}else if (dataReturned.status == "banned") {alert('Sorry, you have been banned from posting in our forum.');}else {alert('There was an error of some sort. Please hit the "Submit" button again. If this error continues, contact brett@truckingtruth.com and we\'ll get it straightened out. Thanks.');}});}});$('.tagListUL').on('click', function(e) {e.preventDefault();var $target = $(e.target);if ($target.hasClass('btn')) {$target.toggleClass('tagged');}});$('.submitTagsButton').on("click", function(e) {e.preventDefault();$('.submitTagsButton').html('...sending');var taggedElements = $('.tagListUL').find('.tagged');var tagArray = [];for (i=0; i\n\n'; var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(insertedHtml, selectionStart, true);$('.imageForm').fadeOut();$('.tableImageButton').removeClass('tableButtonPressed');$('.urlForImage').val('');}img.src = imageUrl;}$('.submitImageButton').on('click', function() {var imageUrl = $('.urlForImage').val();validateImageUrl(imageUrl); });function validateLink(link) {return fetch(link, { method: 'HEAD' }).then(response => {return (response.status === 200 || response.status === 301 || response.status === 302);}).catch(error => {console.log('Error:', error);return false;});}$('.submitLinkButton').on('click', function(e) {e.preventDefault();var textForLink = $('.textForLink').val();if (textForLink.length < 4) {alert('Please put a description for the page you\'re linking to in the "Link Text" field.');}else {var linkUrl = $('.urlForLink').val();var linkHtml = '' + textForLink + '';var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(linkHtml, selectionStart, true);$('.linkForm').fadeOut();$('.tableLinkButton').removeClass('tableButtonPressed');$('.textForLink').val('');$('.urlForLink').val('');}});$('.ttLinkButton').on('click', function(e) {e.preventDefault();var link = parseInt($(this).data('link'));// we have to subtract 1 from link to get the proper array indexvar linkHtml = ttLinkButtonArray[link - 1];// var linkText = $(this).html();// var linkHtml = '' + linkText + ''; var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(linkHtml, selectionStart, true);});$('.smileyForm').on('click', function(e) {e.preventDefault();if ($(e.target).data('name') == "cancel") {return;}var imageName = $(e.target).closest('img').data('name');if (imageName !== 'cancel') {var imageHtml = 'Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (1) ';var selectionStart = $('.textAreaBox').getSelection().start;$('.textAreaBox').insertText(imageHtml, selectionStart, true);}});$('.quoteButton').on('click', function(e) {e.preventDefault();$('.newTopicWrapper').show();var comment = $(this).parents('.commentWrapper').find('.commentText');var commentor = $(this).parents('.commentWrapper').find('.nickname').html();$('html, body').animate({scrollTop: ($('.newTopicWrapper').offset().top)}, 500);// gotta get the glossary .definitionTerm spans and .tooltipElements out of the quote$(comment).find('.tooltipElements').remove();$(comment).find('.definitionTerm').each(function(i,v) {$(this).replaceWith($(this).text().trim());});$(comment).find('.viewMoreQuoteButton').remove();// $(comment).find('span[itemprop="text"]').unwrap();// $(comment).trim();var commentWrapped = "
" + $(comment).html().trim() + "
\n\n";var uidOfSender = $('.uidDiv').data('uid');// we have to get the current content of the textarea then append this quotevar currentTextAreaVal = $('.textAreaBox').val();var newTextAreaVal = currentTextAreaVal + "\n\n\n\n" + commentWrapped;// $('.textAreaBox').val(commentWrapped);$('.textAreaBox').val(newTextAreaVal);textAreaCheck(0, 1);});// this is the report button$('.reportButton').on("click", function(e) {e.preventDefault();$thisButton = $(this);if (confirm("Just confirming that you would like to report this comment?")) {$thisButton.text("..sending");var $commentWrapper = $(this).parents('.commentWrapper');var commentId = $commentWrapper.data('commentid');var commentText = $commentWrapper.find('.commentText').html();var nickname = $commentWrapper.find('.nickname a').text();var topicID = $('.topicHeading').data('topic');var topicHeading = $('.topicHeading').text();var page = $('.topicHeading').data('page');var uidOfSender = $('.uidDiv').data('uid');var options = {"reportComment":"1", "topic":topicID, "nickname":nickname, "commentText":commentText, "commentId":commentId, "uidOfSender":uidOfSender, "topicHeading":topicHeading, "page":page};$.post('/truckers-forum/includes/php/setUserPreferences.php', options, function(data) {$thisButton.text('Report');if (data.status == "success") {alert("Thanks! We've received your report about this comment and you can be certain we'll be taking a close look at it. We appreciate the help!");}else {alert("hmmmm....that didn't go through for some reason. Try hitting the 'report' button one more time. Thanks.");}},'json');}});$('.subscribeButton').on('click', function(e) {e.preventDefault();$(this).toggleClass('subscribedToTopic');});$('.goToPageSubmit').on('click', function(e) {e.preventDefault();var topic = $('.topicHeading').data('topic');var page = $(this).parents('.topicPaginationWrapper').find('.goToPage').val();var subjectString = $('.topicHeading').data('subjectstring');var locationString = "https://www.truckingtruth.com/truckers-forum/Topic-" + topic + "/";locationString += "Page-" + page + "/" + subjectString;location.href=locationString;});// this looks for the first blockquote in each commentTextWrapper and shortens it if it's really long$.each($('.commentWrapper'), function(i,comment) {// console.log($(this));var $quote = $(this).find('blockquote:first');// console.log($quote);// if the quote is taller than 450 pxif ($quote.height() > 450) {// create the "View More" buttonvar a = $("").addClass('btn btnDarkBlueArrowDown viewMoreQuoteButton').attr('data-id', i).html('View More');// add the heightReduced class to the quote$quote.addClass('heightReduced');// append the View More button and clearTall$(a).insertAfter($quote);$('').insertAfter($(a));}});// this will expand the blockquote which we shortened with the previous .each function$('.viewMoreQuoteButton').on("click", function(e) {e.preventDefault();// find the blockquotevar $blockquote = $(this).parents('.commentText').find('blockquote:eq(0)')// if the height is currently reducedif ($blockquote.hasClass('heightReduced')) {// remove the height restrictino$blockquote.removeClass('heightReduced');// convert the arrow down to an arrow up$(this).html("View Less").removeClass('btnDarkBlueArrowDown').addClass('btnDarkBlueArrowUp');// scroll to the top of the blockquote$('html, body').animate({scrollTop: ($($blockquote).offset().top - 20)}, 500);}// if it's currently at full heightelse {// add heightReduced to reduce the height$blockquote.addClass('heightReduced');// convert the button to arrow down$(this).html("View More").removeClass('btnDarkBlueArrowUp').addClass('btnDarkBlueArrowDown');// scroll back to the top of the quote$('html, body').animate({scrollTop: ($($blockquote).offset().top - 20)}, 500);}});// if there are new comments this will scroll the page to themif ($('.topicHeading').data('pagename') == "Newest" && $('.newTopic').length) {$('html, body').animate({scrollTop: ($('.newTopic:eq(0)').offset().top - 20)}, 500);}// this creates a searchable list out of the tags with List.js (/includes/js/List.js)// and the fuzzysearch plugin (/includes/js/fuzzysearch.js)var listOptions = { valueNames: [ 'sorted' ], listClass: 'tagListUL', page: 500, plugins:[ListFuzzySearch()]};var tagList = new List('tagListInnerDiv', listOptions);// this is for the page button// make an array of elements that should be included in page menuvar inclusionArray = ["h1","h2","h3",".commentInfo",".nextPageButton",".prevPageButton",".startNewTopic",".returnButtons"];// make an array of elements that should not be included in page menuvar exclusionArray = [".mobileShortcutDiv",".tooltipElements",".previewDiv",".jumpDiv",".newTopicWrapper",".tagListWrapper"];// createPageMenuButton(inclusionArray,exclusionArray);// this is for submitting ratings and tags for each conversation$('.ratingSubmitButton').on('click', function(e) {e.preventDefault();$(this).html('...sending');var rating = $('.ratingSelect').val();var topic = $('.topicHeading').data('topic');$.post('/truckers-forum/includes/php/updateTags.php', {"rating":rating, "topic_id": topic}, function(data) {$('.ratingSubmitButton').html('Success!');setTimeout(function() {$('.ratingSubmitButton').html("Submit");}, 600);});});});

Topic 1914 | Page 1

  • Trucker's Forum
  • Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (2)
  • General Category
  • Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (3)
  • Is it truly hard to learn to drive a manual transmission rig?

Page 1 of 2 Next PageGo To Page:

Ronald D.'s Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (4)

Ronald D.

Posts: 29

Joined Us:

10 years, 4 months ago

10 years, 4 months ago

HI I have had tons of manual hot rod cars growing up and manual trucks but also know there is no comparison to a four or five speed car or truck to a ten speed or more big rig. I read sort of scary stories of being on a hill with a vehicle right behind you and stalling and failing yor cdl test. I went thru that learning a stick auto but seems more to it in a big rig. Any thoughts on it would be appreciated.thank youRon

CDL:

Commercial Driver's License (CDL)

A CDL is required to drive any of the following vehicles:

  • Any combination of vehicles with a gross combined weight rating (GCWR) of 26,001 or more pounds, providing the gross vehicle weight rating (GVWR) of the vehicle being towed is in excess of 10,000 pounds.
  • Any single vehicle with a GVWR of 26,001 or more pounds, or any such vehicle towing another not in excess of 10,000 pounds.
  • Any vehicle, regardless of size, designed to transport 16 or more persons, including the driver.
  • Any vehicle required by federal regulations to be placarded while transporting hazardous materials.

OWI:

Operating While Intoxicated

Train's Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (5)

Train

Auburn, GA

Company Driver In Training

Posts: 17

Joined Us:

10 years, 8 months ago

10 years, 4 months ago

Yes and no. A big rig's manual is different from one in your car or pickup. First, as you ease off the clutch with the transmission in gear the engine will automatically provide the fuel and rpm's to keep the truck running and moving forward. In order to shift you will need to learn to double clutch. search YouTube and you will find some examples. Unlike cars the transmissions are not synchronized so you have to watch your speed and rpms while shifting. I hope this helps. Some instructors will say it is easier to teach someone to shift an 18 wheeler if they have never driven a regular manual transmission.

Double Clutch:

To engage and then disengage the clutch twice for every gear change.

When double clutching you will push in the clutch, take the gearshift out of gear, release the clutch, press the clutch in again, shift the gearshift into the next gear, then release the clutch.

This is done on standard transmissions which do not have synchronizers in them, like those found in almost all Class A trucks.

Mike L.'s Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (6)

Mike L.

Reseda, CA

Rookie Solo Driver

Posts: 51

Joined Us:

11 years, 11 months ago

10 years, 4 months ago

When I was training they told us "the students with the most manual car transmission experience will have the hardest time". All in all, it's not really all that difficult but certainly not the same. Just go into the training thinking you know nothing about shifting and you'll do better.

I know some drivers will drill me for this but you dont even have to double clutch in those rigs. You can "float" which requires no clutch at all (takes practice) or single clutch if that's comfortable. However, the above techniques will violate warranties on the trucks (there, I'm free from mockery) but your on the road trainer will probably force you to learn how to float along with double clutch. It's safer (dont badger me) to float shift on ice because there's less strain and torque while transitioning between gears.

too much info? you'll be fine, shifting is easy in time. We all screwed up at some point and lost a gear or slowed too much on a hill. Personally, day one i couldn't recover from losing a gear while downshifting up Donner Pass on the I80. I just pulled over and started over, no big deal.

As far as failing CDL test... I stalled 3 times and thought i failed. Turns out, all i needed was to not stall in an intersection for an instant fail. Hopefully that makes you feel better.

CDL:

Commercial Driver's License (CDL)

A CDL is required to drive any of the following vehicles:

  • Any combination of vehicles with a gross combined weight rating (GCWR) of 26,001 or more pounds, providing the gross vehicle weight rating (GVWR) of the vehicle being towed is in excess of 10,000 pounds.
  • Any single vehicle with a GVWR of 26,001 or more pounds, or any such vehicle towing another not in excess of 10,000 pounds.
  • Any vehicle, regardless of size, designed to transport 16 or more persons, including the driver.
  • Any vehicle required by federal regulations to be placarded while transporting hazardous materials.

Double Clutch:

To engage and then disengage the clutch twice for every gear change.

When double clutching you will push in the clutch, take the gearshift out of gear, release the clutch, press the clutch in again, shift the gearshift into the next gear, then release the clutch.

This is done on standard transmissions which do not have synchronizers in them, like those found in almost all Class A trucks.

HOS:

Hours Of Service

HOS refers to the logbook hours of service regulations.

Brett Aquila's Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (7)

Brett Aquila

Moderator

Keeseville, NY

Experienced Driver

Posts: 13296

Joined Us:

17 years, 1 month ago

135 Photos

10 years, 4 months ago

I know some drivers will drill me for this but you dont even have to double clutch in those rigs. You can "float" which requires no clutch at all

Nobody here is gonna drill ya for it - we know. In fact it seems almost a little odd to teach double clutching but I guess it's safer to know it than to not.

Ron, the guys are right - it's different in a rig than in a 4 wheeler but not so much that you should be concerned with it. You'll pick it up just fine like everyone else. We're all a little hesitant to go into too many details describing how to shift or anything because we'll probably confuse the situation more than we'll help it. But suffice to say you shouldn't be concerned about it. You'll pick it up just fine.

Here's a pretty good video about shifting and double-clutching. Notice how every time he shifts he pumps the clutch twice but only a very short distance. You only push in the clutch on a big rig maybe 2 inches to get it to disengage.

How To Shift And Double Clutch A Tractor Trailer

This video shows the proper technique for shifting and double clutching a tractor trailer

Double Clutch:

To engage and then disengage the clutch twice for every gear change.

When double clutching you will push in the clutch, take the gearshift out of gear, release the clutch, press the clutch in again, shift the gearshift into the next gear, then release the clutch.

This is done on standard transmissions which do not have synchronizers in them, like those found in almost all Class A trucks.

Double Clutching:

To engage and then disengage the clutch twice for every gear change.

When double clutching you will push in the clutch, take the gearshift out of gear, release the clutch, press the clutch in again, shift the gearshift into the next gear, then release the clutch.

This is done on standard transmissions which do not have synchronizers in them, like those found in almost all Class A trucks.

TWIC:

Transportation Worker Identification Credential

Truck drivers who regularly pick up from or deliver to the shipping ports will often be required to carry a TWIC card.

Your TWIC is a tamper-resistant biometric card which acts as both your identification in secure areas, as well as an indicator of you having passed the necessary security clearance. TWIC cards are valid for five years. The issuance of TWIC cards is overseen by the Transportation Security Administration and the Department of Homeland Security.

HOS:

Hours Of Service

HOS refers to the logbook hours of service regulations.

Thomas W.'s Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (8)

Thomas W.

Posts: 1

Joined Us:

7 years, 11 months ago

7 years, 11 months ago

You know, I wish I had a solid answer on the synchronized and non-synchronized transmissions. I trained on non-synchronized trucks in trucking school and had a real hard time. I was used to synchronized in my cars and light truck. I've heard some people say all big trucks are non-synchronized while others say they are synchronized with some still being non-synchronized. I had a bad time of it as all my instincts were wrong for big trucks; especially downshifting. I think if ever actually do any trucking, I'm the type who will get a automatic transmission and skip the whole dilemma. So if there is a manufacturer who sells synchronized trucks, I'd love to know who they are. Note: I dropped out of trucking school due to family problems so I'm far from anyone to really listen to.

Last Shadow's Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (9)

Cape Coral , FL

Rookie Solo Driver

Posts: 158

Joined Us:

8 years ago

7 years, 11 months ago

Ronald, you will be fine brother, I remember when I had to take my CDL test, I was up all night going thru the entire thing, I also remember telling myself a few month from now I will remember this and say I over worried about it, and that same thing came to past, I am now solo for last 3 month so don't worried and don't over think it, study yes, be focus yes, but in 3 month or so you will be telling yourself the same thing,....out

HI I have had tons of manual hot rod cars growing up and manual trucks but also know there is no comparison to a four or five speed car or truck to a ten speed or more big rig. I read sort of scary stories of being on a hill with a vehicle right behind you and stalling and failing yor cdl test. I went thru that learning a stick auto but seems more to it in a big rig. Any thoughts on it would be appreciated.thank youRon

CDL:

Commercial Driver's License (CDL)

A CDL is required to drive any of the following vehicles:

  • Any combination of vehicles with a gross combined weight rating (GCWR) of 26,001 or more pounds, providing the gross vehicle weight rating (GVWR) of the vehicle being towed is in excess of 10,000 pounds.
  • Any single vehicle with a GVWR of 26,001 or more pounds, or any such vehicle towing another not in excess of 10,000 pounds.
  • Any vehicle, regardless of size, designed to transport 16 or more persons, including the driver.
  • Any vehicle required by federal regulations to be placarded while transporting hazardous materials.

OWI:

Operating While Intoxicated

Brett Aquila's Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (10)

Brett Aquila

Moderator

Keeseville, NY

Experienced Driver

Posts: 13296

Joined Us:

17 years, 1 month ago

135 Photos

7 years, 11 months ago

I think if ever actually do any trucking, I'm the type who will get a automatic transmission and skip the whole dilemma

I totally agree with everyone above - it's not that big of a deal. Everyone fumbles and flounders with it for a while and then you get it down. Once you get it you can't remember what you thought was so hard about it before. You definitely don't want to test out on an automatic transmission and get that restriction on your license. Train and test in a standard so you have the full range of options when it comes time to find a job. If you'd rather drive an automatic there's nothing wrong with that. In fact, almost everyone prefers them once they've tried them. But make sure you train and test on a standard.

Truckin Along With Kearse's Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (11)

Truckin Along With Kearsey

Moderator

Springfield, MO

Experienced Driver

Posts: 7724

Joined Us:

8 years, 6 months ago

261 Photos

7 years, 11 months ago

I never drove stick... am a 43 yr old woman from NJ who never lived around farm equipment. I never drove with any sort of boat or camper trailer.

Driving stuck takes practice. By my second day on the road my trainer had me driving 400 miles a day. That got upped to 550 once I got my license. It can be very frustrating... and for me it 2as worse having someone watch me all the time. My first week on my own I shifted soooo much better than I did with a trainer.

Phil C.'s Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (12)

Phil C.

KCMO, MO

Experienced Driver

Posts: 509

Joined Us:

10 years, 3 months ago

11 Photos

7 years, 11 months ago

You wont be tested with a loaded trailer so stalling will only happen if you dont start out in low low on a hill.

Truckin Along With Kearse's Comment

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (13)

Truckin Along With Kearsey

Moderator

Springfield, MO

Experienced Driver

Posts: 7724

Joined Us:

8 years, 6 months ago

261 Photos

7 years, 11 months ago

You wont be tested with a loaded trailer so stalling will only happen if you dont start out in low low on a hill.

Negative on that. Rookies can find all kinds 9f ways to screw up. I got to the first intersection of my test and popped the clutch too quickly... impeded traffic automatic fail. 2nd time I got 90 percent through and was in 6th taking a left turn ... someone came flying around a corner and I slowed down without shifting. When I fueled it to go.... stalled. Automatic fail. 3rd time was a charm for me.

Page 1 of 2 Next PageGo To Page:

Return To General CategoryTrucker's Forum Homepage

New Reply:

New! Check out our help videos for a better understanding of our forum features

Bold

Italic

Underline

Quote

Photo

Link

Smiley

Links On TruckingTruth

Done

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (14)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (15)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (16)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (17)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (18)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (19)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (20)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (21)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (22)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (23)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (24)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (25)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (26)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (27)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (28)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (29)Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (30)

Done


0 characters so far - 5,500 maximum allowed.

Notify Me Of New CommentsSubmitPreview

Preview:

Submit

Cancel

Is It Truly Hard To Learn To Drive A Manual Transmission Rig? - Page 1 (2024)

FAQs

Is it hard to learn manual transmission? ›

While it takes some practice to learn how to drive a manual car smoothly, it's not much more difficult than driving an automatic — once you get the hang of it. The sign that you've mastered how to drive a manual car is that you do it instinctively, and you no longer need to think about the steps or what gear to use.

How long does manual transmission take to learn? ›

On average, it may take a few weeks to a few months for someone to become proficient at driving a manual transmission vehicle. However, some people may pick up the skill more quickly, while others may take longer.

Is it hard driving a manual truck? ›

Driving with an automatic transmission is easier, it is easier to learn and it allows the driver to focus and put their full attention on the road, while the manual transmission requires constant shifting of gears and multitasking, it requires more training and more skill, which is why more and more truckers will ...

Is driving a big rig hard? ›

The sheer weight of the truck can make driving more challenging and drivers must be trained specifically on driving heavy vehicles. The heavier the vehicle, the harder it can be to slow down or stop, especially at highway speeds. Truck drivers must be aware of how much room to leave in case they need to brake.

How long does it take to fully learn manual? ›

The more time you spend behind the wheel, the faster you will learn. It is recommended to practice at least once a week for a few hours. This will help you to build muscle memory and become more comfortable with the car. On average, it takes around 20–30 hours of practice to learn to drive a manual car.

Is manual transmission harder? ›

New drivers and those who can't multi-task have a much harder time with a stick-shift. Some people also aren't physically able to handle a clutch while driving, making a manual transmission potentially more dangerous.

How long does it take to get good at stick shift? ›

Learning to drive stick shift will take longer because it takes more practice. Each gear shift must be done smoothly without stalling the car, overusing the clutch, or scraping the gears. It will probably take up to 20 days of daily practice for at least an hour each day.

How to drive a manual car without fear? ›

How to Drive a Manual Car
  1. Step 1: Ensure You're in Neutral. ...
  2. Step 2: Place Your Foot Onto the Clutch Pedal. ...
  3. Step 3: Safety Check. ...
  4. Step 4: Seek Out the Ignition. ...
  5. Step 5: Turn the Ignition Halfway. ...
  6. Step 6: Turn the Vehicle On. ...
  7. Step 7: Disengage the Handbrake/parking Brake. ...
  8. Step 8: Prepare Yourself for Rolling Forwards.

Is manual transmission more fun? ›

More engaging

You have more to do, and drivers who enjoy being behind the wheel often feel that manual transmissions are more fun than automatic ones.

Do truckers prefer manual or automatic? ›

Ultimately, the preference between manual and automatic transmissions comes down to individual driver experience, comfort level, and specific needs. Both options have their pros and cons, and the trucking industry is continuously evolving with technological advancements in both types of transmissions.

How do I come to a stop in a manual car? ›

Let off the gas and let your car slow down a bit. Then press the clutch, downshift, and ease the clutch back out. If you time it right, you will feel a firm but smooth deceleration. Continue through enough gears to slow down to the appropriate speed – or until you are ready to stop.

Are manuals hard to drive in traffic? ›

It takes a bit of practice, but in time you'll find you can control your speed in stop and go traffic at least as well as with an automatic car and perhaps a little better. City streets not only have heavy traffic; they also have stop signs and stoplights.

What is the hardest part of truck driving? ›

For some, the long hours are the hardest. For others, it's being away from family and friends for days and even weeks on end. Learning how to drive a truck is a challenge for many new drivers. Backing up a 53-foot trailer or learning to shift and double-clutch are skills that take time.

Should I learn the manual for CDL? ›

You only stand to benefit from attending a manual shifting truck driving school as you begin your new job as a commercial truck driver. Your license will be restricted if you don't complete training and obtain certification on a manual semi-truck. You will only be permitted to operate automatic trucks.

How hard is rig work? ›

Many responsibilities of oil riggers require them to complete physically demanding work, such as operating heavy machinery. This type of work can lead to injuries, such as muscle sprains or fatigue. Other types of risks on an oil rig include falls, chemical exposures or equipment malfunctions.

What is the easiest car to learn manual in? ›

Easiest vehicles for your teen to learn to drive a stick shift
  • Mazda Miata.
  • Ford Ranger or Chevy S-10.
  • Honda Civic or Accord.

Is it easy to drive manual for the first time? ›

Learning to drive manual can be a very complicated process. there's more than many people who have failed their first attempts at doing so. Don't get discouraged, as many drivers who had learned how to drive a manual had not done so successfully their first to 'round.

Is it hard to go from automatic to manual? ›

While this isn't overly complicated in theory, in practice it can take some getting used to before it becomes intuitive. Stalling is common when you're starting out, which is why it's best to get in some driving time before you start trying to navigate congested intersections and early evening traffic.

Is driving manual fun? ›

It's Way More Fun

With a manual transmission, you're the one shifting into a higher gear—exactly when you want to—instead of relying on your car to do it for you. “It unlocks an entirely new world of driving,” says Fix, who likens the releasing of the clutch and the pushing of the gas pedal to a dance.

References

Top Articles
Latest Posts
Article information

Author: Frankie Dare

Last Updated:

Views: 5705

Rating: 4.2 / 5 (73 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Frankie Dare

Birthday: 2000-01-27

Address: Suite 313 45115 Caridad Freeway, Port Barabaraville, MS 66713

Phone: +3769542039359

Job: Sales Manager

Hobby: Baton twirling, Stand-up comedy, Leather crafting, Rugby, tabletop games, Jigsaw puzzles, Air sports

Introduction: My name is Frankie Dare, I am a funny, beautiful, proud, fair, pleasant, cheerful, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.